Re: Using a PATCH request to remove logged users

2023-07-27 Thread Nick Couchman
On Tue, Jul 25, 2023 at 3:29 PM Gabriel Huerta Araujo wrote: > > > >> Because that endpoint has not been implemented in the Guacamole Client > >> code. The Token REST service only has two endpoints: > >> * POST that takes credentials and produces a token, assuming the > >> authentication

Re: Issue with new test installation

2023-07-27 Thread Ivanmarcus
Harry, Given you're testing this, can you briefly expose Tomcat directly to your LAN in order to see if things are working correctly from there? It seems to me that eliminating, or determining, the Apache proxy (or something else) as the cause of the issue would be a good start.

Re: Issue with new test installation

2023-07-27 Thread Devine, Harry (FAA)
I’m not sure. No logs are showing anything. Nothing in /var/log/messages, Apache logs, or Tomcat logs. Thanks, Harry From: Michael Jumper Sent: Thursday, July 27, 2023 4:16:22 PM To: user@guacamole.apache.org Subject: Re: Issue with new test installation On

Re: Issue with new test installation

2023-07-27 Thread Michael Jumper
On 7/27/23 12:33, Devine, Harry (FAA) wrote: I am trying to install Guacamole 1.5.2 onto a RHEL 8 VM for testing purposes, and I’m getting the following error on the web browser: HTTP Status 404 – Not Found The origin server did not find a current representation for the target resource or is

Issue with new test installation

2023-07-27 Thread Devine, Harry (FAA)
I am trying to install Guacamole 1.5.2 onto a RHEL 8 VM for testing purposes, and I'm getting the following error on the web browser: HTTP Status 404 - Not Found The origin server did not find a current representation for the target resource or is not willing to disclose that one exists. If I

Re: Redirect after logout

2023-07-27 Thread Nick Couchman
On Thu, Jul 27, 2023 at 5:45 AM Per-Erik Gustafsson wrote: > > HI, > I am using Guacamole as a Docker installation, authentication with Json and > database. > Users connect over RDP to Linux servers. > > The JSON is composed on its own web application, where users are managed, > > It would be

Redirect after logout

2023-07-27 Thread Per-Erik Gustafsson
HI, I am using Guacamole as a Docker installation, authentication with Json and database. Users connect over RDP to Linux servers. The JSON is composed on its own web application, where users are managed, It would be nice if the user could be redirected to this web application after logging out

RE: Issue with Guacamole 1.5.2 native build

2023-07-27 Thread Adrian Owen
Public key authentication failed: Unable to extract public key from private key This is OpenSSH issue: https://security.stackexchange.com/questions/226131/openssh-declares-ssh-rsa-deprecated-what-do-i-do-next We find Debian 10/11 failed with same error Guacamole SSH to Ubuntu 22.04. *