Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

13) Can the device be behind a proxy server

Yes or no. EdgeView uses WebSocket (The Websocket Protocol) for bidirectional communication between the client and server. The HTTP protocol needs to be upgraded between the websocket client and server. If the proxy server is a 'pass-through' type for the HTTPs traffic from the device, in other words if the proxy server does not intercept the TLS, then EdgeView will work through the proxy server. But if the proxy server is a 'MiTM' type or 'SSL-Bump' type, the proxy server may not request the 'Upgrade' service towards the Dispatcher, then the EdgeView will break and it can not establish the connect to the Dispatcher. This is mainly an proxy server software implementation issue.

14) How to log into remote application

...