Using: ``` #include <WiFiClientSecure.h> WiFiClientSecure client; ``` then in setup `client.setInsecure();` no connections succeed. The primary stream I want is on a secure host. Is there a remedy for this? Thanks.
Using:
then in setup
client.setInsecure();no connections succeed.
The primary stream I want is on a secure host. Is there a remedy for this? Thanks.