"Connections using insecure transport are prohibited while --require_secure_transport=ON" error using MySQL agent
説明
MySQL agent cannot make a connection to the monitored host due to the following error:
"Failed to start data collection
java.sql.SQLException: Connections using insecure transport are prohibited while --require_secure_transport=ON."
原因
Configure the MySQL connection to use a SSL connection to the host (as described in KB 233601) or change the --require_secure_transport setting on the MySQL server to OFF
対策
Configure the MySQL connection to use a SSL connection to the host (as described in KB 233601) or change the --require_secure_transport setting on the MySQL server to OFF