SSL certificate and HTTPS connection

Hello everyone,

I am trying to establish a connection to a website that requires SSL certificate to be sent. I have seen that with ESP32 and the WiFiClientSecure library there is no problem. As well as with WIFININA and compatible boards, even loading the certificate through the IDE.

But with the Giga R1 how do I upload or make an SSL connection by specifying the SSL certificate itself for the sites?

Check GitHub - arduino/ArduinoCloudProviderExamples: Examples of how to connect various Arduino boards to cloud providers. You can take a look at a few examples on how to try it using ArduinoBearSSL library

Ok thanks!

Check also ESP_SSLClient - Arduino Reference.
For the Arduino Cloud Provider Examples, you can check the Opta sketch ArduinoCloudProviderExamples/examples/AWS IoT/AWS_IoT_Opta/AWS_IoT_Opta_WiFi at master · arduino/ArduinoCloudProviderExamples · GitHub

Were yo ever able to get this to work on GIga?

This post from a more recent thread

also recommends using the ESP_SSLClient library with Giga.