Using Arduino WiFiNINA library on an Adafruit Metro M4 Airlift Lite board,
The WiFiSSLClient example connects correctly.
I'm attempting to connect to a site API that requires https with a modified version of that example sketch and get a '301 Moved Permanently' response, which I've been told is a problem with an http to https redirect.
How does one correctly make a WiFiNINA WiFiSSLClient connect via https? In other boards I think you are meant to include the root certificate but not on this one?