You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@guacamole.apache.org by ma...@mailbox.org on 2017/03/14 09:16:02 UTC

High Availability

Hello everyone,


Is it possible to create HA structure with guacamole ? For example, Microsoft AD will be used, two guacamole servers,
two Postgresql servers with replication as a settings storage and HA proxy. Will it work ? What problems I may encounter
?���



-- 
Regards,
Mate

Re: High Availability

Posted by Peter Burdine <pb...@gmail.com>.
I haven't fully setup HA, but in terms of the auth side, I setup an haproxy
instance local to each tomcat server.  That haproxy is then configured to
talk to all the configured AD servers.  This is required since the
guacamole properties file can only be configured to talk to one ldap
server.  This allows you to configure guacamole to talk to the haproxy
instance which then will proxy the request to one of the active ldap
servers.

--Peter

On Tue, Mar 14, 2017 at 2:16 AM, <ma...@mailbox.org> wrote:

> Hello everyone,
>
>
> Is it possible to create HA structure with guacamole ? For example,
> Microsoft AD will be used, two guacamole servers,
> two Postgresql servers with replication as a settings storage and HA
> proxy. Will it work ? What problems I may encounter
> ?
>
>
>
> --
> Regards,
> Mate
>