acme_client icon indicating copy to clipboard operation
acme_client copied to clipboard

Unable to verify DNS

Open longshum7 opened this issue 3 years ago • 2 comments

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.

longshum7 avatar Oct 01 '21 19:10 longshum7

DNS record not found: https://mxtoolbox.com/SuperTool.aspx?action=txt%3aacme-challenge.sg-awsredistsl-17.devservers.scalegrid.io&run=toolpage

Make sure you TXT record / records exist

porunov avatar Oct 01 '21 21:10 porunov

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

porunov avatar Oct 01 '21 21:10 porunov