I have to secure my jdbc connection using SSL.I haven't done this before. Pls tell exactly what(changes in the normal jdbc code, configuration etc) needs to be done at both client and server side.
I have to secure the connection for both Oracle and PeopleSoft.
Can I use any JDBC driver or some specific driver needs to be used ?
SSL is not a standard JDBC feature. Some drivers/databases support it, some don't, some support other means of encrypting a connection - check the documentation of the driver you use.
I'll move the thread to the JDBC forum. Please find it there and continue the discussion.