hi

i want to read remote data from other ssl server using perl or others.
(without any package)
openssl s_client -connect remote.com:443
opens connection to host and waits for GET /document.html HTTP/1.0 and
2 Enters.

how can i read data from remote page using one command?
 $data = `openssl s_client -connect remote.com:443 blahblah blah`;
 or ..........
 thanks

-- 
Best regards,
 Denaturalist                            mailto:[EMAIL PROTECTED]


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

Reply via email to