Padbuster does not work on https with untrusted certs
Meatballs1 opened this issue · 1 comments
Meatballs1 commented
Padbuster gives 500 unable to connect errors on a website with an invalid ssl cert. Add $ENV('PERL_LWP_SSL_VERIFY_HOSTNAME') = 0; to the request method to fix.
Meatballs1 commented
Resolved in #4