Quantcast
Channel: Adobe Community : Discussion List - ColdFusion
Viewing all articles
Browse latest Browse all 6243

SSL Encryption for Data Sources

$
0
0

Sql 2012 and Coldfusion 10

 

We have read through the following guides

https://wikidocs.adobe.com/wiki/display/coldfusionen/Data+Source+Manag ement+for+ColdFusion

http://helpx.adobe.com/coldfusion/kb/import-certificates-certificate-s tores-coldfusion.html

 

Upon enabling SSL encryption on the SQL server, we are able to connect to the datasource with this connection string:

EncryptionMethod=SSL; ValidateServerCertificate=false;

 

**some of the information below has been anonymized for security purposes**

 

When enabling server validation, the connection begins timing out. We have imported the SQL certificate into the keystore using this command

C:\Program Files\Java\jre7\bin>keytool.exe -importcert -alias cstvnetsql9 xxx.xxx.ucf.edu -trustcacerts -file cstvnetsql9xxx.xxx.ucf.edu.cer -keystore cacerts -storepass changeit

 

Here is the ConnectionString we are using now:

EncryptionMethod=SSL; ValidateServerCertificate=true;TrustStore="C:\Program Files\Java\jre7\lib\security\cacerts";TrustStorePassword=changeit;Hos tNameInCertificate=CSTVNETSQL9xxx.xxx.ucf.edu;

 

Here is the error we receive:

Connection verification failed for data source: TJEEI
java.sql.SQLException: Timed out trying to establish connection
The root cause was that: java.sql.SQLException: Timed out trying to establish connection

 

Thanks.


Viewing all articles
Browse latest Browse all 6243

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>