I am trying to deploy the default hello world shiny app (Old Faithful Geyser Data) from RStudio Server Pro to RS Connect. Things were working well before I installed SSL certificates. After I installed the SSL certificates and turned on https for both RStudio Server and RSConnect I seem to get the following error whenever I try to deploy any shiny application.
Preparing to deploy application...Error in curlPerform(curl = curl, .opts = opts, .encoding = .encoding) :
embedded nul in string: '\025\003\001\0\002\002\n'
Calls: <Anonymous> ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous>
Timing stopped at: 0.001 0.002 0.007
Execution halted
Here are a couple links that might be related.
https://github.com/opensdmx/rsdmx/issues/139
https://stackoverflow.com/questions/34036306/geturl-returns-an-embedded-nul-in-string-error-when-using-the-stack-overflow-a
Any ideas about how to troubleshoot this?