Hi all,
I am using LWP 5.48 and SSLeavy.

What I want: Connect to an https URL, via proxy, using the CONNECT method.

So far so good: My testroutine sends the requests and suceeds. Im getting
the following response:

$res->message => OK
$res->code => 200
$res->headers => HTTP::Headers=HASH(0x2028fb18)   
$res->content; => EMPTY 
$res->{client_socket} => IO::Socket::INET=GLOB(0x202781a0)

So I got the Sockethandle........ and now I have a problem. What I am
going to do with it?
Can somebody provide a small example in how to deal with https requests
using the CONNECT Method?

TIA
Tobias

-- 
Sent through GMX FreeMail - http://www.gmx.net

Reply via email to