Secure Connection via JDBC
Hello all,
I don't know in which forum to post this, if this a JDBC-Question or rather security-related.
I have a root-windows2003-server which is connected to the Internet. This server runs an instance of Microsoft SQL Server 2005.
I want to establish a secure connection to this MSSQL-Server instance while using jdbc.
Other serives on this server (e.g. subversion) are "protected" by using OpenSSL which runs also on the machine. For example I need a public key for authentication with the subversion on this server.
All I want is to "talk" securely to the server having ResultSets which come over the internet crypted etc..
Is this possible somehow? Would be nice if you could point me to the right direction for further inverstigation of this problem or having an direct answer to this.
Thanks all!

