Questions tagged [epp]

EPP is the Extensible Provisioning Protocol, used by domain name registrars to communicate with registries in order to manage their objects: domains, contacts, hosts, etc.

EPP is the Extensible Provisioning Protocol, defined by STD 69 (currently RFCs 5730, 5731, 5732, 5733, and 5734). It is used by domain name registrars to communicate with registries in order to manage their objects: domains, contacts, hosts, etc.

43 questions
0
votes
2 answers

Command syntax error on EPP DOMAIN CREATE

Trying to execure EPP DOMAIN CREATE through sidn.nl API - HELLO, LOGIN and DOMAIN CHECK work correct, so session is open and server is responding. Returns "Command syntax error" on this command:
Eugene Bartosh
  • 324
  • 3
  • 12
0
votes
1 answer

EPP server does not respond to EPP HELLO

I need to work with .NL registrar - sidn.nl - through their EPP API. I use standard EPP HELLO, add 4 bytes message size (big endian), call CURL - no header, no data back. Code: var epp_hello = '
Eugene Bartosh
  • 324
  • 3
  • 12
0
votes
0 answers

EPP connection timeout on remote server, works on Wamp

I'm trying to connect to an EPP-server with PHP, and it's all working on the Wampserver (PHP 5.5.12) on my pc. I've written a class and connect with this piece of code: if(!$this->socket =…
Thijs
  • 87
  • 10
0
votes
1 answer

Can only accredited registrars use the EPP protocol to register domains?

I want to be able to programmatically register domains without having to rely on registrars (e.g. GoDaddy) and their associated fees. I know that registrars provide their own APIs but if I could connect to EPP servers directly (e.g. VeriSign) that…
Maksim Kneller
  • 297
  • 1
  • 15
0
votes
2 answers

ssl socket communicatoin to an epp server

tI'm implementing a client in java that comunicates to an EPP server via TCP and SSL. I nead to send some xml-s to the server via SSL an read some xml responses. I dont have a client certificate and I dont nead one. I just nead to be able to send…
simonC
  • 4,101
  • 10
  • 50
  • 78
0
votes
1 answer

SimpleXML is not parsing my epp XML messages

I am trying to extract information out of a return xml epp messages from SIDN But i am not abbel to get some of the variables out of this messages. I manage to get the result code and messages. $domaininfo = xml messages that can be seen at :…
0
votes
1 answer

Using preg_match_all() to locate XML within a log in PHP

I have several log files that contain EPP requests and responses. I need to use preg_match_all to return an array of all the XML requests within the log, so I can then parse out the XML and validate it, however I'm not too familiar with regex. The…
user2421173
  • 73
  • 1
  • 5
-1
votes
1 answer

PHP - Apache process use the created socket by another process

This is my first question on this site so I'll try to be as clear as possible. We're building an EPP client to talk to Nominet EPP service. Nominet limits the sessions to be established by us to 5 sessions at a time. Source:…
-1
votes
1 answer

EPP commands using XML and PHP

I'm trying to get a basic script working to send the standard greeting to my hosting company's EPP service. I've read a number of articles already - Connecting to domain registry EPP server Connect to EPP Server with PHP, using SSL? Unfortunately…
-1
votes
1 answer

How to display XML data as xml structure?

I am sending XML requests with cURL, and server is responding with XML data, which is displayed as single line string, I want to represent data as classical XML structure like this:
Alan Kis
  • 1,790
  • 4
  • 24
  • 47
-1
votes
1 answer

EPP call is returning empty value on xml post

I am trying to connect epp and submitting xml but it returns nothing except 'server connected'. $xml = '
seoppc
  • 2,766
  • 7
  • 44
  • 76
-1
votes
2 answers

Connecting to EPP Server from local system

I am using fsock open to connect to epp server but its failing. Below is my code:(I have given wrong input values here.) $whoisserver = "epp-test.verisign-grs.net"; $port = 123; $timeout = 40; $fp = @fsockopen($whoisserver, $port, $errno, $errstr,…
user1871586
-5
votes
1 answer

Domain Hijacking / Unrestricted EPP

I have done a vulnerability scan on my domain, and Domain Hijacking / Unrestricted EPP who's up as a MEDIUM threat. I can't find any information on how to restrict EPP. Does anyone have any idea?
Robert Benedetto
  • 1,590
  • 2
  • 29
  • 52
1 2
3