Matija Nalis

Results 244 comments of Matija Nalis

local firewall / resolving issue? this is the problem: `20210202150355 [INFO] acme.responder: http-01 self test failed: example.com: Get "http://example.com/.well-known/acme-challenge/abcdefghijklmn--my--challenge--abcdefghijklmn": context deadline exceeded (Client.Timeout exceeded while awaiting headers)` self-test means the...

@SinOJosWeb ACMEv2 in `acmetool` seems to be working just fine. I recently compiled latest master branch on Debian Buster (by instructions above for Stretch, just simpler as no backports needed...

@defanator Don't know about Ubuntu, but on Debian package is `libcap-dev` (that is one relating to POSIX 1003.1e capabilities) and **not** `libpcap-dev` (which is one about packet capturing for tcpdump...

I simply started `acmetool quickstart` and chose `Let's Encrypt (Live v2)`. If everything is migrated correctly (and on most sites it does), `acmetool status | grep v01` should not display...

@pipiche38 yes, `acmetool quickstart` is how I did it on dozens of servers. It will not damage the existing domains (desired, keys, certificates etc). You will have to answer few...

Just a heads up to people that they should check that upgraded acmetool does not try to use old API: ``` acmetool status | grep -i v01 ``` should return...

@Amunak Debian also built new packages upon receiving bug report; so you probably just need to contact your distribution package managers and indicate that they should upgrade the packages...

Maybe adding (optional) option to `reconcile` so it only try to reconciles specified domains? That looks like it would be in line with original design for default case (`acmetool reconcile`...

you could probably try to debug the scripts. For example, put some logging in beggining of them. If they are shell scripts, you can add something like (make up unique...

Absolutely, I just arrived to request that too. It is often very hard to successfully orient oneself without knowing which direction are you facing.