Re: looking for server test script

2004-08-05 Thread Joseph Bruni
ways like reject the tls request and only accept the ssl. thanks, weijun -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joseph Bruni Sent: Wednesday, August 04, 2004 5:47 PM To: [EMAIL PROTECTED] Subject: Re: looking for server test script $openssl s_server.

RE: looking for server test script

2004-08-05 Thread weijun jiang
Behalf Of Joseph Bruni Sent: Wednesday, August 04, 2004 5:47 PM To: [EMAIL PROTECTED] Subject: Re: looking for server test script $openssl s_server... will do the server side of an SSL connection for you. If you need to set up an HTTP server, just fire up apache. On Aug 4, 2004, at 6:49 PM

Re: looking for server test script

2004-08-04 Thread Joseph Bruni
$openssl s_server... will do the server side of an SSL connection for you. If you need to set up an HTTP server, just fire up apache. On Aug 4, 2004, at 6:49 PM, weijun jiang wrote: Hi, I am looking for some test scripts that could be used as a server to test the http-based client. Does the SSL