安裝Jaspersoft 版本6.21.3版本
JAVA 是1.8新版
使用JDBC要串聯資料庫時,一直告知
驅動程式無法使用安全通訊端層 (SSL) 加密建立與 SQL Server 的安全連接。錯誤: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)。
查了很多資料
在連接字串後面加上integratedSecurity=true;trustServerCertificate=true;
,也嘗試重裝JAVA,指定了sqljdbc.jar 的位置...
但還是連接不起來
請厲害的高手幫幫忙~~~