У меня есть проблемы с подключением к серверу Эпп: epptest.ficora.fi Я использую это PHP LIB: https://packagist.org/packages/metaregistrar/php-epp-clientЭпп FICORA - Соединение отклонено
$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 ш я загрузить файл the.crt Любые идеи, кто-нибудь с опытом работы с FICORA? Благодаря