Hi,
I have the same issue between RStudio Server (1.2.5033) and RStudio Connect (v1.8.2-10).
On RStudio Server
> httr::http_status(httr::GET("https://google.com"))
$category
[1] "Success"
$reason
[1] "OK"
$message
[1] "Success: (200) OK"
But for RStudio Connect
> httr::http_status(httr::GET("https://RSTUDIO_CONNECT_SERVER"))
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached: [RSTUDIO_CONNECT_SERVER] Connection timed out after 10001 milliseconds
rsconnect::addConnectServer was possible to do, but connectUser also return problem
> rsconnect::connectUser(account = 'myaccount', server = 'RSTUDIO_CONNECT_SERVER')
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached: [RSTUDIO_CONNECT_SERVER] Connection timed out after 10001 milliseconds
Timing stopped at: 0 0.012 10.01
And machines can ping each other.
But from local desktop version (RStudio IDE) everything working fine.
Thanks for any advice
Michal