Java SDK - Tunneling Remote Desktop
Hello,
I am trying to set up tunneling in my Java App for Remote Desktop purposes.
Background:
- Java SDK 6.1
- Netty 4.1.21 ?
- ThingWorx 8.0/8.1
- UltraVNC
Java App Configuration:
twxClientConfigurator.setUri(AppProperties.getAppProperties().getProperty("thingworx.uri"));
twxClientConfigurator.setAppKey(AppProperties.getAppProperties().getProperty("thingworx.appKey"));
twxClientConfigurator.ignoreSSLErrors(true);
twxClientConfigurator.tunnelsEnabled(true);
On the ThingWorx side everything is configured as it should be:



The Error which I am receiving, while trying to download wsadpater.jsp file:

An the ThingWorx logs:
Remote access attempt failed for tunnel name vnc on remote thing Remote access attempt failed for tunnel name vnc on remote thing mything. mything does not support tunneling.
It is very urgent. Hope someone can help me.

