ID: 19872
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Feedback
Bug Type: Sockets related
Operating System: Solaris
PHP Version: 4.3.0-pre1
New Comment:
I've improved the SSL error handling, so please
try again with a new snapshot (use the most recent one
dated after this entry).
Also, remember that if you are rolling your own https
support, the default port for SSL is 443.
(You could just use fopen("https://....") in that case).
Previous Comments:
------------------------------------------------------------------------
[2002-10-11 19:27:38] [EMAIL PROTECTED]
We need more information than that...
Please post a short script that reproduces the problem,
and include the output you are getting and also the output you were
expecting.
------------------------------------------------------------------------
[2002-10-11 16:52:54] [EMAIL PROTECTED]
using $fp=fsockopen("ssl://".$hostname,$port,$errno,$errstr,100); the
connection doesn't seem to work correctly. There's either no connection
being made or the response is not being gotten correctly.
Also, according to the docs on
http://www.php.net/manual/en/function.stream-get-meta-data.php, there
are additional items in the array returned which aren't there.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=19872&edit=1