Proxy engine to translate EPP connections into HTTP calls
Find a file
Maciej Szlosarczyk 18fb3462c4
Add example EPP frames
They correspond with EIS schema used in the registry project
2019-05-30 14:08:55 +03:00
apps/epp_proxy Update TCP connection to use the same structure as TLS 2019-05-30 14:04:34 +03:00
config Handle XML parsing errors 2019-05-30 10:35:54 +03:00
.dockerignore Add Travis-CI config and Dockerfile 2019-05-30 12:42:52 +03:00
.gitignore Remove dev config file 2019-05-28 11:21:48 +03:00
.travis.yml Fix Travis error 2019-05-30 12:48:42 +03:00
Dockerfile Add Travis-CI config and Dockerfile 2019-05-30 12:42:52 +03:00
EXAMPLES.md Add example EPP frames 2019-05-30 14:08:55 +03:00
LICENSE Use EIS standard license 2019-05-28 13:17:23 +03:00
README.md Add Travis-CI config and Dockerfile 2019-05-30 12:42:52 +03:00
rebar.config Replace logger with lager for syslog logging 2019-05-29 13:23:29 +03:00
rebar.lock Replace logger with lager for syslog logging 2019-05-29 13:23:29 +03:00

epp_proxy

An OTP application

Build

$ rebar3 compile

TODO

  1. DONE -- Add syslog logger
  2. DONE -- Add default error responses for errors while contacting registry and for invalid XML.
  3. This readme.
  4. Migration guide for mod epp.