v0.9.1
Fixed
- ✨ Fixed AutoTLS registration failing with a
401when the forge endpoint is load-balanced (such asregistration.libp2p.direct). The DNS-01 PeerID-auth handshake makes two requests, and without a session-affinity cookie the second can reach a different backend than the first, which never issued the challenge and rejects the request with an additional401.client.SendChallengenow adds a cookie jar when the supplied*http.Clientlacks one, so the affinity cookie pins both requests to the same backend. A jar you set viaWithHTTPClientorWithChallengeHTTPClientstays in place. (#90)
Full Changelog: v0.8.1...v0.9.1
