On Mon, Feb 17, 2003 at 02:26:13PM +0000, Himanshu Soni wrote:
> Hi
> 
> Is there a way to redirect the GET/POST request from a file to the openssl 
> s_client app? something like:
> 
> cat get.txt | openssl s_client -connect server:443 -cert crtfile -key keyfile 

maybe
(cat something; sleep 10) | openssl s_client

this works with "telnet 80" for me

> The result of the above is that the program exists with "DONE" printed to the 
> console.
> 
> I have tried the -pause switch with the above but with no luck.
> 
> Thanx in advance for any help.
> 
> Himanshu Soni 
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to