Using Duo for Multi-factor Authentication
Wednesday, 30 August 2017 by Michael Jumper
Using Duo for Multi-factor Authentication Guacamole provides support for Duo as a second authentication factor, automatically verifying user identity with Duo after the user is initially authenticated. To make use of Duo support, some other authentication mechanism will need be configured, as well, such as MySQL, PostgreSQL, or LDAP. Only once authentication has succeeded through
Setting up SSL termination with Apache
Wednesday, 30 August 2017 by Michael Jumper
Setting up SSL termination with Apache SSL termination is the recommended method of encrypting communication between users’ browsers and Guacamole, and involves configuring a reverse proxy like Nginx or Apache to handle strictly the SSL/TLS portion of the conversation with the Tomcat instance hosting Guacamole, handling encrypted HTTP externally while passing unencrypted HTTP to Tomcat
Setting up SSL termination with Nginx
Wednesday, 30 August 2017 by Michael Jumper
Setting up SSL termination with Nginx SSL termination is the recommended method of encrypting communication between users’ browsers and Guacamole, and involves configuring a reverse proxy like Nginx or Apache to handle strictly the SSL/TLS portion of the conversation with the Tomcat instance hosting Guacamole, handling encrypted HTTP externally while passing unencrypted HTTP to Tomcat