|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-10-11 16:52 UTC] enygma at phpdeveloper dot org
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.
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 08:00:02 2025 UTC |
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).