Answer the question
In order to leave comments, you need to log in
How to set up https haproxy proxying on backend with ssl certificate authentication?
Interaction scheme:
Client (ssl certificat)-->haproxy балансировщик --> web app (аутентифицирует по ssl сертификату клиента)
listen https 10.10.10.10:443
mode tcp
source 10.10.10.10
server srv1 ip_srv1:20000 check
server srv2 ip_srv2:20000 check backup
acl app_list path_beg -i /special_app_name
use_backend app_backend if app_list
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question