From: David Weldon Date: 2007-01-25T08:57:29+09:00 Subject: Re: ssl xml rpc Ok I think I discovered the problem. I need to send my XML directly without any headers. Right now I'm sending something like: POST /RPC2 HTTP/1.0 User-Agent: Frontier/5.1.2 (WinNT) Host: betty.userland.com Content-Type: text/xml Content-length: 181 and the response I'm getting is that "POST /RPC2 HTTP/1.0" isn't valid XML. :) So my new question is: Does anyone know a way to write raw xml data to a given server&port with ssl? In other words do you know how to send a POST over ssl without the headers? -- Posted via http://www.ruby-forum.com/.