Any ideas?
Oddly, I get the same "Can't connect to www.cpan.org:443" error using Strawberry Perl 5.24.1 on Windows 11, whereas Strawberry Perl 5.24.4 (on the very same machine) retrieves the page just fine.
On SP-5.24.1:
D:\>perl -le "print $];"
5.024001
D:\>\b\pmver WWW::Mechanize
1.83
D:\>\b\pmver Crypt::SSLeay
0.72
D:\>\b\pmver Net::SSLeay
1.80
D:\>\b\pmver IO::Socket::SSL
2.043
D:\>\b\pmver Net::SSL
2.86
D:\>\b\pmver LWP::Protocol::https
6.06
On SP-5.24.4:
D:\>perl -le "print $];"
5.024004
D:\>\b\pmver WWW::Mechanize
1.88
D:\>\b\pmver Crypt::SSLeay
0.72
D:\>\b\pmver Net::SSLeay
1.85
D:\>\b\pmver IO::Socket::SSL
2.056
D:\>\b\pmver Net::SSL
2.86
D:\>\b\pmver LWP::Protocol::https
6.07
("pmver" is just a local batch file that prints out the version number of its argument.)
<UPDATE>:
They both use different versions of openssl, too. SP-5.24.1 has 1.0.2j and SP-5.24.4 has 1.0.2o
</UPDATE>
Is there anything in there that helps ?
Cheers,
Rob
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.