Posted by Richard Lynch on 02/01/05 19:56
pete M wrote:
> am not having a lot of success with opening a socket to a secure domain
> (php 4.3.8 - apache - openSSL)
>
> $fp = fsockopen($url , 443 ,$errno, $errstr, 30);
You would need to do SOOOO much work to get this going, generating
complementary two-way encryption keys...
Just use curl:
http://php.net/curl
--
Like Music?
http://l-i-e.com/artists.htm
[Back to original message]
|