-
Notifications
You must be signed in to change notification settings - Fork 4
Authorization error on login #20
Copy link
Copy link
Open
Labels
Description
Query sent on login:
<?xml version="1.0" encoding="UTF-8" standalone="no"?><epp xmlns="urn:ietf:params:xml:ns:epp-1.0"><command><login><clID>radicenter</clID><pw>[FILTERED]</epp>
Response:
<?xml version="1.0" encoding="UTF-8"?> <epp xmlns="https://epp.tld.ee/schema/epp-ee-1.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="lib/schemas/epp-ee-1.0.xsd"> <response> <result code="2001"> <msg lang="en">Element '{urn:ietf:params:xml:ns:epp-1.0}epp': No matching global declaration available for the validation root.</msg> </result> <trID> <clTRID>radicenter-1499789276</clTRID> <svTRID>ccReg-4713428662</svTRID> </trID> </response> </epp>
the same error is possibly there for logout request as well
Reactions are currently unavailable