Hi Idar,
> If i put my client-key in client.pem then i get this error: unable to > load ssl certificate from PEM file The crt keyword [1] in the backend configuration expects both the client certificate and the corresponding (client-cert) private-key. > When i use my java client i only need the server certificate and my > private key. You meant the *client* certificate and its private key, correct? You need to do the same for haproxy (concatenating client cert with the private key). Regards, Lukas [1] http://cbonte.github.io/haproxy-dconv/configuration-1.5.html#5.2-crt

