Creating and enabling an SSL certificate for a secure database connection
About this task
SSL/TLS protects the transport of information between a client (in this case, your web server) and a server (in this case, your database server) from being tampered with and eavesdropped on by anyone on the network in between (including being able to get on those two machines). To assess whether SSL is useful, you need to assume that the attacker is in a position to complete the attack that SSL is designed to protect you against. That is, the attacker would need to be in a position to sniff packets on the network or on either machine.