Skip to main content
1-Visitor
September 18, 2019
Question

ThingWorx Connection not secure

  • September 18, 2019
  • 1 reply
  • 2553 views

Hi All,

we have the following message when we run ThingWorx (see attachment)

How to make the connection secure ?

We have been provided by the IT with a certificate, .p12 file

Server : ThingWorx 7.1 on Ubuntu

Many thanks for your help. Martina

 

 

1 reply

17-Peridot
September 18, 2019

Hi,

 

Have you enabled https? If not then, please follow the steps from installation guide, "Installing Oracle Java and Apache Tomcat (Ubuntu)" to set https.

 

Thank you,

Raluca Edu

1-Visitor
November 4, 2019

I tried to follow the manual instructions, but it does not work.

In the attached file some screenshots, the error is 'This site can't be reached', but I'm running locally inside the server.

Many Thanks Martina

 

 

17-Peridot
November 5, 2019

Hi,

 

Have you imported the p12 certificate like this?

Import the .p12 file to a keystore (.jks) by executing the following command:

keytool -importkeystore -deststorepass <password> -destkeystore <filename-new-keystore.jks> -srckeystore <filename-new-PKCS-12.p12> -srcstoretype PKCS12
 
 
Thank you,
Raluca Edu