Hey all, I was able to engage LWP::Debug to dump what is happening. Recap of the issue, https through firewall died after 12/31/99 due to Netscape proxy certificates expiring. I was given a patch to allow LWp to use proxy in the proper manner. This fixes that bug but now it seems like SSL negotiation is failing in some way. Here is the relevant LWP::Debug output: ******************************************* LWP::UserAgent::request: () LWP::UserAgent::simple_request: GET http://www.outsidehost.com/cgi-bin/rbox/flipper-ld.cgi LWP::UserAgent::_need_proxy: Proxied to http://proxy.sc.intel.com:900 LWP::Protocol::http::request: () LWP::Protocol::http::request: GET http://www.outsidehost.com/cgi-bin/rbox/flipper-ld.cgi HTTP/1.0 Host: www.outsidehost.com User-Agent: oz/0.1.0 LWP::Protocol::http::request: reading response LWP::Protocol::http::request: HTTP/1.1 302 Moved Temporarily Server: Netscape-Enterprise/3.6 SP2 Date: Mon, 24 Jan 2000 22:00:25 GMT Content-type: text/html Location: https://machine1.outsidehost.com/ Connection: close LWP::Protocol::http::request: HTTP/1.1 302 Moved Temporarily LWP::UserAgent::request: Simple result: Found LWP::UserAgent::request: () LWP::UserAgent::simple_request: GET https://machine1,outsidehost.com/ LWP::UserAgent::_need_proxy: Proxied to https://proxy.sc.intel.com:900 LWP::Protocol::https::request: () LWP::Protocol::http::request: () LWP::UserAgent::request: Simple result: Internal Server Error code is: 500 500 (Internal Server Error) Bad file descriptor response->as_string is: Client-Date: Mon, 24 Jan 2000 21:59:16 GMT ************************************************************** If anyone has some ideas on where to look next I'd appreciate it. I'm using the patches from Scott Gifford that David Worenklein sent me. Thanks, Tony
