Question 96:
A user is using MySQL to connect to Amazon Aurora MySQL DB Cluster. 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.Set ssl_server_dn_match property to true