Caddy v2 reverse proxy config for server already running on 443

Mysterious are the ways of the reverse proxy transport. The greatest teacher, failure is!

Disable security checks, you must:

reverse_proxy 192.168.11.31:443 {
    transport http {
        tls
        tls_insecure_skip_verify
    }
}

But, hmm… to a dark place this line of thought will carry us. Great care we must take. Once you start down the tls_insecure_skip_verify path, forever will it dominate your destiny. Consume you, it will.

9 Likes