Question 12:
A user is connecting to a SQL Server on the Amazon RDS database. How should the user configure the connection parameters so that the client connection is protected against man-in-the-middle attack?
Answer options:
A.--ssl-ca=/home/myuser/rds-combined-ca-bundle.pem --ssl-mode=require B.--ssl-ca=/home/myuser/rds-combined-ca-bundle.pem --ssl-mode=verify-full C.encrypt=true;trustServerCertificate=true D.encrypt=true;trustServerCertificate=false E.Set ssl_server_dn_match property to true