Closed mavensecurity closed 9 years ago
I'm planning to make this an option (checkbox to activate/deactivate). It will be available for all langages. I can't give an ETA. I'm starting two other Burp plugins. After they are stable and release, I'll come back to this plugin.
The functionality was implemented .. I will notify you when a build version is available.
Consider ignoring certificate errors, as test environment sometimes use a certificate from production which does not match the dev server name.
Add this line to any Perl (LWP): BEGIN { $ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0 }