How to configure ColdFusion 2018 data source to use FIPS 140-2 encrypion to communicate with backend
Looking for some help in configuring ColdFusion 2018 Enterprise to support FIPS 140-2 encryption with backend Oracle database. Searching thru Google, I have not found a complete answer. What I found so far is I need to update the JVM java.security file as well as the ColdFusion jvm.config file and maybe even the data source JDBC URL. Any assistance would be appreciated.
Application Server: ColdFusion 2018 Update 13
Java: Java SE Development Kit 11.0.14 (64-bit)
Updates to java.security file:
security.provider.1=com.rsa.jsafe.provider.JsafeJCE
security.provider.2=com.rsa.jsse.JsseProvider
Update to jvm.config file:
-Dcoldfusion.enablefipscrypto=true
