Error with fsockopen() and SSL, 'Failed to enable crypto'
问题 I am trying to connect to the Nominet EPP test bed, but I am receiving a 'Failed to enable crypto' which seems to be a rare error with no documented solution or cause. With the line: $socket = fsockopen('ssl://testbed-epp.nominet.org.uk', 700, $errno, $errst, 10); The exact error I am getting is: Warning: fsockopen() [function.fsockopen]: Failed to enable crypto in /path/classes/nominet_epp.class.php on line 53 Warning: fsockopen() [function.fsockopen]: unable to connect to ssl://testbed-epp