PDA

View Full Version : secure JDBC to ms sql server


ant
08-01-03, 18:40
i have weblogic installation (7 and 8.1) that needs to talk securely to ms sql instance over JDBC. is there anything provided out of the box by microsoft, or anything you could recommend?

thank you

ant
08-05-03, 13:05
just to clarify:

i have wls cluster that needs to talk to sql server cluster. both are located on separate physical boxes (all are windows2k). the jdbc connections established between both have to be secure. an option is to use something along the lines of type3 jdbc driver (http://www.j-netdirect.com/), however i was wondering about possible type2 or type4 alternatives, as well as some "native" sql server options. another possibility is ipsec, however i doubt it can take advantage of sql server clustering.

thank you.