<html><div style='background-color:'><DIV class=RTE>
<P>Rob,</P>
<P>Thx for the tip! Sorry, I got called at ~4 AM for a multi-server issue and that cascaded into..., well you understand.</P>
<P>So, perl -d:</P>
<P>LWP::UserAgent::proxy: http <A href="http://ttt.ww.xxx.yyy:8080/">http://ttt.ww.xxx.yyy:8080/</A><BR>LWP::UserAgent::proxy(/usr/lib/perl5/site_perl/5.6.0/LWP/UserAgent.pm:610):<BR>610:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return map $self-&gt;proxy($_, @_), @$key if ref $key;<BR>&nbsp; DB&lt;1&gt;<BR>LWP::UserAgent::proxy(/usr/lib/perl5/site_perl/5.6.0/LWP/UserAgent.pm:612):<BR>612:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; my $old = $self-&gt;{'proxy'}{$key};<BR>&nbsp; DB&lt;1&gt;<BR>LWP::UserAgent::proxy(/usr/lib/perl5/site_perl/5.6.0/LWP/UserAgent.pm:613):<BR>613:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $self-&gt;{'proxy'}{$key} = shift if @_;<BR>&nbsp; DB&lt;1&gt;<BR>LWP::UserAgent::proxy(/usr/lib/perl5/site_perl/5.6.0/LWP/UserAgent.pm:614):<BR>614:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return $old;<BR>&nbsp; DB&lt;1&gt;<BR>diagnostics::death_trap(/usr/lib/perl5/5.6.1/diagnostics.pm:448):<BR>448:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; my $exception = $_[0];</P>
<P>And then diagnostics chatters on for hundreds of lines. I apologize, but I am not fluent in the use of the perl debugger. But if you give a brief description of what I should have done, there is a pocket guide to the perl debugger around here somewhere and I'll get it done.<BR><BR>thx, Jason</P><BR><BR><BR>From: Rob Nagler &lt;nagler@bivio.biz&gt;<BR>Reply-To: boulder-pm@pm.org<BR>To: boulder-pm@pm.org<BR>Subject: Re: [Boulder.pm] LWP::UserAgent question<BR>Date: Wed, 20 Jul 2005 16:28:27 -0600<BR><BR>Jason Van Slyke writes:<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;#!/usr/bin/perl -w<BR><BR>Have you tried perl -d?<BR><BR>We have had problems with HTTPS proxy connetions on RH6.2 going through<BR>Apache.&nbsp;&nbsp;I think this went away when we went to RH7.2 on the proxy<BR>server and the client.&nbsp;&nbsp;RPM also had problems, but I suspect this was<BR>unrelated.<BR><BR>When you are in perl 
-d, you can look at what sockets are open with<BR>netstat -a.&nbsp;&nbsp;You can also dump your tcp traffic to see what's going<BR>on.<BR><BR>It would be good to know the line in LWP that was failing.&nbsp;&nbsp;It's all<BR>Perl so should be easy to trace.<BR><BR>Rob<BR>_______________________________________________<BR>Boulder-pm mailing list<BR>Boulder-pm@pm.org<BR>http://mail.pm.org/mailman/listinfo/boulder-pm<BR></DIV></div></html>