I randomly get OpenSSL SSL_connect error #640
-
I randomly get Errors: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
curl, OpenSSL and connectivity errors in general are the worst... unfortunately I can't give more recommendations than the usual: try updating the cURL and OpenSSL versions on the system in question, ensure your PHP version is supported and up to date and uses current root certificates (https://firebase-php.readthedocs.io/en/5.x/troubleshooting.html#curl-error-xx), check the Internet Connection and proxies (if you use any). It's especially difficult since you said that it works most of the time and "just" randomly fails - this could mean that all I mentioned above is probably fine (but you should check anyway). If at home, sometimes a computer and/or router restart helps - if this happens on a remote environment, another approach could be to check if the problems occur as well if you use another environment in another data center or with a different service provider. Last but not least: it could be that the problem lies within the Firebase Services themselves, in that case the Probleme might resolve themselves after some time (hopefully quickly) 🤞 |
Beta Was this translation helpful? Give feedback.
curl, OpenSSL and connectivity errors in general are the worst... unfortunately I can't give more recommendations than the usual: try updating the cURL and OpenSSL versions on the system in question, ensure your PHP version is supported and up to date and uses current root certificates (https://firebase-php.readthedocs.io/en/5.x/troubleshooting.html#curl-error-xx), check the Internet Connection and proxies (if you use any).
It's especially difficult since you said that it works most of the time and "just" randomly fails - this could mean that all I mentioned above is probably fine (but you should check anyway). If at home, sometimes a computer and/or router restart helps - if this happens…