-
Notifications
You must be signed in to change notification settings - Fork 565
WSS/SSL support for ESP32 -- README.md update #926
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
yes WSS / SSL is supported on the ESP32 (in client mode) |
If it works for ws but not for wss it’s likely you are running out of memory. Have you tried enabling verbose logging ? |
Makes sense, I also put up a PR here with the update #927 @Links2004 |
@kakopappa I currently have this setup in my platformio.ini. Would you add anything else to enable verbose logging?
|
Hi,
Not a PIO user, so did a quick search and found this.
build_flags = -DCORE_DEBUG_LEVEL=5
So setting
monitor_filters =
esp32_exception_decoder
time
build_flags =
-D CORE_DEBUG_LEVEL=5
; -D BOARD_HAS_PSRAM=1`
board_build.partitions = partition.csv
Should work
…On Sun, 29 Dec 2024 at 3:33 PM Akashdeep Deb ***@***.***> wrote:
@kakopappa <https://github.com/kakopappa> I currently have this setup in
my platformio.ini. Would you add anything else to enable verbose logging?
monitor_filters =
esp32_exception_decoder
time
build_flags =
-D CORE_DEBUG_LEVEL=0
; -D BOARD_HAS_PSRAM=1`
board_build.partitions = partition.csv
—
Reply to this email directly, view it on GitHub
<#926 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABZAZZUMJJ2K5CYH3IMBHW32H6XXBAVCNFSM6AAAAABUJNVI4CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRUGY2TENZZHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
setting |
Awesome thank you both! Debugging now and will close this issue. |
Hi @Links2004
This lib has been working like a charm for WS but not for WSS for us. We are sending and receiving bidirectional audio to and from our python server but our server doesn't capture audio when using beginSSL with the correct CA.
The README says that this is only supported for:
Is WSS/SSL currently being supported on ESP32?
The text was updated successfully, but these errors were encountered: