Hello.

I'll try wording my question more succinctly in the hopes of getting a response from 
some kind soul.

I'm trying to do a SSL post to a particular secure server, but all methods are failing 
to connect.
curl gives an error 6 = "Couldn't resolve host", and fsockopen (using the 
OpenSSL-dependent ssl://
method) fails with the following warnings in the error log:

   "PHP Warning:  fsockopen(): unable to connect to [secure.host.name]:443
    PHP Warning:  fsockopen(): php_network_getaddresses: getaddrinfo failed: no 
address associated
with name (is your IPV6 configuration correct? If this error happens all the time, try 
reconfiguring
PHP using --disable-ipv6 option to configure)"

(I've tried reconfiguring php with "--disable-ipv6" and reinstalling, but I continue 
to get the same
message).

What could be causing this?  Any and all insights welcome!

(Platform Info, btw...
OpenBSD 2.9, PHP 4.3.2, Apache 1.3.27, ModSSL 2.8.14, OpenSSL 0.9.6, curl 7.9.8 -- 
I've installed
curl 7.10.5, but PHP configure refuses to see it even when I specify the path,
"--with-curl=/usr/local/curl" -- it uses the default 7.9.8 install in /usr/local no 
matter what I
do.)

Thanks in advance...
Alex
- - - - - - - - - -
af at ax-im dot com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to