Java certificate issue

2014-11-25 Thread Donnie Carvajal
Hi, I just started receiving the following error for a java API that we are using to connect to Netsuite. javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find

RE: Java certificate issue

2014-11-25 Thread Mark A Kruger
It certainly could be a failed intermediate certificate. See this post from yesterday Donnie. Lots of certs changes in the wild right now. http://www.coldfusionmuse.com/index.cfm/2014/11/24/coldfusion-tsl-ssl3-JVM-1 -7 Mark Kruger - CFG CF Webtools www.cfwebtools.com www.coldfusionmuse.com

RE: Java certificate issue

2014-11-25 Thread Mark A Kruger
There's a -7 at the end of that link as in JVM-1-7 .. sorry about the wrap. (saying that makes me want to beat box for some reason). -Original Message- From: Mark A Kruger [mailto:mkru...@cfwebtools.com] Sent: Tuesday, November 25, 2014 12:04 PM To: cf-talk Subject: RE: Java

Re: Java certificate issue

2014-11-25 Thread Michael Grant
Probably due to the poodle vulnerability and the disabling of ssl 3. Update to Java 1.7 and you should be good. On Tuesday, November 25, 2014, Donnie Carvajal donnie.carva...@transformyx.com wrote: Hi, I just started receiving the following error for a java API that we are using to