Set client proxy certificate for Caddy in publc

Hi everyone!
I have some web servers working on nginx. They both are in public.
I use proxy_ssl_certificate and proxy_ssl_certificate_key on front proxy and ssl_verify_client/ssl_client_certificate on back.

I can use trusted_ca_cert_file in client_auth for backend, but didnt find any possibility to set proxy_ssl on front.

Are there any similar parameters in Caddy?

The easiest way, using the Caddyfile, is to specify https:// with your proxy upstream.

See reverse_proxy (Caddyfile directive) — Caddy Documentation

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.