You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Software (please complete the following information if applicable)
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
The text was updated successfully, but these errors were encountered: