Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Generate ssl-certificate and configure RStudio server?

Actually i need to run rstudio server using https.

By default is http://server-ip:8787

I am following this file- (ssl- configuration)

https://s3.amazonaws.com/rstudio-server/rstudio-server-pro-0.98.507-admin-guide.pdf

like image 623
Ashish Kumar Avatar asked Mar 15 '23 05:03

Ashish Kumar


1 Answers

You can set-up access to the RStudio server via a proxy. By doing that and setting up the Apache or Nginx web server to use SSL, you will have secure access to the RStudio server.

like image 108
sebschub Avatar answered Mar 18 '23 00:03

sebschub