IDEA连接数据库报错(javax.net.ssl.SSLHandshakeException: No appropriate protocol )
报错信息:javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
解决办法:jdbc连接的时候在数据库后面添加:?createDatabaseIfNotExist=true&useSSL=false。例如:jdbc:mysql://192.168.2.2:3306/db?createDatabaseIfNotExist=true&useSSL=false
原文地址:https://blog.csdn.net/qq1743177790/article/details/143355826
免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!