Shiny Apps - Custom URL

Hi all,

We are using Shiny Apps, and we were planning to use the custom URL feature. However, we cannot make the custom URL use a security certificate. Is this possible?

TIA

1 Like

Hi,

I think this is not a shiny apps feature, it is a shiny server one. See documentation:

http://docs.rstudio.com/shiny-server/#host-a-secure-shiny-server

Regards,

jm

1 Like

If you are referring to shinyapps.io, you are correct, the custom URL cannot use SSL. It is on our backlog to support that, but we do not have an estimate at this time. A work around would be to host your own secure proxy server that forwards requests to the non-custom domain shinyapps.io URL.

2 Likes

Thanks Josh, that's what I suspected. Thanks for confirming.

Jordan

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