#34228: fsockopen don't work since php 5.3.10, with openssl 1.0.1b_0 --------------------------------+------------------------------------------- Reporter: clement@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: php openssl | Port: php5 --------------------------------+------------------------------------------- Since the last update, the PHP function [http://php.net/fsockopen fsockopen] doesn't work with ssl : {{{ <?php $connection = fsockopen('ssl://graph.facebook.com', 443); ?> }}} This leads to {{{ Warning: fsockopen() [<a href='function.fsockopen'>function.fsockopen</a>]: SSL: crypto enabling timeout in ... Warning: fsockopen() [<a href='function.fsockopen'>function.fsockopen</a>]: Failed to enable crypto in ... Warning: fsockopen() [<a href='function.fsockopen'>function.fsockopen</a>]: unable to connect to ssl://graph.facebook.com:443 (Unknown error) in ... }}} -- Ticket URL: <https://trac.macports.org/ticket/34228> MacPorts <http://www.macports.org/> Ports system for Mac OS