RSTUDIO PRO Dont use ssl in launcher (SOLVED)

Hi,

We have a single server with RStudio Pro 2023.12.0 Build 369.pro3 on a RHEL8.

We have SSL configured for the frontend, but we are not interested in the launcher. We have the problem when configuring the server.conf and the launcher.conf so that it does not use SSL.
In the server.conf we specify:
launcher-use-ssl=0
launcher-verify-ssl-certs=0

But still when we go to the "Workbench Jobs" tab in the RSTUDIO an error message appears that says:
"The Workbench Jobs feature is not configured correctly, As a result the Workbench Jobs feature has been disabled for this session.
Have your administrator validate the launcher-sessions-callback-address value in /etc/rstudio/rserver.conf."

In rsever.conf we have the value launcher-address=hostname+fqdn and in launcher.conf we have address=hostname+fqdn so we see that this cannot be the problem.

Additionally, we see the following events in the launcher status for each attempt we make when clicking on the "Workbench Jobs" tab:

Feb 15 11:39:18 hostname rsession-rstudio-admin[1685653]: ERROR asio.ssl error 337047686 (certificate verify failed (SSL routines, tls_process_serv>
Feb 15 11:39:21 hostname rsession-rstudio-admin[1685653]: ERROR asio.ssl error 337047686 (certificate verify failed (SSL routines, tls_process_serv>
Feb 15 11:39:24 hostname rsession-rstudio-admin[1685653]: ERROR asio.ssl error 337047686 (certificate verify failed (SSL routines, tls_process_serv

Can someone help us with this problem? Thank you very much in advance.

Finally we find the solution with this parameter in the rserver.conf:

launcher-sessions-callback-verify-ssl-certs=0

Thanks any way to all

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.