Clone
2
TLS authentication
Calle Pettersson edited this page 2017-03-05 10:25:31 +01:00

Example reverse proxy configuration using Caddy Server

localhost:8080

gzip
log    access.log
proxy  / localhost:9182

tls "c:/client/cert.pem" "c:/client/cert-key.pem" {
	clients	"C:/client/intermediate_masters_ca.pem"
}