![]() |
|
more useful options | |
PerlMonks |
Re^5: IPV6 Errors with IO::Socketby Corion (Patriarch) |
on Feb 03, 2017 at 07:17 UTC ( #1180926=note: print w/replies, xml ) | Need Help?? |
Looking at the documentation of IO::Socket::SSL, it says Alternatively you can enforce IPv4 globally by loading IO::Socket::SSL with the option 'inet4', in which case it will use the IPv4 only class IO::Socket::INET as the super class. So, maybe the following works:
(I only knew to look there from having seen a presentation by noxxi on this topic)
In Section
Seekers of Perl Wisdom
|
|