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
}
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
}