Open evgenyigumnov opened 1 week ago
We need to implement both mTLS support for the reverse proxy setup in CBLT
"example.com" { reverse_proxy "https://upstream.example.com" { transport http { tls { insecure_skip_verify false root_ca /path/to/upstream-ca.pem } } } }
Acceptance Criteria:
We need to implement both mTLS support for the reverse proxy setup in CBLT
Example Configuration (Caddy-Inspired):
Acceptance Criteria: