Hi

I wonder if it is possible to make the following script use my client
sertificate, or do I have to do it in some other way? I have tryed to read
the examples, doc's and man pages, but I don't understand them 100%. 

I got some files with X509 certificates, that i am suppose to use, but i
am not sure if it is on the correct format. Is it possible to convert
certificate files from one format to another?

--------------------------------------
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