Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
cameronkroeker opened this issue Aug 11, 2022 · 1 comment

Comments

@cameronkroeker
Copy link
Contributor

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.

"system_properties": {
"WebSocketContextURL":"https://domain.com:6143/arcgis",
"WebContextURL":"https://domain.com:6443/arcgis"
}

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
Copy link
Contributor Author

This issue has been addressed in v4.1.0.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant