Re: Bad user remote IP

2023-08-14 Thread Martin Vancl
Ok. I'm sorry, my mistake. There is real config: https://pastebin.com/FPhetEie and there is this "empty" line: po 14. 8. 2023 v 0:11 odesílatel Michael Jumper napsal: > The file that you're checking ("/usr/local/tomcat/conf/server.xml") is > not the server.xml used by the image. It'

Error when compile guacamole-server-1.5.3

2023-08-14 Thread Alessandro Sironi
Hello all, I'm trying to upgrade from Guacamole 1.5.2 to Guacamole 1.5.3 but I got this error during make: make[2]: uscita dalla directory «/tmp/guacamole-server-1.5.3/src/guacd» Making all in src/guacenc make[2]: ingresso nella directory «/tmp/guacamole-server-1.5.3/src/guacenc»   CC   gu

Re: Bad user remote IP

2023-08-14 Thread Nick Couchman
On Mon, Aug 14, 2023 at 3:18 AM Martin Vancl wrote: > > Ok. I'm sorry, my mistake. > There is real config: https://pastebin.com/FPhetEie > and there is this "empty" line: > > > Yes, the "empty" line enables the RemoteIPValve with its default values. If you need to adjust values, for exam

RE: Error when compile guacamole-server-1.5.3

2023-08-14 Thread Adrian Owen
Debian 12 runs tomcat 10 that’s not supported by Guacamole https://issues.apache.org/jira/browse/GUACAMOLE-1325 Debian 11 is okay and should also fix your build issues. Adrian -Original Message- From: Alessandro Sironi Sent: 14 August 2023 11:54 To: user@guacamole.apache.org Subject:

Re: Error when compile guacamole-server-1.5.3

2023-08-14 Thread Nick Couchman
On Mon, Aug 14, 2023 at 6:54 AM Alessandro Sironi wrote: > > Hello all, > > I'm trying to upgrade from Guacamole 1.5.2 to Guacamole 1.5.3 but I got > this error during make: > > make[2]: uscita dalla directory «/tmp/guacamole-server-1.5.3/src/guacd» > Making all in src/guacenc > make[2]: ingresso

Re: Error when compile guacamole-server-1.5.3

2023-08-14 Thread Alessandro Sironi
Hello Adrian, Debian 12 runs Tomcat 10 but I have Tomcat9 on it, but anyway, Tomcat is not related to my compile issue also because right now is stopped. Best, Alessandro Il 14/08/2023 13:54, Adrian Owen ha scritto: Debian 12 runs tomcat 10 that’s not supported by Guacamole https://issues.

Re: Error when compile guacamole-server-1.5.3

2023-08-14 Thread Alessandro Sironi
Hello Nick, thanks for your reply! I'll try to add the patch and I'll update here if I success or fail. Best regards, Alessandro Il 14/08/2023 13:55, Nick Couchman ha scritto: On Mon, Aug 14, 2023 at 6:54 AM Alessandro Sironi wrote: Hello all, I'm trying to upgrade from Guacamole 1.5.2 to

Re: Error when compile guacamole-server-1.5.3

2023-08-14 Thread Yves Auffret
Hi, I agree. Another solution is to keep Debian 12 and downgrade Tomcat from 10 to 9 by using Debian 11 repo for Tomcat. Regards, Le lun. 14 août 2023, 13:54, Adrian Owen a écrit : > Debian 12 runs tomcat 10 that’s not supported by Guacamole > https://issues.apache.org/jira/browse/GUACAMOLE-13

RE: Error when compile guacamole-server-1.5.3

2023-08-14 Thread Adrian Owen
Hi, Please be careful with unsupported repo components, you may unknowingly hide security patches. Waiting for Guacamole Debian 12 support is safest option. Adrian From: Yves Auffret Sent: 14 August 2023 13:00 To: user@guacamole.apache.org Subject: Re: Error when compile guacamole-server-1.5

Re: Error when compile guacamole-server-1.5.3

2023-08-14 Thread Alessandro Sironi
Hi Nick, it's a win, now it compile and ATM is up and running! But I can't RDPing into any Server (Windows Server with RDP running, tested using Windows Client). Here qhat I have in catalina.out: [2023-08-14 14:19:52] [info] 14:19:52.453 [http-nio-8080-exec-10] INFO  o.a.g.tunnel.TunnelRequ

Re: Bad user remote IP

2023-08-14 Thread Martin Vancl
I'm sorry. That was my mistake. Now it's working. Thank you :-) My nginx proxy: -- location / { proxy_pass http://127.0.0.1:8090/guacamole/; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection 'upgrade';

Re: Bad user remote IP

2023-08-14 Thread Nick Couchman
On Mon, Aug 14, 2023 at 8:37 AM Martin Vancl wrote: > > I'm sorry. That was my mistake. > Now it's working. Thank you :-) Great, glad you got it sorted. Thanks for posting the solution. -Nick - To unsubscribe, e-mail: user-unsu

TOTP Verification Failed During MFA Enrollment

2023-08-14 Thread Delvain Mbina
Hello, My predecessor installed Apache Guacamole 1.0.0 onto a Centox box which serves as our Bastion Host. We set up database-based authentication (with Maria DB) and our users can authenticate successfully. After some security assessments, we decided to implement TOTP authentication for more s

Re: TOTP Verification Failed During MFA Enrollment

2023-08-14 Thread Michael Jumper
On 8/14/2023 2:29 PM, Delvain Mbina wrote: Hello, My predecessor installed Apache Guacamole 1.0.0 onto a Centox box which serves as our Bastion Host. We set up database-based authentication (with Maria DB) and our users can authenticate successfully. After some security assessments, we decide