Klaus Tockloth

Results 18 comments of Klaus Tockloth

Thanks for pointing to the fork package https://github.com/gofrs/uuid. I have switched to it.

+1 ... something module compatible ... e.g. v1.0.0

For me, it's also not possible to build a static binary on ARM64 (Raspberry Pi 5 with PiOS-Bookwork): ``` go build -v -tags static -ldflags="-extldflags=-static" log/internal log gocv.io/x/gocv klaus/openCV/hello-cv #...

Just to avoid duplicate work: Any progress or new infos here? If not, I could look deeper into this issue. It's an important feature for me. I'm using 'pebble-challtestsrv' for...

It seems that the issue depends on the operating system and/or environment. Linux (OK): ``` ./lego --version lego version 2.4.0 linux/amd64 LEGO_CA_CERTIFICATES=./pebble.minica.pem \ EXEC_PATH=./update-dns.sh \ ./lego \ --server https://127.0.0.1:14000/dir \...

I looked deeper into this issue and dumped the content of "preCheck": ``` type preCheck struct { // checks DNS propagation before notifying ACME that the DNS challenge is ready....

Just for clarification: The last analysis based on my own client. That means that https://github.com/urfave/cli isn't involved. The 'DisableCompletePropagationRequirement()' option is set directly: ```go err = client.Challenge.SetDNS01Provider(provider, dns01.DisableCompletePropagationRequirement()) if err...

> ```go > err = client.Challenge.SetDNS01Provider(provider, dns01.WrapPreCheck(func(_, _, _ string, _ dns01.PreCheckFunc) (b bool, e error) { > return true, nil > })) > ``` Thanks for explaining this.

Version 2.6.0 has a fix concerning this issue, but it's still not working for me on macOS. Maybe a local problem. Could someone reproduce the issue? ``` ./lego --version lego...

The advantage of semantic versioning for me is that it has semantic (major.minor.fix). Semantic Versioning versus your pattern: v1.2.0 versus v0.0.0-20221128165837-db36428c92d9 v1.2.1 versus v0.0.0-20230104153304-892d1a2eb0da