I'm having trouble using the connectSSL function to connect to a website with SSL listening on port 443. I noticed in the documentation that it reads:
"Before using this method, it is required to load the SSL certificate used by the server into the Arduino WiFi Shield 101. The shield comes already loaded with certificates and it should be ready to use. To change or upload new SSL certificates you should follow the procedures that will be made available"
Is there a process or tool that I need to download new certs into the Wifi101? My code works fine when making a request to www.arduino.cc:443 as shown in the samples.
Thanks
Tim