ArduinoWebsockets
ArduinoWebsockets copied to clipboard
Fix insecure WSS TLS on ESP32
Handshake would fail due to certificate being invalid on ESP32 if no validation certificate was set prior to connecting.
It now connect successfully and warn the user with: start_ssl_client(): WARNING: Skipping SSL Verification. INSECURE!
fixed my issue - thanks
I don't know why not to merge this PR? It will helps a lot. Thanks! @gilmaimon