Re: SSL security for an application using PEM file
Hurrrrrrrrrraaaaaaaaayyyyyyyyyyyyy !!!!!
I was working on Amazon RDS. And .pem file is not required I think. With this setup it worked.
hibernate.connection.driver_class = com.mysql.jdbc.Driver
hibernate.dialect = org.hibernate.dialect.MySQLDialect
hibernate.connection.username = root
hibernate.connection.password = passwd
hibernate.connection.requireSSL = true
hibernate.connection.useSSL = true
hibernate.connection.verifyServerCertificate=false
hibernate.default_schema = dbname
hibernate.connection.url = jdbc:mysql://some_server:3306/dbname
Hope it will help some one !!
Subject
Views
Written By
Posted
4646
March 16, 2011 12:00PM
Re: SSL security for an application using PEM file
5073
March 17, 2011 07:54AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.