Hello, Im trying to get Crypt::SSLeay to work on NT 5.0 using the latest Activestate distribution. I have OpenSSL 0.9.6c installed.
So when i try to compile Crypt::SSLeay 0.37, nmake wont work. And the ppm install is way out of date as it is version 0.17.1 and not the most recent 0.37 But trying my luck with 0.17, I have setup a small testscript to test if it would work at all. the script looks like this : $url = 'https://somesecurewebpage.com'; $ua = new LWP::UserAgent; $req = new HTTP::Request 'POST', $url; $req->content_type('application/x-www-form-urlencoded'); $res = $ua->request($req); print $res_string = $res->as_string; and i get a response telling me that my "Peer certificate" [is] "not verified" HTTP/1.1 302 (Found) ok Cache-Control: no-cache Connection: close Date: Mon, 11 Feb 2002 02:27:04 GMT Pragma: no-cache Location: /de/general/main_fehler_client.html Server: IBM_HTTP_Server/1.3.12.2 Apache/1.3.12 (Unix) Content-Language: en Content-Type: text/html Client-Date: Mon, 11 Feb 2002 02:28:20 GMT Client-Peer: [company's IP adress]:443 Client-SSL-Cert-Issuer: /O=VeriSign Trust Network/OU=VeriSign, Inc./OU=VeriSign International Server CA - Class 3/OU=www.verisign.com/CPS In corp.by Ref. LIABILITY LTD.(c)97 VeriSign Client-SSL-Cert-Subject: /C=DE/ST=SWH/L=Quickborn/O=[Nameof Company] AG/OU=EBT/OU=Terms of use at www.verisign.com/RPA (c)01/CN=somesecurewebpage.com Client-SSL-Cipher: RC4-MD5 Client-SSL-Warning: Peer certificate not verified How do I make Crypt::SSleay generate a verified Peer certificate ? adding use Crypt::SSLeay; $cert = new Crypt::SSLeay; wouldn't work. Do u have some suggestions on that ? I wouldn't ask if there was a good tutorial out there on how to get Crypt::SSSLeay and LWP jobs get to work. thanks in advance regards tetsuo ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]