Hello,
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.
rsconnect::setAccountInfo(name='xxxxxxxx',
token='D6604B33C19A3C4742Exxxxxxxxxxxxx',
secret='')
I get the following error:
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
How do I handle this error?
Thanks you!