Into the Box 2019 – All set up! and waiting for you

After the success at the CF Summit East in Washington DC, it seems that the spring conference season is fully underway. Our next major upcoming conference is the much anticipated Into the Box 2019. The conference will be held in just inside the Houston, TX region at The Woodlands. It will run for three exciting days starting on the May 1st with pre-conference workshops and culminating on May 3rd with Closing remarks and a raffle. Pre-Conference Workshops- Into the Box 2019 […]

I wanted a pre-conference workshop to bring more developers into the CF fold… Adobe one-upped me with something even better.

I wanted a pre-conference workshop to bring more developers into the CF fold… Adobe one-upped me with something even better.

CF2016/2018 Datasource SSL configuration

Hello, When trying to pass EncryptionMethod=SSL in datasource conenction string, we are getting the below errors: 1- ValidateCertificate=false: “Connection verification failed for data source: CDXTEST java.sql.SQLNonTransientConnectionException: [Macromedia][SQLServer JDBC Driver]SSL handshake failed: Unknown named group ID: 29 The root cause was that: java.sql.SQLNonTransientConnectionException: [Macromedia][SQLServer JDBC Driver]SSL handshake failed: Unknown named group ID: 29” 2- ValidateCertificate=true: “Connection verification failed for data source: CDXTEST java.sql.SQLNonTransientConnectionException: [Macromedia][SQLServer JDBC Driver]SSL handshake failed: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested […]

USPS Shipping API Ending TLS 1.1 and TLS 1.0 Support, is your ColdFusion Server Ready?

At CF Webtools we recently went through a round of server upgrades to handle the Authorize.net ending support for older TLS versions. Now USPS, United State Postal Service, is doing the same thing with their Shipping APIs. This is going to be happening for all API’s and most likely all this year as PCI requirements for ending support for TLS 1.1 and older at the end of June 2018. This is according to the PCI Security Standards Council. USPS will […]

How to do a Thorough Test of ColdFusion Web Applications

How upsetting is it to have a deployed ColdFusion application that is full of bugs and issues? Is the cost of going back and fixing the problems hurting your bottom line? Are you concerned that proper testing procedures were not followed during development due to time constraints or developers just not knowing the proper way to test? You are not alone. In fact, one CIO lamented that developers “can’t imagine how to test code,” and don’t think about testing “before, […]

ColdFusion SFTP and FTPS Secure Connection Failure

I have seen a lot more people asking questions about making SFTP or FTPS secure connections from ColdFusion using the <CFFTP> tag. They are trying to figure out why they cannot make a connection. Often the error is “Algorithm negotiation fail” or “Connection Error”. People are posting their questions on many support forums including Adobes forums and their new ColdFusion Community Portal. This is a problem people are experiencing in ColdFusion 10 and ColdFusion 11. In the last few years […]

How to enable SSL for ColdFusion Administrator running on internal ColdFusion port.

We have removed administrator access from external web server for CF 2016 for security reasons. You can access the administrator only from the internal Tomcat web server port 8500 series. Naturally, there are users who would want to make the administrator secure and enable SSL for the same.   Follow the instructions below to enable the SSL for Tomcat/ColdFusion: Generate a keystore, preferably of type PKCS12. Import your certificate to keystore. Make sure you also import the private key and […]

Installing and troubleshooting Java updates in ColdFusion

With the recent ColdFusion releases, we have come across many queries regarding Java updates. The table below shows the default Java shipped with the supported versions.  ColdFusion Version  Base Installer  Refreshed Installer  ColdFusion 2016  1.8.0_72   NA  ColdFusion 11  1.7.0_55   1.8 _25  ColdFusion 10  1.6.0_29  1.7.0_15   Now, let us look at the supported Java versions for ColdFusion 2016,11 & 10. Java Version  ColdFusion 2016  ColdFusion 11  ColdFusion 10 Java 1.8  All the updates  Update 3 and above  Update 14 and […]

How to change/upgrade JDK version of ColdFusion server

This post is from my personal blog nimitsharma.wordpress.com   In this post, we discuss how to upgrade the latest minor version of JDK(Java Development Kit) of the ColdFusion server. ColdFusion can run only on top of JDK or JRE with Server VM. Oracle also started providing separate download link for JRE and Server JRE. ColdFusion only works with JDK or Server JRE and not with Client JRE [For more details refer article].   There are two ways to change the JDK […]

ColdFusion 10 Mandatory Update

There is a mandatory update to ColdFusion 10 that all ColdFusion 10 users need to apply on all platforms. [Update: The mandatory update was refreshed. Take a look at the latest update here ] You can download the update from here: http://www.adobe.com/support/coldfusion/downloads_updates.html Detailed instructions on how to apply this update is available in the technote here: http://helpx.adobe.com/coldfusion/kb/coldfusion-10-mandatory-update.html You can run the update from the command line either in the GUI or in the silent mode by following the steps outlined here: http://help.adobe.com/en_US/ColdFusion/10.0/Admin/WSe61e35da8d318518-33adffe0134c60cd31c-7ffe.html   […]