CFHTTP Issue & Java Update
Recently one of my CFHTTP calls stopped working, the authentication that was working on the calling page is no longer working. I verified with the owners of the page i'm calling that nothing has changed on their end. I did some googling and found Charlie Arehart's post about CFHTTP issue might have to do with JVM and that JVM should be updated.
My ColdFusion 2016 server is on Java version 1.8.0_112 and CF Update 5. I know both the Java and CF need to be updated, long story short, we lost our server guy and we have no one to keep on top of updates.
Based off the article, I updated the server to Java 1.8.0_281. My CFHTTP issue still hasn't resolved but now I am receiving the following error from another CFHTTP call. I tried a lower version of Java 1.8.0_271 and Java 1.8.0_121 but still seeing the same error.
struct
| Charset | [empty string] |
| ErrorDetail | I/O Exception: sun.security.validator.ValidatorException: PKIX path building failed: java.security.cert.CertPathBuilderException: Could not build a validated path. |
| Filecontent | Connection Failure |
| Header | [empty string] |
| Mimetype | Unable to determine MIME type of file. |
| Responseheader | struct [empty] |
| Statuscode | Connection Failure. Status code unavailable. |
| Text | YES |
I know it's probably a chicken and egg thing with the Java update and the CF updates but I am throwing it out to see if anyone has any ideas as how to resolve this issue. Should I do the CF updates first then the Java update or visa-versa. I'm a programmer doing server updates with limited knowledge of Linux so it's always an adventure!
| Server Details | |
| Server Product | ColdFusion |
| Version | 2016,0,05,303689 |
| Edition | Enterprise |
| Operating System | UNIX |
| OS Version | 3.10.0-327.36.1.el7.x86_64 |
| Tomcat Version | 8.5.11.0 |
| Java Version | 1.8.0_112 |
Thanks in advanced for any help you can give me,
Jennifer
