uSockets icon indicating copy to clipboard operation
uSockets copied to clipboard

Set verify_mode on SSL object after SSL_CTX switch

Open johanhedin opened this issue 6 months ago • 0 comments

When a SSL object is updated with a new SSL_CTX due to a "SNI switch", the verify_mode from the new SSL_CTX is not propagated to the SSL object and need to be set explicitly.

johanhedin avatar Jul 27 '24 12:07 johanhedin