Esri / arcgis-cookbook

Chef cookbooks for ArcGIS
Apache License 2.0
290 stars 115 forks source link

ArcGIS GeoEvent WebSocketContextURL example contains https instead of wss in arcgis-geoevent-server templates #321

Closed cameronkroeker closed 1 year ago

cameronkroeker commented 1 year ago

In Chef for ArcGIS Cookbooks v4.0.0 the Windows and Linux geoevent-server.json contains an invalid example of the WebSocketContextURL system property. The WebSocketContextURL property should use wss instead of https.

https://github.com/Esri/arcgis-cookbook/blob/237b0e39fca0a3b5988b997430bf7beb3637e039/templates/arcgis-geoevent-server/11.0/windows/geoevent-server.json#L24-L27

Workaround:

Replace https with wss in all versions of the geoevent-server.json template. For example:

"system_properties": {
    "WebSocketContextURL":"wss://domain.com:6143/arcgis",
    "WebContextURL":"https://domain.com:6443/arcgis"
}
cameronkroeker commented 1 year ago

This issue has been addressed in v4.1.0.

https://github.com/Esri/arcgis-cookbook/releases/tag/v4.1.0