Configuration SSL in DB2 using JDBC -
06-22-2012
, 09:54 AM
Hello friends,
I'm new here ...
I am configuring DB2 to receive connections with SSL authentication,
part of the DB2 setup is ok to follow the steps found in the Developers at Work and the Client and the DB2 ODBC can now make a secure connection. (SSL)
My problem is just when it involves JDBC, this generating files
(*. arm) and I can not import and make it work with JDBC.
I am importing using a java utility to import the certificate:
"keytool-import-file mycertifi.arm" ...
someone has some way that I can follow to get JDBC with SSL authentication? |