Hi Sgilk, thanks for your reply! I configure the prxoyMapping as followed. {
"version": "1.0.0",
"id": "ctrlx-hdvisionsystems-test",
"services": {
"proxyMapping":[
{
"name": "ctrlx-hdvisionsystems-test.web",
"url": "/ctrlx-hdvisionsystems-test",
"binding": ":38080"
}
]
},
// ...
} It would be nice if you can setup a test to cross verify. Unix Domain socket should be the problem, since I can use cpp-httplib to acquire App's license. My problem is that either unix domain socket or local http server didn't receive any forwarded call from Https. I did the test with "socat" that forward https to localhost from with self-signed certificate and it works quite well. But I guess that socat probably doesn't deal witl SSL handshake somehow. In the attachment you can find built snap packet and also simplified source code. For source code, you can compile without any extra dependencies. For Snap, it listens to port 38080 on all interface. You should be able to access http://<ip>:<port> /ctrlx-hdvisionsystems-test/<any-address> After calling, you will get Hello World text plus ctrlx-hdvisionsystems-test/<any-address>
... View more