Thread Probleme mit WWW::Mechanize und https (19 answers)
Opened by bob.george at 2014-11-20 15:05

bob.george
 2014-11-20 15:05
#178479 #178479
User since
2011-09-02
104 Artikel
BenutzerIn
[default_avatar]
Liebes Forum,
ich mache gerade meine ersten Versuche mit www::mechanize und scheiter schon fast am Start.
Der folgende
Code: (dl )
1
2
3
4
5
my $mech = WWW::Mechanize->new( autocheck => 1 );

$mech->get( "https://www.example.com/" );

print $mech->content;

führt zu folgendem Fehler:
Quote
Error GETing https://www.example.com/ Protocol scheme 'https' is not supported (LWP::Protocol::https not installed)

Allerdings ist "LWP::Protocol::https " installiert. Weiß jemand von euch Rat?

View full thread Probleme mit WWW::Mechanize und https