I'm trying to modify the HTTPS sample to connect to Google Cloud Functions but I keep running into this issue where connect would fail.
1. I have disabled TLS peer verification
2. I have generated the SSL cert for the address of my cloud function by extracting it from Firefox and inserting it into the code.
3. I have verified that I am able to get a response from the endpoint using Postman and have formatted the request to be exactly the same.
I'm at a lost here because I've search though the forums and have been unable to determine why I'm facing this error and how to solve it. I've been able to connect to the example.com address as well as another 3rd party endpoint. It is just with Google Cloud Functions I'm unable to connect.