The script you se under Is a very simple script. It asks a server for a
page, over ssl. Is it possible to make the script use X509 client
certificate?

Or does annyone have a simple example on how to use client certificate in
a simple way?


------- simple script --------
use Net::SSLeay;
Net::SSLeay::SSLeay_add_ssl_algorithms();

my $port = "xxx";
my $host = "xxx.xxxxxx.xx";
my $path="/serverscript.cgi";          

my ($page, $result, %headers) = &Net::SSLeay::get_https($host,
$port,$path);
print $page;
-----------------------------


-- 
         _   _                                           
       / /  (_)__  __ ____  __                           
      / /__/ / _ \/ // /\ \/ /  ... The choice of a      
     /____/_/_//_/\.,_/ /_/\.\         GNU generation    


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

Reply via email to