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

Unable to verify DNS #22

Open
longshum7 opened this issue Oct 1, 2021 · 2 comments
Open

Unable to verify DNS #22

longshum7 opened this issue Oct 1, 2021 · 2 comments

Comments

@longshum7
Copy link

longshum7 commented Oct 1, 2021

I am unable to verify my domain. It keeps returning

ERROR com.jblur.acme_client.command.certificate.VerifyDomainsCommand:100 - Domain SG-awsRedisTSL-17.devservers.scalegrid.io is not verified. Please, check warnings.

I have verified that the TXT record exists in _acme-challenge.SG-awsRedisTSL-17.devservers.scalegrid.io and the digest value matches.

I am running java 1.8
java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)

Any idea what went wrong?

2021-10-01 19:11:30 DEBUG org.shredzone.acme4j.connector.DefaultConnection:524 - HEADER X-Frame-Options: DENY
2021-10-01 19:11:30 DEBUG org.shredzone.acme4j.connector.DefaultConnection:524 - HEADER null: HTTP/1.1 200 OK
2021-10-01 19:11:30 DEBUG org.shredzone.acme4j.connector.DefaultConnection:524 - HEADER Strict-Transport-Security: max-age=604800
2021-10-01 19:11:30 DEBUG org.shredzone.acme4j.connector.DefaultConnection:524 - HEADER Cache-Control: public, max-age=0, no-cache
2021-10-01 19:11:30 DEBUG org.shredzone.acme4j.connector.DefaultConnection:524 - HEADER Server: nginx
2021-10-01 19:11:30 DEBUG org.shredzone.acme4j.connector.DefaultConnection:524 - HEADER Replay-Nonce: 0002hIwoauBlrxymy7QodWzFKLwZnrbu6eI2cgQbLWkCRjo
2021-10-01 19:11:30 DEBUG org.shredzone.acme4j.connector.DefaultConnection:524 - HEADER Connection: keep-alive
2021-10-01 19:11:30 DEBUG org.shredzone.acme4j.connector.DefaultConnection:524 - HEADER Boulder-Requester: 28541468
2021-10-01 19:11:30 DEBUG org.shredzone.acme4j.connector.DefaultConnection:524 - HEADER Content-Length: 840
2021-10-01 19:11:30 DEBUG org.shredzone.acme4j.connector.DefaultConnection:524 - HEADER Link: https://acme-staging-v02.api.letsencrypt.org/directory;rel="index"
2021-10-01 19:11:30 DEBUG org.shredzone.acme4j.connector.DefaultConnection:524 - HEADER Date: Fri, 01 Oct 2021 19:11:30 GMT
2021-10-01 19:11:30 DEBUG org.shredzone.acme4j.connector.DefaultConnection:524 - HEADER Content-Type: application/json
2021-10-01 19:11:30 DEBUG org.shredzone.acme4j.connector.DefaultConnection:238 - Replay Nonce: 0002hIwoauBlrxymy7QodWzFKLwZnrbu6eI2cgQbLWkCRjo
2021-10-01 19:11:30 DEBUG org.shredzone.acme4j.connector.DefaultConnection:184 - Result JSON: {"identifier":{"type":"dns","value":"sg-awsredistsl-17.devservers.scalegrid.io"},"status":"pending","expires":"2021-10-08T18:23:00Z","challenges":[{"type":"http-01","status":"pending","url":"https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/611157838/vw8IWQ","token":""},{"type":"dns-01","status":"pending","url":"https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/611157838/QOpPMw","token":""},{"type":"tls-alpn-01","status":"pending","url":"https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/611157838/MTyxKw","token":"*******************************************"}]}
2021-10-01 19:11:30 ERROR com.jblur.acme_client.command.certificate.VerifyDomainsCommand:100 - Domain SG-awsRedisTSL-17.devservers.scalegrid.io is not verified. Please, check warnings.

@porunov
Copy link
Owner

porunov commented Oct 1, 2021

@porunov
Copy link
Owner

porunov commented Oct 1, 2021

Also, if you failed challenges you may potentially need to recreate challenges again (just remove files in your workdir and re-register challenges again)

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

2 participants