The Wayback Machine - https://web.archive.org/web/20201004074726/https://github.com/topics/automatic-https
Skip to content
#

automatic-https

Here are 2 public repositories matching this topic...

caddy
mc0239
mc0239 commented Sep 30, 2020

Caddy version: v2.2.0 h1:sMUFqTbVIRlmA8NkFnNt9l7s0e+0gw+7GPIrhty905A=

I am trying to pass pem-encoded client certificate to proxied service via a X-SSL-Cert header, like so:

sub.example.com {
    reverse_proxy 127.0.0.1:8000 {
        header_up X-SSL-Cert {http.request.tls.client.certificate_pem}
    }

    tls {
        client_auth {
            mode require
        }
    }
}

Improve this page

Add a description, image, and links to the automatic-https topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the automatic-https topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.