aspose file tools
The moose likes JDBC and the fly likes Secure connectiong using JDBC Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Secure connectiong using JDBC" Watch "Secure connectiong using JDBC" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Secure connectiong using JDBC
 
Similar Threads
Sun JSSE -- Weblogic Compatibility
Threads
certificate to establish a secured connection(SSL)
JSSE
Installing JSSE(Java Secure Sockets Extension)