ID: 33770
Updated by: [EMAIL PROTECTED]
Reported By: subscription at nazarenko dot net
-Status: Open
+Status: Feedback
Bug Type: OpenSSL related
Operating System: Linux SuSE 9.3
PHP Version: 5CVS-2005-07-19
New Comment:
I'm using these libs:
openssl 0.9.7f
curl 7.13.1
So try upgrade those. (you do have the 64bit versions of those
installed?)
Previous Comments:
------------------------------------------------------------------------
[2005-08-02 19:33:15] subscription at nazarenko dot net
Tried php5-200508021630 CVS snapshot.
https works:
./configure --disable-all --disable-cgi --with-openssl --with-curl
https does not work:
./configure --disable-all --disable-cgi --with-openssl --with-curl
--with-curlwrappers
My machine is x64 Linux (SuSE 9.3)
OpenSSL libraries: openssl-devel-0.9.7e-3
CURL libraries: curl-devel-7.13.0-5
------------------------------------------------------------------------
[2005-08-02 07:57:46] [EMAIL PROTECTED]
I can't reproduce this, with having both of those configure options
enabled the same time. Please try latest CVS snapshot.
------------------------------------------------------------------------
[2005-07-20 00:48:35] subscription at nazarenko dot net
Thank you for a speedy response.
Indeed, with the minimal configure, it started working again.
After 1 hour of mixing and matching the modules I found the culprit.
It is: curl-7.13.0 libraries compiled in with the following
parameters:
--with-curl --with-curlwrappers
Actually, without "--with-curlwrappers" it works fine. Tested both for
5.0.4 and 5CVS
------------------------------------------------------------------------
[2005-07-19 21:32:47] [EMAIL PROTECTED]
Works fine for me under FC4 x86_64smp.
Try with this configure line:
./configure --disable-all --disable-cgi --with-openssl
And use sapi/cli/php to run your script.
------------------------------------------------------------------------
[2005-07-19 21:23:47] [EMAIL PROTECTED]
subscription at nazarenko dot net:
"Tried the latest snapshot as advised. Same effect as before, the
problem persists.
Test script:
<?php var_dump(file("https://host2/")); ?>
Both "host1" and "host2" are on the same subnet. "
(do NOT add any huge outputs of anything unless asked for!)
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/33770
--
Edit this bug report at http://bugs.php.net/?id=33770&edit=1