Matt Holt

Results 1518 comments of Matt Holt

I'm not sure I understand. Can you provide the full log output? (not just from your own program) Be sure to set the `Logger` field of the `acme.Client` struct.

Thanks for the additional information! I see you're using ZeroSSL. They are working a known issue that involves slow response times. If you try the `[]string{"*.example.com","example.com"}` setup (the original one)...

Well, unarchiving is quite problematic. The vast majority of issues in v3 and earlier were related to edge cases and security reports, and I was getting hounded by security "researchers"...

> Alternatively, just create the symlinks when the tests are run, rather than commit them to git. I like that idea, and perhaps the tests for v4 (currently in #302...

This is a good idea. Here we step out of bounds of net/http and into the Go-verse at large. It's exciting. I would need to adapt the package's documentation and...

Ahhh cool! Thanks for doing this! It was a pain point for quite a few users I think. I'll take a look soon and add it to the docs.

The first question that occurs to me is, given an io.Reader and an instance of a type (say, some struct) to populate with values, what do we do? How do...

I've been reading these comments and pondering on them a bit. Thanks everyone for your feedback. (I'm not closing this yet -- just chiming in for now.) Between December and...