Happy Holidays -
We have a website hosted at a public ISP that uses PHP to store data in a MySQL db. The MySQL db is hosted at the same ISP as the site. And we have an SSL key installed at the ISP to encrypt traffic between our site and a client's browser. We want to change this setup by moving our MySQL data from the ISP to a new MySQL server that we have in our office. In this new scenario the traffic between a client's browser and our website would still be encrypted but what do we need to do in order to encrypt the traffic between our website and our new MySQL server hosted by us? It seems like we will need to install another SSL key on our new MySQL server (a FreeBSD machine) but not sure exactly what we need to do to get the website talking securely to the db. Any advice or direction to further reading is much appreciated.
Thanks,
David Rock
We have a website hosted at a public ISP that uses PHP to store data in a MySQL db. The MySQL db is hosted at the same ISP as the site. And we have an SSL key installed at the ISP to encrypt traffic between our site and a client's browser. We want to change this setup by moving our MySQL data from the ISP to a new MySQL server that we have in our office. In this new scenario the traffic between a client's browser and our website would still be encrypted but what do we need to do in order to encrypt the traffic between our website and our new MySQL server hosted by us? It seems like we will need to install another SSL key on our new MySQL server (a FreeBSD machine) but not sure exactly what we need to do to get the website talking securely to the db. Any advice or direction to further reading is much appreciated.
Thanks,
David Rock