Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Hello all!
I am struggling with the EMS configuration on the Customer side, especially Tunneling.
Configuration file:
"ws_servers": [{
"host": "###",
"port": 443
}],
"ws_connection": {
"encryption": "ssl"
},
"logger": {
"level": "DEBUG"
},
"appKey": "###",
"certificates": {
"validate": false,
"allow_self_signed": true
},
"http_server" : {
"use_default_certificate" : true,
"ssl" : false,
"authenticate" : false
},
"auto_bind": [{
"name": "DemoThing123"
}]
}
It seems to be standard dev configuration. No issue with my local instance (HTTP).
The problem is if I want to connect and establish tunneling on the Customer instance.
First of all Tunneling seems to be not working correctly at all:
RemoteThing (with tunneling ofc) is connected. Tunneling is enabled and created. (tcp, 5900, vnc)
In the mashup I am receiving:
TunnelingSubsytem is Enabled, Running. Nothing weird.
NOTE: One thing is that in Configuration of Tunnel Subsystem there is a host defined, which I cannot ping. (IP is different than IP of this instance). I am not an Administrator user, so cannot change it.
Any ideas?
Best Regards,
Adam