certificates icon indicating copy to clipboard operation
certificates copied to clipboard

Add an in-memory cookie jar to http.Client returned by NewClient

Open arontsang opened this issue 1 year ago • 0 comments

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

I am trying to use an ACME server that is behind an AWS ELB. The ELB uses cookies to ensure that an http session is routed back to the same ACME server using cookies.

Without cookies, caddy will just be connected by the ELB to random servers.

This results in the ACME server rejecting nonces that were generated by another ACME server.

Why is this needed?

Interfacing with ACME servers behind load balancers correct.

arontsang avatar May 08 '24 07:05 arontsang