Closed Meallia closed 2 years ago
Thanks for the report!
I did find that a Clone
method was added to the Transport
struct (https://github.com/golang/go/issues/26013), so I'll try quickly to see if I can get that to work; otherwise I'll go with the simple fix you provided!
Release v2.1.1 (Helm chart v2.1.2) should have the fix for this now!
Thanks again for the report :)
I've also added a test case for this, so it will be tested with future updates.
When trying to use a custom CA bundle and a proxy provided through environment variables, the ACME challenge fails with the following error:
If no CA bundle is provided, the powerdns clients reaches the API through the proxy but fails with an SSL error:
The customized transport with the CA bundle disregards proxy passed by env.