MKRGSM icon indicating copy to clipboard operation
MKRGSM copied to clipboard

Add a way to include more root certs to be used

Open sergiocastrogom opened this issue 4 years ago • 2 comments

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.

sergiocastrogom avatar Apr 19 '21 13:04 sergiocastrogom

I have the same problem -- but I would need to add LetsEncrypt -root certificate.

tommirintala avatar Nov 26 '21 12:11 tommirintala

i made a tutorial for that here: https://github.com/arduino-libraries/MKRGSM/issues/151 here you go :) have fun!

Hugocourr avatar Apr 11 '22 11:04 Hugocourr