This is a discussion on jdbc security within the pgsql Interfaces jdbc forums, part of the PostgreSQL category; --> Hi All, I connect to Database using JDBC. I would like to know if there is a way I ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi All, I connect to Database using JDBC. I would like to know if there is a way I can make my communication with database server secure. In other words, I want my data to be encrypted on its way to database while it in network. Thanks, Shrish |
| ||||
| On Wed, 16 Feb 2005, Shrish wrote: > I connect to Database using JDBC. I would like to know if there is a > way I can make my communication with database server secure. In other > words, I want my data to be encrypted on its way to database while it > in network. > Please see the SSL connection chapter in the JDBC manual: http://jdbc.postgresql.org/documentation/80/ssl.html Kris Jurka ---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings |