Hello All
I am running PHP5.0.2 over apache 1.3.29 and openssl-0.9.7d on a Debian
Linux and with a fake (internal)ip.
Php Configure command './configure' '--with-apxs=/www/bin/apxs'
'--with-openssl-dir=/usr/local/src/webserver/openssl-0.9.7d/'
'--enable-trans-sid' '--disable-libxml'
Registered PHP Streams : php, file, http, ftp
Registered Stream Socket Transports : tcp, udp, unix, udg
allow_url_fopen : On On
Now when i try to open a https url via it gives me this error
[Wed Jun 15 19:03:36 2005] [error] PHP Warning: fsockopen() [<a
href='function.fsockopen'>function.fsockopen</a>]: unable to connect to
ssl://www.scan.co.uk:443 (Unable to find the socket transport
"ssl" - did you forget to enable it when you configured PHP?)
in /www/htdocs/testcon.php on line 2
I am trying to fix this from last few days but not successful can some
please help me its very urgent.
Do I need to register ssl and https as registered php streams? and if
so how do i register them.
Thankyou
Regards
Dhaval Choksi