ID: 19872 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: No Feedback Bug Type: Sockets related Operating System: Solaris PHP Version: 4.3.0-pre1 New Comment:
No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you. Previous Comments: ------------------------------------------------------------------------ [2002-10-13 20:41:31] [EMAIL PROTECTED] 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). ------------------------------------------------------------------------ [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