On 1/14/23 07:54, Lucas Nussbaum wrote:
FAIL: t/geturl_connectivity.pl 10 - IPv* client to https://[::1]:41567
FAIL: t/geturl_connectivity.pl 11 - IPv6 client to https://[::1]:41567
FAIL: t/geturl_connectivity.pl 20 - no (unexpected) warnings (via done_testing)

Looks like a recent fix in IO::Socket::SSL 
(<https://github.com/noxxi/p5-io-socket-ssl/issues/121>) either introduced a new 
IPv6-specific bug (reported at <https://github.com/noxxi/p5-io-socket-ssl/issues/123>) 
or, if the IO::Socket::SSL behavior is not a bug, surfaced a latent bug in ddclient.  Either 
way, the workaround/fix is easy: set `SSL_verify_name` to `$peer` in the 
`IO::Socket::SSL->new` arguments.

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to