Question about SSL certificate and deployment

Hi dear community,

I want to ask, how I can import certificates to make a MySql connection, and what I need to do, that I can build the .war and use this SSL in cloud.

Thanks a lot

Hello,

Let’s divide this question into two:

  1. You setup SSL for mysql cloud by its documentation. It depends on cloud-hosting provider, for Google it’s here.
  2. When you get operable HTTPS mysql connection url, you use it either during WAR-deployment, or in your cloud web server config. Again, it varies depending of your cloud provider.