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

