Hi there,

running perl 5.004_04 on Solaris 2.6, SPARC, OpenSSL 0.9.6,
I have installed Crypt-SSLeay-0.29. 
No compilation problem (excepted for an other module:
libwww-perl-5.5395).

After some test, everything goes fine. But, I have tried to connect
to a running machine which has NO Web server installed. 
Then my test program, exit and print: Broken Pipe.

My test program looks like:
my $ua = new LWP::UserAgent;
my $req = new HTTP::Request('GET',"https://$AUTHSERVER";);
my $res = $ua->request($req);
---> broken pipe here.

If I try with: http://$AUTHSERVER (http instead of https), I got
a normal error.

Any help on this problem?

Thanks in advance,

franck

PS: I dont know how to suscribe to this mailing list, so, please,
Email to me at [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to