For my http socket connection, I am using

       "POST $abs_url HTTP/1.0\r\n".
       "Accept-Language: en-us\r\n".
       "Host: $host:$port\r\n".
       "Connection: close\r\n".
       "Content-type: application/x-www-form-urlencoded\r\n".

which works great.

What do I need to change for a SSL connection?

Todd

--
Todd Cary
Ariste Software
[EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to