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

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

Configuration of self sign certificate to vuforia ES

ppandarkar-2
15-Moonstone

Configuration of self sign certificate to vuforia ES

Hi,

Earlier i did installation for http protocol without SSL. and now want to configure self-sign certificate to vuforia ES server. so please can some one guide how to configure it.

 

I have created self-sign certificate i.e. server.key, server.csr and server.crt and want to configure.

 

I have modified configuration.json and modified below parameters as,

"httpsKeyPath": "./cert/server.key",
"httpsCrtPath": "./cert/server.crt",

 

"proxies": {
"0": {
"target": "http://<Thingworx server IP>:8080/Thingworx",
"autoRewrite": true,
"protocolRewrite": "http",
"secure": false,
"appKey": "f034e968-6abf-4f3d-ae78-98f8a122711f",
"blacklist": {
"file": "proxyBlackList.json",
"redirect": ""
},
"changeOrigin": true
}

 

and restarted start-es.sh but not seems working.

 

- Prashant pandarkar 

4 REPLIES 4

Hello Pandarkar,

 

  • What do you have in the terminal when running Vuforia Experience Service ?

Best regards,

Samuel

ppandarkar-2
15-Moonstone
(To:sdidier)

Hi,

I don't see any error. after starting ES services still URL is accessible with http:// and not by https://

 

Please can you send me step by step procedure for how to configure self-sign certificate after installation of ES.

 

do i need to reinstall vuforia ES on server?

 

Regards,

Prashant Pandarkar

Hello Pandarkar,

 

Please run Vuforia Experience Service by command line and redirect output in a text file.

Share this file, I would check verbose reported.

 

All steps to setup Vuforia Experience Service in SSL with self signed certificate is described in documentation :

https://www.ptc.com/support/-/media/6FCDB63E6C444D5CA0DEE998A52AC8FF.pdf?sc_lang=en

 

Please see the pages from 18 to 28.

 

I have some questions :

  • Does ThingWorx Platform is using SSL signed with a self signed certificate ?
  • What are the outputs of :
    • openssl s_client -connect <your Thingworx base URL> -showcerts

    • openssl s_client -connect <your Vuforia Experience Servicebase URL> -showcerts

 

Thanks in advance for your help.

 

Best regards,

Samuel

sdidier
17-Peridot
(To:sdidier)

Hello Pandarkar,

 

  • Did you have time to look to my previous post ?
  • Does the issue is solved ?

 

Best regards,

Samuel

 

Top Tags