Open jjzazuet opened 6 months ago
As title says.
https://github.com/yyyar/gobetween/wiki/Tls-Proxying
Section backends_tls.
backends_tls
Only one slight difference. If we need to specify TLS client configuration:
"backends_tls": { "ignore_verify": true, "cert_path": "/etc/gobetween/momo.pem", "key_path": "/etc/gobetween/momo.key" },
This should really better apply at the individual sni backend set of targets only. It seems like gobetween will act as a configured TLS client for all sni backend targets.
sni
gobetween
As title says.
https://github.com/yyyar/gobetween/wiki/Tls-Proxying
Section
backends_tls
.Only one slight difference. If we need to specify TLS client configuration:
This should really better apply at the individual
sni
backend set of targets only. It seems likegobetween
will act as a configured TLS client for allsni
backend targets.