Ankit ManiyaOriginal post
Rank 2: Process
I am using dart file with API keys to call the cloud function
I am performing login req to cloud function and this happened
Error info
Plain text
CERTIFICATE_VERIFY_FAILED: application verification failure(handshake.cc:393))```
Until Yesterday it is working fine.Below screenshot when I manually tried to open function urlSummary
Developers experiencing a "CERTIFICATE_VERIFY_FAILED" error when trying to call a cloud function. This issue may have been caused by deploying a new function under the same repository, creating a new domain. Manually opening the function URL results in the error. The problem might be related to SSL certificate validation. To solve this issue, ensure that the SSL certificates are up to date and correctly configured for the new domain.