in reply to Re^2: $ENV{HTTPS_PROXY} works in one environment but not another
in thread $ENV{HTTPS_PROXY} works in one environment but not another
I'd first run strace (or the local equivalent) to see what it is doing when it hangs. That might lead me to getting a packet capture. If either of those seem to show that the Perl code is doing something wrong, then you could turn on debugger trace (to a file; see AutoTrace in perldebug) and just let it run and, after a while, check if it has been looping or was sitting waiting for something, and where.
- tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: $ENV{HTTPS_PROXY} works in one environment but not another (strace, wireshark, AutoTrace)
by bigdatageek (Novice) on Sep 30, 2015 at 12:37 UTC | |
by tye (Sage) on Sep 30, 2015 at 13:05 UTC |