How can I configure Hibernate to use SSL to talk to the DB server?

前端 未结 4 859
Happy的楠姐
Happy的楠姐 2021-01-12 01:37

I have an existing java webapp that uses Hibernate for it\'s persistence. I\'ve been told that I have to have to talk to the DB encrypted - so my first thought is to set it

4条回答
  •  囚心锁ツ
    2021-01-12 01:53

    Please add following property in Hibernate configuration file to enable SSL :

    false true

提交回复
热议问题