Re: guacamole with docker Problem tomcat default

2021-02-04 Thread adouren
Hi, Yes that's right. It's OK. I thought I wrote in the reverse-proxy configuration the /guacamole at the end of the url. But I hadn't done it Thank you Olivier -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

Re: Clipboard bugs

2021-02-04 Thread Mike Jumper
On Wed, Feb 3, 2021 at 1:58 PM Lucio Seki wrote: > Thanks for the quick reply, Mike. > > On Wed, Feb 3, 2021 at 4:06 PM Mike Jumper > wrote: > >> On Wed, Feb 3, 2021 at 3:52 AM Lucio Seki wrote: >> >>> ... >>> >> >> In summary, following are the main issues I found: >> 1. On RHEL8 and Fedora

Re: I keep getting invalid_user_credentials from keycloak with saml2.0

2021-02-04 Thread Mike Jumper
On Thu, Feb 4, 2021 at 12:41 PM Dana Shaw wrote: > The only thing I see in the keycloak logs is invalid login.. but I can > confirm the login is correct. > But what about the Guacamole webapp logs (Tomcat logs)? - Mike

Updates to the Guacamole Duo Extension

2021-02-04 Thread ralph strebbing
Hey there! So we're setting up Duo for use on our Guacamole system, and whilst setting up the web SDK I noticed this message (see screenshot link): https://i.imgur.com/bGVZLZv.png This states that there are some changes needed on the web application (The Duo Extension in this case). I'm by no

Re: Jquery version

2021-02-04 Thread Nick Couchman
On Thu, Feb 4, 2021 at 1:59 PM Madhukar Bhosale wrote: > Hi, > > > > Is Jquery version is updated in Guacamole 1.3.0 version? > > > I do not believe that the jQuery version was changed in 1.2.0 -> 1.3.0. -Nick

Re: I keep getting invalid_user_credentials from keycloak with saml2.0

2021-02-04 Thread Mike Jumper
On Wed, Feb 3, 2021 at 1:54 PM Dana Shaw wrote: > ... > I don't see anything in the guacamole webapp logs that's really helpful. What do you see in those logs? The other saml2 client that I have is signing the request and response. > This is the only difference that I can see between that

Jquery version

2021-02-04 Thread Madhukar Bhosale
Hi, Is Jquery version is updated in Guacamole 1.3.0 version? Regards Madhukar

Re: guacamole with docker Problem tomcat default

2021-02-04 Thread Nick Couchman
On Thu, Feb 4, 2021 at 4:31 AM adouren wrote: > Hi, > > I did a guacamole install with docker, but I can't reach the guacamole > page, > instead I have a tomcat default page : > > By default, even with Docker, Guacamole is deployed to /guacamole, so you'll need to make sure the URL you're using

Re: Blocking REST API requests

2021-02-04 Thread Sander Vanheule
Hi Tom, On Thu, 2021-02-04 at 15:59 +, Tom Schoonjans wrote: > Hi, > > > I noticed recently that one of our guacamole servers is being subject > to a brute force attack via the REST API as shown in these logs: > > guacamole_compose | 13:10:56.987 [http-nio-8080-exec-6] WARN  >

Blocking REST API requests

2021-02-04 Thread Tom Schoonjans
Hi, I noticed recently that one of our guacamole servers is being subject to a brute force attack via the REST API as shown in these logs: guacamole_compose | 13:10:56.987 [http-nio-8080-exec-6] WARN o.a.g.r.auth.AuthenticationService - Authentication attempt from 141.98.255.144 for user

Re: alt-tab

2021-02-04 Thread Pika Liza
Thank you for your reply. I will try another OS and browser. Thanks, -- On Wed, Feb 3, 2021 at 7:49 AM Pika Liza wrote: Thank you for your advice. It worked well. But it's a lot of work. As Nick said, this is entirely dependent on your local system. Guacamole already attempts

guacamole with docker Problem tomcat default

2021-02-04 Thread adouren
Hi, I did a guacamole install with docker, but I can't reach the guacamole page, instead I have a tomcat default page : My docker-compose.yml : version: '3.1' services: db: image: postgres:10 hostname: db deploy: mode: replicated replicas: 1 placement: