ably-ruby icon indicating copy to clipboard operation
ably-ruby copied to clipboard

Confirm that client is unable to send data before verifying server identity

Open lawrence-forooghian opened this issue 1 year ago • 0 comments

Our implementation of verification of the server’s TLS certificate is performed after the TLS handshake completes. Make sure that there’s no way that we might be sending any data to the server before verifying the certificate.

This applies to both the WebSocket code contained in this repo, and the HTTP code contained in https://github.com/ably-forks/em-http-request; they contain the same verification logic.

┆Issue is synchronized with this Jira Task by Unito

lawrence-forooghian avatar Apr 25 '24 17:04 lawrence-forooghian