Authenticate user account error

This is what I have been inputting into the RStudio console (with my own information):

rsconnect::setAccountInfo(name="", token="", secret="")

Below is the error I have been receiving after hitting "enter":

Error in function (type, msg, asError = TRUE) :
SSL certificate problem: unable to get local issuer certificate
Timing stopped at: 0.49 0.28 0.86

This is what has happened after clicking the "copy to clipboard" option from the dashboard and pasting into the console. Did anyone else have this issue before?

You likely have a a firewall or proxy between you and the internet that is interfering here.

You can try setting rsconnect.http.trace and rsconnect.error.trace to TRUE to get more details.

You may need to add the certificate of the proxy with rsconnect.ca.bundle.

Thank you for your quick response! Where would I set these equal to true?