i suggest you take a look at the Net::SSLeay module. to quote the perldocs:
This module offers some high level convinience functions for accessing web pages on SSL servers, a sslcat() function for writing your own clients, and finally access to the SSL api of SSLeay package so you can write servers or clients for more complicated applications.
Crypt::SSLeay is a support module for LWP. to quote its perldocs:
Work on Crypt::SSLeay has been continued only to provide https support for the LWP - libwww perl libraries. If you want access to the OpenSSL API via perl, check out Sampo's Net::SSLeay.
i've never used any of this on HP-UX, so i can't say for certain that your problem doesn't lie elsewhere, but i would at least give it a shot if i were you.

note: Net::SSLeay is not an LWP module, so you don't get all the nice stuff like HTTP::Request, HTTP::Cookies, or LWP::UserAgent. you have to build and parse HTTP headers yourself. there may be some way around this, but the module is written not to use an LWP interface and so requires you to learn Yet Another set of functions.

but hey, if it does the job, i'm less apt to fault it for an idiosyncratic interface.


In reply to Re: Configure Crypto::SSLeay by mdillon
in thread Configure Crypto::SSLeay by Anonymous Monk

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.