Re: Subject: Inquiry Regarding Sending Token in HTTP Headers for Guacamole Integration

2025-02-21 Thread Michael Jumper
On 2/21/25 4:18 AM, pavithra vijayakumar wrote: Hi, I'm using the following JavaScript code in my Blazor app (https:// localhost:724 8),but I'm encountering a CORS error when I try to connect with guacamole. ... *Cors error: * Access to fetch at 'http://localhost:8

Re: Subject: Inquiry Regarding Sending Token in HTTP Headers for Guacamole Integration

2025-02-21 Thread Sean Hulbert
Sample of NGINX configuration for proxy     add_header Referrer-Policy "no-referrer";     add_header Strict-Transport-Security "max-age=15768000; includeSubDomains" always;     add_header X-Frame-Options "";     add_header X-Content-Type-Options

Re: Subject: Inquiry Regarding Sending Token in HTTP Headers for Guacamole Integration

2025-02-21 Thread pavithra vijayakumar
Hi, I'm using the following JavaScript code in my Blazor app ( https://localhost:724 8),but I'm encountering a CORS error when I try to connect with guacamole. *Js Code:* window.authenticateGuacamole = async function (connectionId, token) { // Create the correct U

Re: Guacamole server 1.6.0 release date

2025-02-21 Thread Jon Gerdes
All I'm already deploying guacd 1.6.0 in favour of 1.5.5 but keeping the 1.5.5 client for now. I get a fix for an audio issue that 1.55 introduced and Ubuntu RDP sessions work (web sockets or something) I have locally 10 users and well there is an international shipping company with 10,000 od

Re: Problems with LDAPS authentication

2025-02-21 Thread Jon Gerdes
Krzysztof The fundamental error you seem to have is "PROTOCOL_ERROR" which is not very helpful! I note that your ldapsearch command includes the CA certificate at the end instead of relying on the system trust store. ldapsearch and Java use separate trust stores but I think that Ubuntu sorts