A bozo's blog
Thursday, May 28, 2020
Perl SSL: get debug details when it's not working
When trying to understand why LWP::UserAgent cannot post to HTTPS, you can try:
1
use
IO::
Socket
::SSL qw(debug4);
so as to get more details.
Newer Post
Older Post
Home