Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
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
Hello Pandarkar,
Best regards,
Samuel
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 :
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
Hello Pandarkar,
Best regards,
Samuel