Quantalytics / pulledpork

Automatically exported from code.google.com/p/pulledpork
GNU General Public License v2.0
0 stars 0 forks source link

Need the ability to skip SSL Verification #160

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Depending on the site (or if the site sends you to another website), it comes 
in handy to be able to disable the SSL verification check when using LWP. This 
was noticed when trying to download the blacklist from labs.snort.org. 

IP Blacklist download of http://labs.snort.org/feeds/ip-filter.blf....
** GET http://labs.snort.org/feeds/ip-filter.blf ==> 302 Found
** GET https://labs.snort.org/feeds/ip-filter.blf ==> 500 Can't connect to 
labs.snort.org:443 (certificate verify failed) (1s)

Original issue reported on code.google.com by shirk...@gmail.com on 8 Oct 2014 at 2:36

GoogleCodeExporter commented 9 years ago

Original comment by shirk...@gmail.com on 9 Oct 2014 at 2:19