连接到epp服务器: epptest.ficora.fi有问题,我正在使用这个PHP:https://packagist.org/packages/metaregistrar/php-epp-client
$conn = new eppConnection(false);
$conn->setHostname('epptest.ficora.fi');
$conn->setPort(700);
$realPath = realpath(__DIR__ . '/../../../../../../../data/keys/ficora.pem');
if (!$realPath) {
throw new \Exception();
}
$conn->enableCertification($realPath, 'passphrase');
$conn->connect();
return $conn->login();响应:“连接到ssl://epptest.ficora.fi:700:拒绝连接(代码111)时出错”
已经添加了我的ip地址。端口为700,我使用:http://grahamc.com/blog/openssl-madness-how-to-create-keys-certificate-signing-requests-authorities-and-pem-files/生成证书。
在epptest ui我上传the.crt文件的任何想法,谁有经验的FICORA?谢谢
发布于 2016-04-20 15:03:26
问题发生在关闭的Ficora端口700 nmap epptest.ficora.fi上。
https://stackoverflow.com/questions/36692000
复制相似问题