I developed a SSL client adapter program and need to get some tool to test
it out.
s_server is great as it supports HTTP GET but in order to complete my test,
I need a tool to support PUT as well.

I am thinking of doing a PUT (send a file to a server) and then a GET
(retrieve the same file from the server).  By comparing the file sent and
the file received, I know the sending and receiving big chuck of data are
working.

I don't have much of choices right? It is either I modify s_server to
support PUT or install mod_ssl.
Anyone has other idea?

Thanks
Patrick

----- Original Message -----
From: Richard Levitte - VMS Whacker <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Sunday, April 29, 2001 11:52 PM
Subject: Re: does s_server accept PUT command?


> From: "Patrick Li" <[EMAIL PROTECTED]>
>
> pcwli> Does the s_server only supports the GET HTTP command when
> pcwli> running with -WWW option?  I tried with PUT HTTP command and it
> pcwli> is not working.  I check the source code in apps/s_server and
> pcwli> it does not have code to handle any HTTP command except GET.
>
> s_server is just a test tool!  If you want t full-blown HTTP server,
> use Apache with mod_ssl or something equally suitable.
>
> --
> Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
> Chairman@Stacken   \ S-168 35  BROMMA  \ T: +46-8-26 52 47
> Redakteur@Stacken   \      SWEDEN       \ or +46-709-50 36 10
> Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
> Member of the OpenSSL development team: http://www.openssl.org/
> Software Engineer, Celo Communications: http://www.celocom.com/
>
> Unsolicited commercial email is subject to an archival fee of $400.
> See <http://www.stacken.kth.se/~levitte/mail/> for more info.
> ______________________________________________________________________
> 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