Cloud Techies
Published in

Cloud Techies

Using SSL/TLS to encrypt connection to DB Instance

Goal

Solution

SHOW VARIABLES LIKE '%SSL%';
jdbc:mariadb://<dbhost>:3306/abc?useSSL=true&trustServerCertificate=true
CREATE USER 'appuser'@'%' REQUIRE SSL;

--

--

Onboarding steps, design diagrams, architecture flows, technical solutions and implementations on all major Clouds like AWS, GCP, Azure and details about other important open source tools like Kubernetes, Terraform, Ansible.

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store
Arun Kumar

Cloud Architect | AWS, GCP, Azure, Python, Kubernetes, Terraform, Ansible