You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to connect to Google servers, so I tried replacing the test_root_ca variable in the WiFiClientSecure.ino example with the Equifax pem file contents but I keep getting a failure. On digging in the it seems mbedtls gives me back error -0x2700 which means that it failed certification verification, but doesn't explain why it failed it. Any ideas on how I can make this work?
The text was updated successfully, but these errors were encountered:
I'm just trying to connect to google.com to do a simple HTTP GET on "https://www.google.com/". The root CA for google.com is Equifax Secure Certificate Authority.
I want to connect to Google servers, so I tried replacing the test_root_ca variable in the WiFiClientSecure.ino example with the Equifax pem file contents but I keep getting a failure. On digging in the it seems mbedtls gives me back error -0x2700 which means that it failed certification verification, but doesn't explain why it failed it. Any ideas on how I can make this work?
The text was updated successfully, but these errors were encountered: