Hello,
We have an RStudio server. In our internal network, http traffic is blocked. So we want to access RStudio as https. We tried to do this with apache2, we redirect https to proxy pass http://"rstudioserver":8787. This results in the following redirection, which is blocked by our internal network because of http:
http://"rstudioserver"/auth-sign-in
If we change the url to https and login, it again redirects to http://"rstudioserver".
Is there any way we can turn this authentication redirection to https? If it's not possible, can we use RStudio Server with an SSL certificate? Or is this a Pro feature?