> You're welcome :-) Does clearing the SSL_MODE_AUTO_RETRY context flag
> (i.e., reverting the default from OpenSSL <1.1.1) solves this for you
> too? If so, what do you think about my proposed paths forwards from

Simply clearing SSL_MODE_AUTO_RETRY will cause problems with blocking
connections in TLS 1.3.
I've tried to work around the behavior change by clearing SSL_MODE_AUTO_RETRY
for non-blocking and setting it again when doing blocking connections.
Please check if
https://github.com/noxxi/p5-io-socket-ssl/commit/09bc6a3203bc7bc89078317da42a3e96cdbf94fc
fixes the problems you see.

Regards,
Steffen Ullrich, Maintainer IO::Socket::SSL.

Reply via email to