vaccovecrana / awe4lb

Layer 4 load balancer
Other
0 stars 0 forks source link

Add TLS proxying client certificate support #4

Open jjzazuet opened 6 months ago

jjzazuet commented 6 months ago

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:

"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.