Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disputes: registration of disputed domain fails with correct password #2169

Closed
vohmar opened this issue Sep 24, 2021 · 1 comment · Fixed by #2170
Closed

Disputes: registration of disputed domain fails with correct password #2169

vohmar opened this issue Sep 24, 2021 · 1 comment · Fixed by #2170
Assignees
Labels

Comments

@vohmar
Copy link
Contributor

vohmar commented Sep 24, 2021

Regsitration of disputed domain requires correct reservation password. The process has been broken at some point as registering a domain in disputes list with correct password results in credit removed, disputed domain removed from disputed list but the registration request failing with

<?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="2202">
      <msg lang="en">Invalid authorization information; invalid reserved&gt;pw value</msg>
    </result>
    <trID>
      <clTRID>Märi Änn PR-1632502822</clTRID>
      <svTRID>ccReg-6355587861</svTRID>
    </trID>
  </response>
</epp>

sample request:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="https://epp.tld.ee/schema/epp-ee-1.0.xsd">
  <command>
    <create>
      <domain:create xmlns:domain="https://epp.tld.ee/schema/domain-ee-1.1.xsd">
        <domain:name>dispute.ee</domain:name>
        <domain:period unit="y">1</domain:period>
        <domain:registrant>BEST:C29B28C0</domain:registrant>
        <domain:contact type="admin">BEST:219D698B</domain:contact>
      </domain:create>
    </create>
    <extension>
      <eis:extdata xmlns:eis="https://epp.tld.ee/schema/eis-1.0.xsd">
        <eis:reserved>
          <eis:pw>test</eis:pw>
        </eis:reserved>
      </eis:extdata>
    </extension>
    <clTRID>Märi Änn PR-1632502822</clTRID>
  </command>
</epp>
@vohmar vohmar added the bug label Sep 24, 2021
@vohmar
Copy link
Contributor Author

vohmar commented Sep 27, 2021

the log from prod that might be tied to this problem: https://gist.github.com/ratM1n/45d4251448009ae7dc2003bb90fd3bac

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants