Hi Bruce :D
thanks for your quick reply!
trying to load the CA certificate with the FullyValidatingClient sample, I got the following error:
INFO [FullyValidatingClient] 5 Dec 2006 10:29:06.576 : Switching to FTPS (explicit mode)
ERROR [com.enterprisedt.net.puretls.cert.X509Cert] 5 Dec 2006 10:29:11.689 : verify : SHA-1/RSA/PKCS#1: Not an RSA public key
java.security.InvalidKeyException: SHA-1/RSA/PKCS#1: Not an RSA public key
at com.enterprisedt.cryptix.provider.rsa.Any_RSA_PKCS1Signature.engineInitVerify(Unknown Source)
The CA-crt.pem cert I provided as the last argument to the java executable, is a PEM file I produced myself, using openssl.
I created my own certification authority (private/public keys, certificate signing request, self-signed certificate: CA-crt.pem).
I used such a CA to sign several certificate requests: the server's and the client one as well.
So what's the story there :?:
Apologise for being such a dummy :lol: :lol:
thanks again ;)