Knowledge Base
Introduction Transport — EPP over TCP Relevant RFC Documents Session handling Domain management Contact management Host management Message polling Extensions Registrars Domains REST API

Introduction into EPP

The EPP Gateway provides a strict RFC EPP compatible protocol for .ST ccTLDs.

ST Registry provide both – sandbox access for testing purposes and production environment for working with live registrar repository.

Access to both platforms can be obtained from the registrar console.

The Gateway handles nameserver hosts as objects. nameserver as attribute is not supported.

The Gateway also supports additional extensions:

  1. Domain collections. Used to fetch registrar domain repository.
  2. Registrar extension. Used to fetch registrar and billing details (including registrar balance).
  3. WHOIS Privacy extension. Used to setup domain contacts masking. According to ST Registry terms of service – registrant/registrar is obligated to provide real contacts information for domains and keep it up to date, however ST Registry provide possibility to mask/hide such details in WHOIS responses and any other public catalogs.

Transport — EPP over TCP

Connections must be created using TLS/SSL over TCP, to the respective live/test environment. Upon the establishment of a connection (client and server TLS/SSL handshake) the EPP Gateway server will send a greeting message to the client. Gateway pings by sending a “hello” command will also generate a greeting message back to the client.

Relevant RFC Documents