cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can change your system assigned username to something more personal in your community settings. X

ThingWorx content loader SSL error

czjakubo
5-Regular Member

ThingWorx content loader SSL error

Hello,

I am trying to call a REST API, which is using https and certificate issued by Lets Encrypt, using Resources["ContentLoaderFunctions"].GetText

 

Unfortunately I am getting this error:

PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target.

If I select the option ignoreSSLErrors: 1, then I get this error:

 

Certificate for hostname doesn't match any of the subject alternative names

 

I tried to import the server's certificate to Java certstore, but it didn't help. I am running ThingWorx 9 as Docker container. What do you think can be the problem?

 

Thank you for your help

2 REPLIES 2
CS_9203536
5-Regular Member
(To:czjakubo)

Did you solve the issue? I ran into the same problem, also with a Docker instance.

czjakubo
5-Regular Member
(To:CS_9203536)

Hi, unfortunately I didn't

Top Tags