MySQL Forums
Forum List  »  Security

Re: SSL security for an application using PEM file
Posted by: Praveen Aithal
Date: March 17, 2011 07:54AM

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 !!

Options: ReplyQuote


Subject
Views
Written By
Posted
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.