Secure HTTPS
Opened this issue · 0 comments
AllenM001 commented
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.