Hi,
using ArcGIS Server 10.3 and GeoEvent extension I published a stream service. The streamlayer is visible
and working on our ArcGIS server (tested using the javascript viewer on the same network: (http://<localservername>:6080/arcgis/rest/services/ShipStream/StreamServer?f=jsapi)

As we need to expose this stream service to internet (secured) we have to do 2 things:
- set up a web socket reverse proxy
- change the default Web Socket Url
The problem is: How to configure websocketurls of streamlayers using a reverse proxy server url instead of the machine name?
Maybe I'm seeing this wrong, but this is nowhere explained in any GEP documentation.