Ah ok, thanks. Now it works, client privatekey and the certificate i sent to the server in client.pem
check and ssl-check parameter on serverline. On Mon, Dec 14, 2015 at 2:14 PM Lukas Tribus <[email protected]> wrote: > Hi, > > > > In the client.pem file i put the servers certificate and the client > > private key, do i need to put the client certificate also in that file? > > You *don't* put the server certificate in that file at all. Its wrong to do > so and it will never work that way. > > You put: > - the client certificate > - the corresponding private key of the client certificate > > in the client.pem file that you point to with the crt keyword. > > > > Regards, > > Lukas > > -- Idar Borlaug

