baldram/ESP_VS1053_Library

Secure HTTPS

Opened this issue · 0 comments

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.