fix(websocket): Update Remaining Websocket Echo Server #893
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Update Websocket Echo Server, "wss://echo.websocket.events" is no longer available.
Related
Testing
Checklist
Before submitting a Pull Request, please ensure the following:
Note
Switch examples to WSS and add TLS configuration and certificate handling for the Linux websocket client.
ws://echo.websocket.eventstowss://echo.websocket.orginREADME.md, example logs, andsdkconfig.*.WS_OVER_TLS_SERVER_AUTH(default on),WS_OVER_TLS_MUTUAL_AUTH, andWS_OVER_TLS_SKIP_COMMON_NAME_CHECK.WEBSOCKET_URIdefault to WSS.websocket_linux.c):esp_crt_bundle.h, setcrt_bundle_attachfor server auth, support mutual auth via client cert/key, and optional CN check skip.WEBSOCKET_EVENT_BEGIN).Written by Cursor Bugbot for commit 7c63877. This will update automatically on new commits. Configure here.