How to make the websocket connection end-to-end encrypted? #308
Answered
by
Totodore
jasper-clarke
asked this question in
Q&A
-
I'm working on a project with websockets that requires alot of security measures and I would like to implement E2EE but I'm not sure how. The first idea I had was using TLS but that is beyond my knowledge. Could I get some help with this? |
Beta Was this translation helpful? Give feedback.
Answered by
Totodore
Apr 19, 2024
Replies: 1 comment 3 replies
-
Hello, the TLS encryption is handled by the underlying http lib. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
jasper-clarke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, the TLS encryption is handled by the underlying http lib.
Check this example:
https://github.com/Totodore/socketioxide/tree/main/examples/axum-echo-tls