You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. On a server with egress filtering, only allow outbound access to
www.snort.org (not
dl.snort.org).
2. Initiate the pulledpork download.
What is the expected output? What do you see instead?
I would expect pulledpork to say that www.snort.org returned an HTTP 302
Redirect and that it
was attempting to download from dl.snort.org now. Instead, it just hangs and
eventually fails
with:
Error 500 when fetching
http://www.snort.org/pub-bin/oinkmaster.cgi/snortrules-snapshot-
2860.tar.gz.md5 at /usr/local/bin/pulledpork.pl line 306.
What version of the product are you using? On what operating system?
PulledPork 0.4.1 on RHEL 5
Please provide any additional information below.
Original issue reported on code.google.com by doug.bu...@gmail.com on 1 Jun 2010 at 3:23
The text was updated successfully, but these errors were encountered:
Changing this to an enhancement, unfortunately it does not look like there is a
way to
extract this data from LWP::Simple... only if an actual error occurs.. and I am
fetching that.
Original comment by Cummin...@gmail.com on 4 Jun 2010 at 3:44
Yeah, I had enough coffee finally today... exported $ua from LWP::UserAgent and
now the urls etc are all show (and progress bar) if you specify the -f flag..
committed to the latest dev 0.5.0 in svn!
Original comment by Cummin...@gmail.com on 9 Jul 2010 at 3:01
Original issue reported on code.google.com by
doug.bu...@gmail.com
on 1 Jun 2010 at 3:23The text was updated successfully, but these errors were encountered: