Search found 1 match

by daniel_aac
Wed Nov 15, 2023 6:09 pm
Forum: ESP32 Arduino
Topic: ESP32 Secured Web Server over SSL(WSS)
Replies: 2
Views: 3389

Re: ESP32 Secured Web Server over SSL(WSS)

I have a similar problem, I want to implement an access point (AP) with a server that accepts websocket with encrypted connection (SSL) on an ESP32-S2 chip. Then libraries used are: - ESPAsyncWebServer - ESPAsyncWebSocket - ESPAsyncTCP - SPIFFS but compiling appears the next error class AsyncWebServ...