WebSocket-for-Python
WebSocket-for-Python copied to clipboard
Added tls support for validating certificates
The implementation made several months ago at https://github.com/Lawouach/WebSocket-for-Python/commit/9ffee997a128ea9d7b09fb1dcf4aa280d25ebdc9 works properly when turning on wss:// URLs but fails when trying to turn on server cert validation.
This fixes the issues with cert validation - I made this change on my day job's internal Gitlab, and I'm making a PR back into the public repo to contribute the fix back.