On 1/30/24 16:20, jim...@porcine.com wrote:
It appears to be a ipv4 vs. ipv6 issue. Here is what I get with
systemctl status guacd after a failed attempt:
Jan 30 15:54:04 pi4dev guacd[6014]: Creating new client for protocol "vnc"
Jan 30 15:54:04 pi4dev guacd[6014]: Connection ID is
"$ea3a9369-
On Tue, Jan 30, 2024 at 2:10 AM Oliver, Dario N
wrote:
> Hi!
>
> *Note: I posted a similar topic some time ago, but that one was to use
> Guacamole behind a Proxy Server. This time, the issue is behind a Reverse
> Proxy.*
>
> I am using the Guacamole DockerHub image, behind an Nginx proxy, as
> d
SAML is our main authentication provider, and we wouldn’t mind using it with
Guacamole to simplify things, unfortunately due to the way SAML works we don’t
have access to the credentials to pass through to connections. I don’t suppose
anyone has thought of ways around this?
Steve
Hi,
I had time to continue the investigation.
With a more verbose log, i get the stuff at the end of the post.
Strange things : the Freerdp messages :
guacd[354449]: DEBUG: Remote framebuffer format PIXEL_FORMAT_RGB16
guacd[354449]: DEBUG: expected PDU_TYPE_DEMAND_ACTIVE 0001, got 0006
guacd[3544
On Wed, Jan 31, 2024 at 4:10 PM Barnhart, Steven
wrote:
> SAML is our main authentication provider, and we wouldn’t mind using it
> with Guacamole to simplify things, unfortunately due to the way SAML works
> we don’t have access to the credentials to pass through to connections. I
> don’t suppos
Apparently there are two problems.
The first is a ipv4 vs. ipv6 issue. If I use localhost in guacd.conf:
[server]
bind_host = localhost
bind_port = 4822
guacd binds to a ipv6 address and guacamola never finds it. Change
guacd.conf to
[server]
bind_host = 127.0.0.1
bind_port = 4822
and guacamo