I configured ShinyProxy with Rstudio as described in the example. My shinyproxy host is running under https but for some reason the iframe tries to reach the url using http (see error below)
Mixed Content: The page at 'https:///sp/app/rstudio' was loaded over HTTPS, but requested an insecure frame 'http:///sp/app_direct_i/rstudio/_/auth-sign-in?appUri=%2F'. This request has been blocked; the content must be served over HTTPS.
The strange thing is I also configured JupyterLab as described here and it works with no issue, which makes me doubt that the issue is in my nginx proxy
It seems to me it's caused by this redirect to /auth-sign-in which seems to be trying http
I configured ShinyProxy with Rstudio as described in the example. My shinyproxy host is running under https but for some reason the iframe tries to reach the url using http (see error below)
Mixed Content: The page at 'https:///sp/app/rstudio' was loaded over HTTPS, but requested an insecure frame 'http:///sp/app_direct_i/rstudio/_/auth-sign-in?appUri=%2F'. This request has been blocked; the content must be served over HTTPS.
The strange thing is I also configured JupyterLab as described here and it works with no issue, which makes me doubt that the issue is in my nginx proxy
It seems to me it's caused by this redirect to /auth-sign-in which seems to be trying http