CF2016 and SQL Server 2016 port encrytion connection
Hi,
Currently standing up ColdFusion 2016 and SQL Server 2016.
In the Cold Fusion Admin, added the following in the Connection String (came from the CF11 encryption)
EncryptionMethod=SSL; ValidateServerCertificate=false;
Port 1433 has a certificate installed.
Below is the certificate information:
Version: V3
Signature Algorithm: sha256RSa
Signature hash algorithm: sha256
Thumbprint algorithm: sha 1
The following error message appears when trying to check the connection between the ColdFusion2016 and the SQL Server database.
java.sql.SQLNonTransientConnectionException: [Macromedia][SQLServer JDBC Driver]SSL handshake failed: Unsupported curveId: 29
The root cause was that: java.sql.SQLNonTransientConnectionException: [Macromedia][SQLServer JDBC Driver]SSL handshake failed: Unsupported curveId: 29
Thanks,
Mike
