Skip to content

Commit f8e5167

Browse files
author
Alan Christie
committed
docs: Doc tweak (secure/unsecure)
1 parent dacb7ab commit f8e5167

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,10 @@ cluster. The Account Server will be able to manage event streams via the URL
9898
`http://ess-ws-api:8081/event-stream/`.
9999

100100
The external web-socket service will be available on the ingress host you've specified,
101-
as either a `ws://` or `wss://` service, depending on the ingress configuration. If
102-
the host is `example.com` you should be able to connect to an unsecure web socket using
103-
the URL `ws://example.com/event-stream/{uuid}`.
101+
as either a `ws://` or `wss://` service, depending on whether you have set
102+
the Ansible variable `ess_cert_issuer`. If the host is `example.com` you should be able
103+
to connect to an unsecured web socket using the URL `ws://example.com/event-stream/{uuid}`
104+
or `wss://example.com/event-stream/{uuid}` for a secured connection.
104105

105106
To update the running image (to deploy a new tagged version) just re-run the
106107
playbook with a suitable value for `ess_image_tag`.

0 commit comments

Comments
 (0)