Hi,

I am running openssl 0.9.4 and perl Net::SLLeay 1.05 on Solaris 7.

When I try connecting to a WEB site using the script below it comes up the
with the 
following error:

SSL_connect 21244: 1 - error:14094417:SSL routines:SSL3_READ_BYTES:sslv3
alert illegal parameter

Any ideas ...?????


============================================================================
=

use Net::SSLeay qw(get_https post_https sslcat make_headers make_form);

($page, $response, %reply_headers)
              = get_https('some URL', 8443, '/rhwc/spue', 
                     make_headers(
                             'User-Agent' => 'BPCrobot/1.0',
                             'Referer'    => '',
                             'Host'    => 'm10.bigpond.net.au'
                     ));

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to