Re: redirecting input to s_client

2003-02-18 Thread Vadim Fedukovich
On Mon, Feb 17, 2003 at 02:26:13PM +, 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) |

redirecting input to s_client

2003-02-17 Thread Himanshu Soni
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 The result of the above is that the program exists with DONE printed to the console. I have tried the