1 Ignore proxy TLS certfiicate
James edited this page 2025-12-29 02:45:58 -05:00

If you have an upstream server that is serving an invalid cert and you want to ignore the fact that it's invalid, throwing security to the wind, you can do the following for example

caddy: example.com
caddy.handle_path: /sub-path/*
caddy.handle_path.reverse_proxy: "{{upstreams https 443}}"
caddy.handle_path.reverse_proxy.transport: http
caddy.handle_path.reverse_proxy.transport.tls: ""
caddy.handle_path.reverse_proxy.transport.tls_insecure_skip_verify: ""