nodepp
nodepp copied to clipboard
EPP implemented in node.js
I am having problems running my nodepp-server node ./lib/node-epp-server.js -f ./config/epp-config.json -r registrar --loglevel debug debug: Registries: 0=registrar info: Starting worker registry=registrar info: Starting dispatcher registry=undefined, config=undefined Can someone help...
Hey is it possible to remove autologin on serverstart? I just need the connection to the server be made with ssl and then stay idle. If I remove login/password params...
Dear sir: I try to use your module and work perfect on NodeJS v0.10.37, but recently after upgrade to NodeJS v8.9.3, some registry like Google, will cause some issue; 1....
In lib/connection.js, the TLS method is set to "secureProtocol": "TLSv1_method" Just had an issue with Nominet that they require "secureProtocol": "TLSv1_2_method" or you get a connection reset. This might be...
- add connection pooling for each registry.
It seems to me that there must be something wrong with the node-epp-server. When you send a request to it while another request is being handled, the server will immediately...
Adding some try catch to various places that cause hard errors, especially for empty buffers; fixing issue with parseInt and listen port on command line not being set; fixed issue...
buffer error
I am running the nodepp server with a simple login / pass setup. I get a secure connection no problem, but then I get this error right after welcome screen...
Hi. I'm having problems receiving responses that are more than 2014 bytes long. I guess they spill over into multiple chunks, and as far as I can see - nodepp...
Hey, I am using node-epp-restful.js and I need to do a password change for a test parcours. As far as I can see this needs to be done at login....