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 have been facing issues using the GsmSSLWebClient example to connect to some servers via HTTPS. I suspect that the cause of my connectivity issue could be related to the fact that the certs used by my server is not listed in https://github.com/arduino-libraries/MKRGSM/blob/master/src/utility/GSMRootCerts.h. This list does include "DigiCert_High_Assurance_EV_Root_CA", however the server I am trying to connect to (webhooks.mongodb-realm.com) uses "DigiCert Global Root CA".
Is there a way for me to manually add such cert? if not, would it be possible to add such functionality?
Thanks a lot in advance for your help.
The text was updated successfully, but these errors were encountered:
Hi team!
I have been facing issues using the GsmSSLWebClient example to connect to some servers via HTTPS. I suspect that the cause of my connectivity issue could be related to the fact that the certs used by my server is not listed in https://github.com/arduino-libraries/MKRGSM/blob/master/src/utility/GSMRootCerts.h. This list does include "DigiCert_High_Assurance_EV_Root_CA", however the server I am trying to connect to (webhooks.mongodb-realm.com) uses "DigiCert Global Root CA".
Is there a way for me to manually add such cert? if not, would it be possible to add such functionality?
Thanks a lot in advance for your help.
The text was updated successfully, but these errors were encountered: