You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,16 @@ Next run the example main:
22
22
go run cmd/guac/guac.go
23
23
```
24
24
25
-
Now you can connect with [the example Vue app](https://github.com/wwt/guac-vue). By default guac will try to connect to a guacd instance at `127.0.0.1:4822`. If you need to configure something different, you can do so by configuring environment variables; see the configurable parameters below.
25
+
Now you can connect with [the example Vue app](https://github.com/wwt/guac-vue). By default, guac will try to connect to a guacd instance at `127.0.0.1:4822`. If you need to configure something different, you can do so by configuring environment variables; see the configurable parameters below.
26
+
27
+
Guac listens on `http://0.0.0.0:4567`. If you have a need for the connection to Guac to be secure, you will need to pass a certificate and keyfile to it using the `CERT_PATH` and `CERT_KEY_PATH` environment variables; it will then listen on `https://0.0.0.0:4567`. The secure connection uses TLS 1.3.
0 commit comments