Stream Layer connect to secure web socket (wss)

4716
2
04-20-2016 08:49 PM
DarrylWilson
New Contributor II

Hi there, Can a Stream Layer (in the Javascript API) connect to a secure web socket (wss)?

Also, can the GEE publish feature to a secure stream layer (wss) ?

Many thanks.

0 Kudos
2 Replies
DavidBlanchard
Esri Contributor

Yes to both questions, the JavaScript API can consume both secure and unsecure WebSocket and ArcGIS for Server with GeoEvent Extension can serve both.

GeoEvent will serve the Stream Service according to your ArcGIS for Server security settings. Therefore if HTTPS is enabled for your Map Services, a WSS connection will be available with the Stream Service. On the other hand, if only HTTP is enabled for your Map Services, only a WS connection will be available.

DarrylWilson
New Contributor II

Hey there,

We are using the "old" method of publishing web sockets (Publish Features to a Stream Layer)

We have set up the Server to use ssl, however I can't find the wss endpoints.

Any clues most welcomed.

Best Regards

Darryl

0 Kudos