nominet

Error with fsockopen() and SSL, 'Failed to enable crypto'

走远了吗. 提交于 2019-12-22 18:39:12
问题 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

Error with fsockopen() and SSL, 'Failed to enable crypto'

假如想象 提交于 2019-12-06 07:32:47
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.nominet.org.uk:700 (Unknown error) in /path/classes/nominet_epp.class.php on line 53 As far as I can