Re: Health check uri

2023-11-15 Thread miao
Seems the uri will get 404, I test "/api/languages” also get 404. So … any suggestion > 2023年11月14日 17:56,Antoine Besnier 写道: > > HEALTHCHECK --timeout=3s CMD wget --no-verbose --tries=1 --spider > http://localhost:8080 || exit 1 > > should do it. > If either guacd or the client are not pr

Re: How to access the connection object from UserContext

2023-11-15 Thread Mackie Gippets
Hi Nick, Thank you for the insight. Apologies for not making myself clear the first time. The first example you provided was on the right track. We need to be able to insert a command line parameter into the initial-program parameter based on the user account or other criterias. A common scenari

RE: [EXTERNAL] Re: cannot get websocket connection workgin

2023-11-15 Thread Campbell, Courtney
I just ended up resolving this a few minutes ago. Turns out it was zscaler ssl inspection that was causing the issue. -Original Message- From: Michael Jumper Sent: Wednesday, November 15, 2023 1:33 PM To: user@guacamole.apache.org Subject: [EXTERNAL] Re: cannot get websocket connection

Re: cannot get websocket connection workgin

2023-11-15 Thread Michael Jumper
On 11/15/2023 9:50 AM, Campbell, Courtney wrote: I have an OL9 server setup with guacamole 1.5.3. There is an nginx reverse proxy in front that is terminating SSL and sending traffic the localhost on port 8080. Whenever I connect to anything it is super slow to respond. I see this in the error

cannot get websocket connection workgin

2023-11-15 Thread Campbell, Courtney
I have an OL9 server setup with guacamole 1.5.3. There is an nginx reverse proxy in front that is terminating SSL and sending traffic the localhost on port 8080. Whenever I connect to anything it is super slow to respond. I see this in the error log. o.a.g.t.h.RestrictedGuacamoleHTTPTunnelServl

Re: How to access the connection object from UserContext

2023-11-15 Thread Michael Jumper
On 11/15/2023 6:59 AM, Nick Couchman wrote: ... I'm speaking a bit for Mike, here, but I think he was trying to figure out if, perhaps, there is some other way to accomplish the changes you're trying to make - for example, Parameter Tokens - that might already be built into Guacamole - or, at

Re: screen tearing with RDP

2023-11-15 Thread Michael Jumper
On 11/15/2023 7:11 AM, Allen Chen wrote: ... Is it the same symptom as I posted  on Nov. 6, 2023 with Subject "Upgrade from 1.2 to 1.4 or 1.5 Scrolling content is overwriting itself"? No. - Mike - To unsubscribe, e-mail: u

Re: screen tearing with RDP

2023-11-15 Thread Allen Chen
What is the version number of Guacamole? Can you try version 1.3 or 1.2 if you are using 1.5.3 or 1.4? Is it the same symptom as I posted  on Nov. 6, 2023 with Subject "Upgrade from 1.2 to 1.4 or 1.5 Scrolling content is overwriting itself"? On 11/14/2023 6:10 PM, Michael Jumper wrote: On 1

Re: How to access the connection object from UserContext

2023-11-15 Thread Nick Couchman
On Tue, Nov 14, 2023 at 10:07 PM Mackie Gippets < techboard.soluti...@gmail.com> wrote: > Hi Mike, > > What I'm aiming to do is the ability to modify the initial-program > configuration setting (from > https://guacamole.apache.org/doc/gug/configuring-guacamole.html#session-settings) > when a parti

Re: fail2ban and nginx

2023-11-15 Thread Piviul
On 10/25/23 16:05, Piviul wrote: Hi all, I have installed guacamole on port 8080 and nginx to have https access. All seems to work correctly. Now I would like to configure fail2ban to check failing logs. Adding to fail2ban the rule failregex = ^.*WARN  o\.a\.g\.r\.auth\.AuthenticationService