私は Amazon を使用し、証明書 ( http://s3.amazonaws.com/rds-downloads/mysql-ssl-ca-cert.pemで入手可能なデフォルトの証明書)RDS MySQL
で接続しています。次の手順を実行しています。SSL
- ダウンロードした
mysql-ssl-ca-cert.pem
- 上記のファイルを
JKS
フォーマットに変更しました Spring - Hibernate
テンプレートを介してWebアプリケーションから接続し(org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
)、さらに を使用してc3p0
、追加のURL
パラメータを次のように設定していますjdbc:URL/DB?autoReconnect=true&useUniCode=true&characterEncoding=UTF-8&useSSL=true&verifyServerCertificate=false&requireSSL=true
しかし、私は以下の問題に直面しています...
javax.net.ssl.SSLException: Unsupported record version Unknown-0.0
どうすればこれを修正できますか?