As far as I know you cant do that with standard socket connection as SSL
needs more than that. One solution that I am currently using is using Curl
extensions of PHP which is working just fine. But you may need to recompile
PHP with curl support. For more info:

http://www.php.net/manual/en/ref.curl.php
http://curl.haxx.se/

Tolga 'thorr' Orhon

"Todd Cary" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> 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]
>



-- 
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