Epp Ficora - 连接被拒绝

时间:2016-04-18 10:55:52

标签: php epp

我在连接到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我上传了.crt文件 任何想法,任何有FICORA经验的人? 谢谢

1 个答案:

答案 0 :(得分:0)

问题出在关闭的Ficora端口700 nmap epptest.ficora.fi