I ended up basically replacing this part of my code<br><br>my $req = HTTP::Request-&gt;new(GET =&gt;&quot;https://$username:$password\@<a href="http://qualysguard.qualys.com/msp/scan_report_list.php">qualysguard.qualys.com/msp/scan_report_list.php</a>&quot;); <br>
<br>with<br>...<br>system &quot;wget --proxy=on http_proxy=<a href="http://10.10.10.10:9090/">http://10.10.10.10:9090/</a> --proxy-user=$proxyuser --proxy-passwd=$proxypass --user=$username --password=$password -O $SCAN_REPORT_FILE <a href="https://qualysguard.qualys.com/msp/scan_report_list.php">https://qualysguard.qualys.com/msp/scan_report_list.php</a>&quot;;<br>
<br>if ( ! open INFILE, &quot;&lt;$SCAN_REPORT_FILE&quot;) {<br>      die &quot;Could not open file ($!)&quot;;<br>    }<br><br>my $content;<br>for (&lt;INFILE&gt;) {<br>   $content .= $_;<br>}<br>...<br><br>Its not elegant, but it got the job done.  They guy I wrote this for ended up not using it because I had hacked the original perl from Qualys too much by using wget and he was afraid that Qualys and the other CMS (Content Management Solution vendor in Kansas City) would not support it.<br>
<br><br>(forgot to copy <a href="mailto:kc@pm.org">kc@pm.org</a> on the first reply so I added them back in just in case someone else has some additional input)<br><br>- daryl<br><br><div class="gmail_quote">On Mon, Dec 7, 2009 at 1:57 PM, Scott, James M Dr <span dir="ltr">&lt;<a href="mailto:ScottJM@corning.com">ScottJM@corning.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div link="blue" vlink="purple" lang="EN-US"><div><p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);">No, I’ve just run into a situation where internal proxy server now asks for authentication and I couldn’t get it to work.</span></p>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);">I saw your thread and it did not look promising. I saw the same results.</span></p><p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>
<p class="MsoNormal"><b><span style="font-size: 10pt;">From:</span></b><span style="font-size: 10pt;"> Daryl Fallin [mailto:<a href="mailto:darylvf@gmail.com" target="_blank">darylvf@gmail.com</a>] <br><b>Sent:</b> Monday, December 07, 2009 2:41 PM<br>
<b>To:</b> Scott, James M Dr<br><b>Subject:</b> Re: [Kc] Perl LWP (libwww-perl) problems using a proxy that requires</span></p><div><div></div><div class="h5"><p class="MsoNormal"> </p><p class="MsoNormal" style="margin-bottom: 12pt;">
No.  I couldn&#39;t resolve the issue as I remember and just moved on and ended up using some perl to call wget to retrieve the appropriate data.<br><br>Do you have an idea or fix for the problem?<br><br></p><div><p class="MsoNormal">
On Mon, Dec 7, 2009 at 9:40 AM, Scott, James M Dr &lt;<a href="mailto:ScottJM@corning.com" target="_blank">ScottJM@corning.com</a>&gt; wrote:</p><div><p><span>Daryl, did you ever get this problem solved?</span></p><p><span>The message thread simply ends without resolution….</span></p>
</div></div><p class="MsoNormal"> </p></div></div></div></div></blockquote></div><br>