Observations on the online portion of the ColdFusion Specialist program.
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 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 […]
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.
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.
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 […]
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 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, […]
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 […]
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 […]
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 […]