Hi I am trying to set up haproxy with tcp mode for passing through ssl connection. But i want to check my backend health with http call. My backend requiers the use of a client key.
I tried something like this: option httpchk GET /status HTTP/1.0\r\nHost:\ localhost server backend1 backend1:8900 check ssl verify none crt /etc/haproxy/client-key.pem I am then getting an error that client-key.pem dosen't contain a certificate, if i add the truststore certificates to client-key.pem i get inconsistency. Is it possible to run this check with client key? How do i configure it? -- Idar Borlaug

