TimD Posted October 20, 2010 Posted October 20, 2010 Hi everyone. This is a weird one... I'm using ScriptMaster and trying to use the "Post XML Data" module to interact with an API that requires traffic over https. The problem is that the certificate that the site uses is issued by a non-standard authority (Starfield). As a result, I get this error: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target Apparently this is an infamous error in the Java community - Googling it will return a slew of posts about the problem, and some describe ways to resolve it (none of which, of course, have worked for me). So what I'm trying to do is disable the certificate validation altogether. In other words, I want to post XML data to an "https" URL and completely bypass certificate testing. Has anyone else run into this? -- Tim
Claus Lavendt Posted April 2, 2011 Posted April 2, 2011 Guess you already found a way..... but otherwise you should try with 360works WebAssistant or Troi URL plugin. I belive that both can do what you are trying to.... Hi everyone. This is a weird one... I'm using ScriptMaster and trying to use the "Post XML Data" module to interact with an API that requires traffic over https. The problem is that the certificate that the site uses is issued by a non-standard authority (Starfield). As a result, I get this error: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target Apparently this is an infamous error in the Java community - Googling it will return a slew of posts about the problem, and some describe ways to resolve it (none of which, of course, have worked for me). So what I'm trying to do is disable the certificate validation altogether. In other words, I want to post XML data to an "https" URL and completely bypass certificate testing. Has anyone else run into this? -- Tim
Smef Posted April 4, 2011 Posted April 4, 2011 Yep, Web Assistant http://360works.com/url-plugin/ should help you with this.
Recommended Posts
This topic is 4993 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now