2016-04-18 6 views
2

Ich habe Probleme Verbindungsserver epp: epptest.ficora.fi Ich verwende dieses PHP lib: https://packagist.org/packages/metaregistrar/php-epp-clientEpp Ficora - Verbindung abgelehnt

$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(); 

Antwort: „Fehler beim Verbinden mit ssl: // epptest. ficora.fi:700: Verbindung abgelehnt (Code 111) "

Bereits meine IP-Adressen hinzugefügt. Der Hafen ist 700 I erzeugen Zertifikat: http://grahamc.com/blog/openssl-madness-how-to-create-keys-certificate-signing-requests-authorities-and-pem-files/

Bei epptest ui ich the.crt Datei Irgendwelche Ideen, jemand mit Erfahrung mit FICORA hochladen? Dank

Antwort

0

Das Problem war bei geschlossenem Ficora Port 700 nmap epptest.ficora.fi