esp32_https_server icon indicating copy to clipboard operation
esp32_https_server copied to clipboard

Using this Library as a WSS Client as Well as Server

Open gb-123-git opened this issue 4 years ago • 0 comments

Describe Your Goal Connect to a WSS Server and also act as a WSS server concurrently. I am able to run WSS Server but when I combine this library with https://github.com/gilmaimon/ArduinoWebsockets, Either this library runs or the other one. Maybe both using same SSL variables ?

What Does Your Project Look Like Simple Arduino Library on ESP32

ESP32 Module Please provide specifications of your module

  • RAM/PSRAM: 320kb
  • Flash Size: 4MB
  • Other special properties: Devkit

Software (please complete the following information if applicable)

  • IDE and Version: [PlatformIO] ESP32 Platfrom Ver : 3.4.0 (Platformio Version}
  • Using this with ESP-Arduino
  • OS: Windows 10
  • Brave

Additional context The Browser while trying to connect to esp32_https_server gives : ERR_CONNECTION_RESET Wss connection gets closed. ESP Serial monitor Gives : [HTTPS:I] New connection. Socket FID=57 [HTTPS:E] SSL_new failed. Aborting handshake. FID=57 [HTTPS:I] Connection closed. Socket FID=57

gb-123-git avatar Dec 12 '21 22:12 gb-123-git