You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a DNS challenge there needs to be time to manually setup the DNS TXT record with the provider.
As the challenge is started immediately, this fails (see the following lines).
But this is only used to check the validity of the response of the challenge. I think this should be the initial delay before calling challenge.trigger
As a workaround I am currently placing a breakpoint on the challenge.trigger which allows me to setup the dns with the provider.
The text was updated successfully, but these errors were encountered:
Using a DNS challenge there needs to be time to manually setup the DNS TXT record with the provider.
As the challenge is started immediately, this fails (see the following lines).
micronaut-acme/acme/src/main/java/io/micronaut/acme/services/AcmeService.java
Lines 372 to 373 in f2d73a5
I think this should be something in the line of:
I know there's an option to set the
But this is only used to check the validity of the response of the challenge. I think this should be the initial delay before calling
challenge.trigger
As a workaround I am currently placing a breakpoint on the
challenge.trigger
which allows me to setup the dns with the provider.The text was updated successfully, but these errors were encountered: