| Author |
Secure connectiong using JDBC
|
Hussein Baghdadi
clojure forum advocate
Bartender
Joined: Nov 08, 2003
Posts: 3359
|
|
Hi all. I want to connect to a database but using a secure manner. (to retrieve sensitive information). does JDBC support a secure connection ? can I use JSSE ? I know a little about JSSE (to be more specific, I know only the secure sockets). any ideas or solutions to perform this functionality ?
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
Typically security in the data layer would be infrastructure security, rather than code-based security. i.e. an app server running on a properly administered server connecting over the LAN to a DB on a simmilarly properly administered machine. In which case implementing SSL/TLS is an unecessary overhead.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
 |
|
|
subject: Secure connectiong using JDBC
|
|
|