Closed2
DataGripでAmazon Aurora MySQL(5.7)の接続エラーをどうにかしたい
このエラーが出てくる。
DriverはMySQL Connector/J のstableを指定(現時点では 8.0.21)
[08S01]
Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
No appropriate protocol (protocol is disabled or cipher suites are inappropriate).
SSHトンネル指定だけど、そっちは問題ない。
Data Sources > Advanced でenabledTLSProtocols=TLSv1.2
を指定したら接続できるようになった。
このスクラップは2022/03/09にクローズされました