我在Java主路径中生成了Keystore。在tomcat server.xml中为端口8443设置连接器。
MySQL没有连接。
在java mysql连接类
中添加了以下逻辑 String url = "jdbc:mysql://127.0.0.1:3306/xxxx"
"?verifyServerCertificate=false"+
"&useSSL=true"+
"&requireSSL=true";
System.setProperty("javax.net.ssl.keyStore", "path");
System.setProperty("javax.net.ssl.keyStorePassword", "pwd");