All values bisides the following are set to default: Maximum number of connections:1000 Maximum number of connections:1000 Hostname:localhost Port:3389 Keyboard layout:QUERZ Width:1920 Height:900 Color depth:16bit Disable copying from remote desktop: true Disable pasting from client: true Disable audio: true Disable file download: true Disable file upload: true Disable off-screen caching: true
I use a reverse proxy with following settings on nginx: ssl_certificate "/etc/pki/nginx/test.crt"; ssl_certificate_key "/etc/pki/nginx/test.key"; ssl_session_cache shared:SSL_123:1m; ssl_session_timeout 10m; ssl_prefer_server_ciphers on; ssl_protocols TLSv1.3; ssl_ciphers "EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+SHA384 EECDH+ECDSA+SHA256 EECDH+aRSA+SHA384 EECDH+aRSA+SHA256 EECDH+aRSA+RC4 EECDH EDH+aRSA HIGH !RC4 !aNULL !eNULL !LOW !3DES !MD5 !EXP !PSK !SRP !DSS"; # Load configuration files for the default server block. include /etc/nginx/default.d/*.conf; #test location / { proxy_pass https://NICIP/; #proxy_set_header x-forwarded-host $host; #proxy_set_header x-forwarded-server $host; proxy_set_header #x-forwarded-proto $scheme; #proxy_set_header x-real-ip $remote_addr; proxy_set_header #x-forwarded-url https://$host/auth; proxy_set_header #x-forwarded-for https://$host; proxy_set_header host $host; #proxy_set_header x-forwarded-for $proxy_add_x_forwarded_for; #proxy_redirect off; proxy_ssl_verify off; proxy_buffering off; proxy_http_version 1.1; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $http_connection; proxy_cookie_path /guacamole/ /; access_log off; } } Where can I find those logs?? Best regards -----Ursprüngliche Nachricht----- Von: Nick Couchman <vn...@apache.org> Gesendet: Donnerstag, 14. Dezember 2023 13:58 An: dev@guacamole.apache.org Betreff: Re: issue since 1.5.4 > > > What does the configuration of this RDP connection look like within > Guacamole? What features are enabled on the connection? > > Yes see attachment 😉 > > > > > I was not able to see either any attachment, nor the actual screenshot of the error you were receiving in the original e-mail. I checked the Apache list archives, and I don't see any attachments or screenshots, there, either. Not sure if Mike was able to see them at all, but if you could just post the output of guacd during the connection failure, that would be great. -Nick >