fopen and https not working
[email protected] ("Rudi W.")
| Newsgroups | php.install |
|---|---|
| Message-ID | <[email protected]> |
Hi there I'm having a problem when trying to open a https url from fopen and fsockopen for that matter. The error: Warning: fsockopen() [function.fsockopen]: unable to connect to https://user:[email protected]/showgif/?orderid=:443 (Unable to find the socket transport "https" - did you forget to enable it when you configured PHP?) in /usr/home/balusta/public_html/info.php on line 8 -1077944192 Unable to find the socket transport "https" - did you forget to enable it when you configured PHP? My phpinfo() says: Registered PHP Streams php, file, http, ftp, https, ftps Registered Stream Socket Transports tcp, udp, unix, udg, ssl, sslv3, sslv2, tls I'm running php 5.0.2 and Apache2 As i understand i have enable the proper transports? Can seem to find the problem :-( Thanks.