Trying to use the "openssl s_client" utility to test an https page. I am able to connect, and to perform a GET and see pages, but I can't make a POST work. I try to do something like:

POST /path/to/page HTTP/1.1
HOST: internal.host.ip.address
Content-Type: plain/text
Content-Length: 6

foobar


--
The POST, however, seems to get sent immediately after the blank line, not allowing me to send the text, in this case 'foobar'. Removing the blank line between the header info and the body doesn't work either. Where am I going wrong?
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to