Hi,
I have a problem to connect Vision to an instance of SQL SERVER.
I have do procedure as in the link Connecting to Microsoft SQL Server - Ignition User Manual 8.1 - Ignition Documentation
But I have this error of connection:
java.sql.SQLException: Cannot create PoolableConnectionFactory (Impossibile stabilire una connessione protetta a SQL Server mediante la crittografia SSL (Secure Sockets Layer). Errore: “No appropriate protocol (protocol is disabled or cipher suites are inappropriate)”.)
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Impossibile stabilire una connessione protetta a SQL Server mediante la crittografia SSL (Secure Sockets Layer). Errore: “No appropriate protocol (protocol is disabled or cipher suites are inappropriate)”.
Caused by: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
What’s the solution???