I am trying to deploy my Shiny App.
I installed rsconnect package.
when I try to authorize my account, using the following step:
The rsconnect package must be authorized to your account using a token and secret. To do this, click the copy button below and we'll copy the whole command you need to your clipboard. Just paste it into your console to authorize your account. Once you've entered the command successfully in R, that computer is now authorized to deploy applications to your shinyapps.io account.
Error in curl::curl_fetch_memory(url, handle = handle) :
schannel: CertGetNameString() failed to match connection hostname (api.shinyapps.io) against server certificate names
Timing stopped at: 0.05 0.03 0.17
A proxy server typically sits between employee computers and the internet. If it is presenting its own certificate instead of the one from api.shinyapps.io, then you might have to play around with some of rsconnect's options to get things to work.
Could you confirm if you are in a corporate environment? If so, could you check with your IT department regarding the use of a proxy server?