I wrote a simple proxy using LWP. The long term intent will be to filter HTTP transactions for certain internal applications. This works fine for regular HTTP requests/responses. But requesting an SSL page, I'm not sure what to do with the CONNECT request. Is there sample code somewhere on the web showing how to extend simple proxying to include SSL?
FYI, I use SSL regularly as part of standard https requests when using LWP strictly as an automated browser engine. So the prerequisite SSL pieces (OpenSSL, SSLeay) are installed and working for that sort of usage. -- Steve Sapovits GSI Commerce http://www.gsicommerce.com Email: [EMAIL PROTECTED]
