Re: [PHP] Re: Fshockopen error while opening a https stream urgent help needed

2005-06-20 Thread choksi
Hi i have changed the re-complile php openssl but now its giving me connection refused error. Warning: fsockopen() [function.fsockopen]: unable to connect to ssl://192.168.65.20:443 (Connection refused) in * /www/htdocs/voip/api_class.php* on line *32

[PHP] Re: Fshockopen error while opening a https stream urgent help needed

2005-06-17 Thread JamesBenson
You pointed the configure line to the source files and not the installed version of openssl, you should compile and install openssl first, change... --with-openssl-dir=/usr/local­/src/webserver/openssl-0.9.7d to... --with-openssl-dir=/usr/local­ Or wherever you installed openssl, /usr/local

[PHP] Re: Fshockopen error while opening a https stream urgent help needed

2005-06-16 Thread Manuel Lemos
Hello, on 06/16/2005 09:08 AM choksi said the following: Hello All I am running PHP5.0.2 over apache 1.3.29 and openssl-0.9.7d on a Debian Php Configure command './configure' '--with-apxs=/www/bin/apxs' '--with-openssl-dir=/usr/local­/src/webserver/openssl-0.9.7d/­' '--enable-trans-sid' '--