FetchError: unable to get local issuer certificate #7421
-
QuestionI try to log in via Vercel CLI but get an error. I get a page with success confirmation (right email address) and this error in the console after that. FetchError: request to https://api.vercel.com/registration/verify?XXXXXXXXXXXXXXXXXXXXX, reason: unable to get local issuer certificate Win 11 -> Firefox -> Vercel Next.js learn app What can I do? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi @Gentle-Cannibal! The error you're encountering suggests that there's an issue with the SSL/TLS certificate verification on your system. Perhaps this is related to a missing or misconfigured certificate authority (CA) bundle? Unsure if this is a Vercel issue, but here are some useful documentation: |
Beta Was this translation helpful? Give feedback.
-
For us, this was caused by a network security tool that is installed by our IT department. Turning it off fixes the issue, but it would be good to know more about what the Vercel CLI is trying to do beyond making a simple https request. |
Beta Was this translation helpful? Give feedback.
-
This discussion was automatically locked because the community moved to a new site. Please join us at vercel.community |
Beta Was this translation helpful? Give feedback.
For us, this was caused by a network security tool that is installed by our IT department. Turning it off fixes the issue, but it would be good to know more about what the Vercel CLI is trying to do beyond making a simple https request.