necouchman commented on code in PR #805: URL: https://github.com/apache/guacamole-client/pull/805#discussion_r1161107483
########## guacamole-docker/README.md: ########## @@ -228,6 +228,31 @@ The process for doing this via the `sqlcmd` utilities included with SQLServer is documented in [the Guacamole manual](http://guacamole.apache.org/doc/gug/jdbc-auth.html#jdbc-auth-sqlserver). +Enabling ssl +================ +This explains how to enable ssl between guacamole and guacd using a self signed certificate. + +You need to create the new certificate on the guacd host, see https://github.com/apache/guacamole-server/blob/master/README +or https://github.com/apache/guacamole-server/blob/master/src/guacd-docker/README.md depending +on the version you will use (standalone vs docker). Review Comment: I suspect we should document this somewhere in the Guacamole User Guide (Manual), and link to that instead of linking directly to the Github repository. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
