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
I'm following the instruction from the hexdocs. I did not configure the :server option which is therefore defaulted to https://acme-v01.api.letsencrypt.org/ here:
** (Mix) Could not start application app: App.start(:normal, []) returned an error: shutdown: failed to start child: App.CertbotClient
** (EXIT) an exception was raised:
** (MatchError) no match of right hand side value: {:error, :nxdomain}
(acme 0.5.1) lib/acme/client.ex:188: Acme.Client.request/3
(acme 0.5.1) lib/acme/client.ex:69: Acme.Client.initialize/1
(certbot 0.5.1) lib/certbot/acme/client.ex:7: Certbot.Acme.Client.init/1
(stdlib 3.15.1) gen_server.erl:423: :gen_server.init_it/2
(stdlib 3.15.1) gen_server.erl:390: :gen_server.init_it/6
(stdlib 3.15.1) proc_lib.erl:226: :proc_lib.init_p_do_apply/3
Now I'm not super expert about the whole process, but a dns lookup to acme-v01.api.letsencrypt.org gives me no results and shows the same nxdomain (non existent domain) problem I saw in the stack trace:
Ciao,
I'm following the instruction from the hexdocs. I did not configure the
:server
option which is therefore defaulted tohttps://acme-v01.api.letsencrypt.org/
here:certbot/lib/certbot/config.ex
Line 44 in bd3edba
When I start the application I get this error:
Now I'm not super expert about the whole process, but a dns lookup to
acme-v01.api.letsencrypt.org
gives me no results and shows the samenxdomain
(non existent domain) problem I saw in the stack trace:Instead a lookup to
acme-v02.api.letsencrypt.org
works allright:Now reading here and there I found this post: https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430
so I'm wondering if it is right to try to talk to
acme-v01
or if I'm set up to hit a wall there?Thanks
The text was updated successfully, but these errors were encountered: