I have another issue :?
What i made is a "server validation" : i though it was the server that check client. Now i think the opposite : it's the client that check server. Is that right ?
Now i need to do "double validation (so client/server)". I saw the example. The problem is not coding problem, but understanding SSL.
I don't understand at all, where configurung Filezilla server to check client !
ftps.loadClientCertificate(clientCertFileName, clientKeyPassphrase);
Filezilla server got 3 SSL settings :
- Privatekey file
- Certificate file (that i used for the previous step - importPEMFile())
- Key password
So there is no "ClientCertificateFile settings".
Thanks for your help