Kevin Eppinger wrote:
I have been tasked with a project that involves writing a process (not a CGI invoked from Apache) that sends a secure request to a https website and reads the response back, parses it..blah, blah, blah. Its has to be

Consider... LWP::Request part of the libwww perl module. or wget or curl or fetch or netcat + stunnel

In other words, there are a number of "clients" that can handle the secure transfer from an HTTPS source. Parsing the output is a whole 'nother bag which has nothing to do with openssl of course.

--
Some days it's just not worth chewing through the restraints...
Mark D. Foster, CISSP <[EMAIL PROTECTED]>  http://mark.foster.cc/

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

Reply via email to