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

ONLY_POST_ALLOWED #16

Open
aeazarka opened this issue Oct 26, 2024 · 2 comments
Open

ONLY_POST_ALLOWED #16

aeazarka opened this issue Oct 26, 2024 · 2 comments

Comments

@aeazarka
Copy link

Hello,
everything worked fine, i did 2 successfull orders
yesterday i noticed pending challenge
have found error in pod logs

Create TXT success. Response body: {
   "charset" : "utf-8",
   "error_code" : "ONLY_POST_ALLOWED",
   "error_params" : {
      "command_name" : "zone/add_txt"
   },
   "error_text" : "Only HTTP method POST allowed",
   "messagestore" : null,
   "result" : "error"
}

i' ve tried curl with POST and simple browse http request from pod with no success
i did some investigation and discovered that zone/add_txt method requies POST method, even so client.go createTXT function use http.GET

anyway after i delete and create my api allowed ip address, i was able to create txt record by simple copy\paste http string from pod to my chrome browser

@IutkinEgor
Copy link

Same issue.

@c0rnoTa
Copy link
Contributor

c0rnoTa commented Nov 27, 2024

There is pull request with a fix already exists #17
But you can use my image build ghcr.io/c0rnota/cluster-issuer-regru:1.1.6

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

No branches or pull requests

3 participants