Thread [Perl 5.22] LWP, SSL und Bad file descriptor (28 answers)
Opened by rosti at 2025-02-14 12:51

rosti
 2025-02-18 16:25
#196877 #196877
User since
2011-03-19
3530 Artikel
BenutzerIn
[Homepage]
user image
Code: (dl )
1
2
3
4
5
6
7
8
500 Can't connect to www.rationalgalerie.de:443
Content-Type: text/plain
Client-Date: Tue, 18 Feb 2025 15:21:28 GMT
Client-Warning: Internal response

Can't connect to www.rationalgalerie.de:443

Bad file descriptor at C:/Perl64/lib/LWP/Protocol/http.pm line 47.


In Bezug auf den Hinweis in der POD
Quote
The libwww-perl core no longer bundles protocol plugins for SSL. You
will need to install LWP::Protocol::https separately to enable
support for processing https-URLs.



Sagt mir obenstehende Fehlermeldung, daß LWP::Protocol::https beim Request gar nicht geladen wird sondern LWP::Protocol::http stattdessen.
Last edited: 2025-02-18 16:35:48 +0100 (CET)

View full thread [Perl 5.22] LWP, SSL und Bad file descriptor