Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hello
I followed this link to backup my application : CS210224
In my case thingworx is accessible using https (and not http) and I got this ssl error while executing the backup procedure from the server (Linux Ubuntu)
[message: Execution error in service script [DailyBackup Event.ScheduledEvent] : Wrapped 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 Cause: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target]
I trie to put "ignoreSSLErrors: true" but it doesn't fix the issue.
If I use the same url from remote PC it works fine
Thanks
Solved! Go to Solution.
Hi @pjoly I would recommend opening a TS support case for this.
Are you working with Self signed certificate or is it issued by a CA?
Hi @pjoly I would recommend opening a TS support case for this.
Are you working with Self signed certificate or is it issued by a CA?
Thanks I fixed it with the support