-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
self signed certificate in certificate chain error #115
Comments
Hey there! I couldn't figure out what this issue is about, so I've labeled it for a human to triage. Hang tight. |
Try the instructions at https://stackoverflow.com/questions/10888610/ignore-invalid-self-signed-ssl-certificate-in-node-js-with-https-request and see if that helps. |
Hi @hiranya911, When a try it, the error now is: I try some other solutions for this error message but none of them works... |
Have you tried syncing your clock? Can you also share more details about your code and environment? |
We are investigating if is some issue with our infrastructure. For now we have these informations:
Two hypothesis:
|
Resolved! Our infraestructure was blocking some google services. |
Hi there, I am having the same issue. its workingon azure but locally in the office I am getting same error. can you please tell me what service is blocking google servies? |
Probably a corporate proxy/firewall. |
@benhurott Hello how to fix that . my copnay block some service . What service we need eabled |
When use express with HTTPS we facing this error:
0|www | FIREBASE WARNING: {"code":"app/invalid-credential","message":"Credential implementation provided to initializeApp() via the \"credential\" property failed to fetch a valid Google OAuth2 access token with the following error: \"self signed certificate in certificate chain\"."}
When we use HTTP, no errors.
The text was updated successfully, but these errors were encountered: