From fe7473b354211e4df76f16eec96b1c9ac70b278a Mon Sep 17 00:00:00 2001 From: Meatballs Date: Sun, 12 May 2013 20:58:55 +0100 Subject: [PATCH] Ignore invalid ssl certs --- padBuster.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/padBuster.pl b/padBuster.pl index d3977d2..f4a81e5 100644 --- a/padBuster.pl +++ b/padBuster.pl @@ -637,6 +637,7 @@ sub makeRequest { do { #Quick hack to avoid hostname in URL when using a proxy with SSL (this will get re-set later if needed) $ENV{HTTPS_PROXY} = ""; + $ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0; $lwp = LWP::UserAgent->new(env_proxy => 1, keep_alive => 1,