Preview builds of ColdFusion (2018 release) Update 6 and ColdFusion (2016 release) Update 13 released

UPDATE: 11/20/2019: We’ve released update 4 of CF 2018 and update 13 of CF 2016. For more information, see Update blog. IMPORTANT: These are preview builds and we DO NOT recommend applying them to your production environment. We are pleased to announce that we have preview builds available for the following updates: ColdFusion (2018 release) Update 6 ColdFusion (2016 release) Update 13 The preview updates contain fixes for bugs that were reported after the release of the previous updates. We […]

CFMAIL on port 587 Issues!

How do we make the mail run on port 587 without getting errors?

Solving error during CF update: Failed Signature Verification

The error is surprisingly easy to fix–if you know what to do, and where the docs tell you.

ColdFusion (2018 release) and ColdFusion (2016 release) mandatory updates

Why must I have the Update 4 of ColdFusion (2018 release) or Update 11 of ColdFusion (2016 release) installed before updating to Update 5 or Update 12 respectively? These are mandatory updates because the latest updates are now signed using a new code signing certificate and the code changes to check for the new signature were included in Update 4 (ColdFusion 2018) and Update 11 (ColdFusion 2016). If you are not on the specified updates and try to apply the […]

Thoughts on the ColdFusion Specialist Program Exam

Observations on the exam for the ColdFusion Specialist program.

Thoughts on the ColdFusion Specialist Program Online Segment

Observations on the online portion of the ColdFusion Specialist program.

A-VIBE

A•VIBE is a full service web firm dedicated to providing leading ColdFusion technology solutions for our clients. Our goal is to learn as much about our clients’ needs and goals with technology so we can deliver an attractive, intuitive, and robust product that fully supports their unique business goals. Our focus on customer service and our dedication to excellence has allowed us to become our clients’ long-term, strategic technology partner; we value and promote ongoing innovation to ensure your technology […]

Adobe ColdFusion Summit 2019 – Early Bird price extended till June 30

Adobe ColdFusion Summit 2019 Early Bird rates have been extended till June 30th. Register Now at the early bird rate of $99 for the 2 day conference and $399 for the Adobe ColdFusion Certificate Program. The certificate program has only a few seats left. The full day conference rate gives you access to more than 40 sessions and the evening party on day one. Breakfast and Lunch on both days are also included. We have also announced our first list […]

Solving problems calling out of CF via https, by updating JVM

If you’re getting errors in calling out to https urls from CF, especially if it was working and now is not, you may NOT need to import a certificate, nor modify any jvm args. You may simply need to update the JVM that CF uses, as discussed in this post.

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 […]