Https on a local ip address with docker

You could use on-demand TLS with local certs if you don’t know ahead of time which IP the request will come from:

tls internal {
    on_demand
}
1 Like