Sry, i read in the web about it and I found at:

http://www.openssl.org/docs/ssl/SSL_CTX_new.html

that for compatible issues one can use:

SSLv23_method(void), SSLv23_server_method(void), SSLv23_client_method(void)

That do it. I managed to use keytool also to export the certificate
created with openssl and put it on a .jks calling the java app with:

-Djavax.net.ssl.trustStore=file.jks

My bad,
Cheers
-- 
Sebastián Treu
http://labombiya.com.ar
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to