I am trying to put SSL encryption between my WordPress application and its MySQL database, is anyone aware of a solution/tutorial for this? Haven’t managed to find anything on Google or the WordPress codex.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes. It is possible to connect WordPress to mysql using SSL. Add define(‘DB_SSL’, true); to your wp-config.php file and take a look at this:
http://wordpress.org/support/topic/wordpress-with-mysql-over-ssl