[Boulder.pm] LWP::UserAgent question

Rob Nagler nagler at bivio.biz
Wed Jul 20 15:28:27 PDT 2005


Jason Van Slyke writes:
>    #!/usr/bin/perl -w

Have you tried perl -d?

We have had problems with HTTPS proxy connetions on RH6.2 going through
Apache.  I think this went away when we went to RH7.2 on the proxy
server and the client.  RPM also had problems, but I suspect this was
unrelated.

When you are in perl -d, you can look at what sockets are open with
netstat -a.  You can also dump your tcp traffic to see what's going
on.

It would be good to know the line in LWP that was failing.  It's all
Perl so should be easy to trace.

Rob


More information about the Boulder-pm mailing list