Closed GoogleCodeExporter closed 8 years ago
I finally figured out the problem. If somebody has the same obstacles, here is
the solution:
modify pulledpork.pl:
+ use Net::SSL;
+ use LWP::Protocol::https;
+ $ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0;
- getstore( "http://www.snort.org/reg-rules/$rule_file/$oinkcode",
+ getstore( "https://www.snort.org/rules/$rule_file?oinkcode=$oinkcode",
- getstore( "http://www.snort.org/reg-rules/$rule_file.md5/$oinkcode",
+ getstore( "https://www.snort.org/rules/$rule_file.md5?oinkcode=$oinkcode",
and finally export the following environment:
export PERL_LWP_ENV_PROXY=http://yourProxy:Port
Original comment by reuter.r...@gmail.com
on 1 Sep 2014 at 11:33
There was a problem with the snort.org website at this time, the old schema for
getstore will still work. This being said, similar changes to what you have
noted will be occurring in the next release.
Original comment by Cummin...@gmail.com
on 29 Sep 2014 at 2:47
Original issue reported on code.google.com by
reuter.r...@gmail.com
on 28 Aug 2014 at 11:10