Re: SOCKS5 proxy for guacd connections

2022-06-09 Thread Yang Yang
Thank you very much for the information, Nick! Thanks, Yang > On Jun 9, 2022, at 19:14, Nick Couchman wrote: > > On Thu, Jun 9, 2022 at 12:18 AM Yang Yang wrote: > Hello, > > Is it possible for guacd to connect a machine (SSH or RDP) through a SOCK5 > proxy? If yes, could you help to tell

Re: R: Problem with expired password and TOTP

2022-06-09 Thread Shehwaz Shamsuddin
Hi Lorenzo, After doing research into the logs, I found errors with the JWT token being rejected. In Authentik, I was able to see in the advanced properties that there was no signing certificate assigned. I assigned an internal certificate to sign with and restarted guacamole and voila, it

Re: R: Problem with expired password and TOTP

2022-06-09 Thread Alejandro Hernandez
You're not the only one, I have the same issue, Ubuntu / Guacamole 1.4 (reinstalled several times for non related issues, and always had the same situation) I guess it is a bug, don't have idea if its been reported already... El 2022-06-09 03:07, MAURIZI Lorenzo escribió: Dear all, I

Issue With Authentik and Guacamole - Infinite Redirect

2022-06-09 Thread Shehwaz Shamsuddin
Hello, I set up Authentik and Guacamole with the configuration found here: https://goauthentik.io/integrations/services/apache-guacamole/ The issue I'm running into is that when I access guacamole, I'm greeted with the Authentik login screen and after signing in, I get stuck in a redirect loop.

Re: Frequent disconnections occurring now

2022-06-09 Thread Nick Couchman
On Thu, Jun 9, 2022 at 12:36 AM Lockhart, Roland wrote: > Hi > > > > The server is hosted in AWS, so drivers are native. Instance is T2.large > if you know what that is > > > > Internal network traffic is symmetrical line speed determined by the > instance type. Internet will be the same > > > >

RE: Re: Guacamole does not establish a proper RDP session to server

2022-06-09 Thread Luettecke, Paul
Hi, I tried it with multiple versions. I also tried the latest version 1.4.0. It is a Windows Server 2016 Datacenter VM but there are also other Datacenter servers and they do not show this problem. Thanks! On 2022/06/09 11:11:45 Nick Couchman wrote: > On Thu, Jun 9, 2022 at 5:05 AM Luettecke,

Re: SOCKS5 proxy for guacd connections

2022-06-09 Thread Nick Couchman
On Thu, Jun 9, 2022 at 12:18 AM Yang Yang wrote: > Hello, > > Is it possible for guacd to connect a machine (SSH or RDP) through a SOCK5 > proxy? If yes, could you help to tell what I should do? There is no [proxy] > section in guacd.conf. > > Not without some modifications to the Guacamole

Re: Guacamole does not establish a proper RDP session to server

2022-06-09 Thread Nick Couchman
On Thu, Jun 9, 2022 at 5:05 AM Luettecke, Paul wrote: > Hello! > > > > I am currently testing Guacamole in my virtual environment. > What version of Guacamole? > > > There are two DirectAccess servers running right now that are causing the > problems. > What O/S and/or RDP server version? >

R: Problem with expired password and TOTP

2022-06-09 Thread MAURIZI Lorenzo
Dear all, I would like to bump this thread. This behaviour is only in my installation? Thanks Da: MAURIZI Lorenzo Inviato: giovedì 19 maggio 2022 10:35 A: user@guacamole.apache.org Oggetto: Problem with expired password and TOTP Dear all, I just noticed that in my installation, with TOTP module

Guacamole does not establish a proper RDP session to server

2022-06-09 Thread Luettecke, Paul
Hello! I am currently testing Guacamole in my virtual environment. There are two DirectAccess servers running right now that are causing the problems. With a normal RDP client the connection can be made, but when I use Guacamole I only get a black screen and sometimes my mouse cursor. In

Re: Websockets problem when simulatenous connections

2022-06-09 Thread Frco. Javier Rial
It was indeed, By adding this spring notation @Scope("prototype") to the class, now, it can handle several websockets connections That's because of the scopes of the bean Scope Description singleton (default) Single bean object instance per spring IoC container prototype Opposite to singleton,