Changed the Client.pm file line #41 from 5.008 to 5.010 and ran ppm install
ppm install http://www.bribes.org/perl/ppm/Crypt-SSLeay.ppd MSWin32-x86-multi-thread-5.10Downloading Crypt-SSLeay0.57...done Unpacking Crypt-SSLeay-0.57...done Generating HTML for Crypt-SSLeay-0.57...done Updating files in site area...done 1 file deleted 4 files installed 3 files unchanged 10 files updated $ perl testSSL.pl LWP::UserAgent::new: () LWP::UserAgent::request: () LWP::UserAgent::send_request: GET https://www.helsinki.fi/ LWP::UserAgent::_need_proxy: Not proxied LWP::Protocol::http::request: () LWP::Protocol::collect: read 495 bytes LWP::UserAgent::request: Simple response: OK HTTP/1.1 200 OK Connection: close Date: Mon, 31 Mar 2008 03:03:26 GMT Accept-Ranges: bytes ETag: "2f4131c-1ef-47a1d157" Server: Apache Content-Length: 495 Content-Type: text/html Last-Modified: Thu, 31 Jan 2008 13:47:03 GMT Client-Date: Mon, 31 Mar 2008 03:03:26 GMT Client-Peer: 128.214.205.16:443 Client-Response-Num: 1 Client-SSL-Cert-Issuer: /C=FI/O=Sonera/CN=Sonera Class2 CA Client-SSL-Cert-Subject: /C=FI/L=Helsinki/O=University of Helsinki/OU= +IT Department/CN=www.helsinki.fi/emailAddress=webm aster@helsinki.fi Client-SSL-Cipher: DHE-RSA-AES256-SHA Client-SSL-Warning: Peer certificate not verified Title: University of Helsinki <html> <head> <title>University of Helsinki</title> </head> <body> <h1><a href="http://www.helsinki.fi/yliopisto/">University of Helsinki +</a></h1> This is the secure www server of the University of Helsinki, Administration Office, <a href="http://www.helsinki.fi/atk/">IT Department</a>. <P> Get the HY-CA certificate authority root certificate from <a href="https://www.helsinki.fi/ca/">https://www.helsinki.fi/ca/</a>. <P> <hr> <address>webmaster@helsinki.fi</address> </body> </html>
Everything works just fine now. What a pain in the proverbial bottom. Thanks to all who took the time to look at this. Not sure why Client.pm was wrong but I'm off to the races now!-)

In reply to Re^18: ActiveState Perl 10.x and Crypt::SSLeay not installed errors on Windows 2003 by yeah
in thread ActiveState Perl 10.x and Crypt::SSLeay not installed errors on Windows 2003 by yeah

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.