Epp Ficora - 连接被拒绝

Epp Ficora - Connection refused

我在连接到 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();

响应:"Error connecting to ssl://epptest.ficora.fi:700: Connection refused (code 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 经验的人? 谢谢

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