Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
ca.NewClient don't allow setting a timeout for the http client.
Why is this needed?
If an http client don't have a timeout, it can potentially wait forever, setting one is a common best practice.
But the client in the ca
don't don't provide any way of setting it.