Re: Support - HTTP Fallback is not working correctly in some cases

2021-07-08 Thread Nick Couchman
On Thu, Jul 8, 2021 at 4:21 AM Alex B. wrote: > Can be. My problem is that I need to use Guacamole on a network where some > part of the websocket protocol is prohibited. I know that Guacamole can > work only with HTTP, but it looks like some part of WS needs to be used > (and is blocked on the

Re: ECDSA support in Apache guacamole v1.0.0

2021-07-08 Thread Nick Couchman
On Thu, Jul 8, 2021 at 1:54 AM Abhijeet Jha wrote: > Hi, > > Can someone confirm if Guacamole v1.0.0 supports the ECDSA format key for > ssh connection. The libssh2 official page mentions supporting the following > keys - > >- *Hostkey Types*: ssh-rsa, ssh-dss > > Still, wanted to check if I

Re: Support - HTTP Fallback is not working correctly in some cases

2021-07-08 Thread Mike Jumper
On Thu, Jul 8, 2021, 01:21 Alex B. wrote: > Can be. My problem is that I need to use Guacamole on a network where some > part of the websocket protocol is prohibited. I know that Guacamole can > work only with HTTP, but it looks like some part of WS needs to be used > (and is blocked on the

Re: Support - HTTP Fallback is not working correctly in some cases

2021-07-08 Thread Alex B.
Can be. My problem is that I need to use Guacamole on a network where some part of the websocket protocol is prohibited. I know that Guacamole can work only with HTTP, but it looks like some part of WS needs to be used (and is blocked on the restricted network). Using 404 is working well on an

AW: Support - HTTP Fallback is not working correctly in some cases

2021-07-08 Thread Christoph Weber
> thanks for the quick reply, but I want to achieve the opposite -> I need to > force Guacamole to not use websocket. I'm not sure, but as websocket upgrade requires a response code of 101 to work, and a test with a server not supporting websockets just returns 200, maybe returning 200

Re: history records of past connection

2021-07-08 Thread Mike Jumper
On Wed, Jul 7, 2021, 23:50 Madhukar Bhosale wrote: > Hi, > > I have observed that Guacamole keep last 11 days history only. Can we > keep history for more days like 1 or 2 month or we can configure days as > per requirement. > I'm not sure what you're seeing that leads you to this conclusion,

Re: Support - HTTP Fallback is not working correctly in some cases

2021-07-08 Thread Alex B.
Hi Christoph, thanks for the quick reply, but I want to achieve the opposite -> I need to force Guacamole to not use websocket. Alex. čt 8. 7. 2021 v 8:53 odesílatel Christoph Weber napsal: > > Please see full nginx.conf. I do it like that: > >location /websocket-tunnel { > >

AW: Support - HTTP Fallback is not working correctly in some cases

2021-07-08 Thread Christoph Weber
> Please see full nginx.conf. I do it like that: >        location /websocket-tunnel { >            return 404; >            error_page 500 501 502 503 504 505 506 507 508 509 510 511 598 599 >= /404.html; >            proxy_buffering off; >        } Hi alex, I think you must also set the

RE: history records of past connection

2021-07-08 Thread Madhukar Bhosale
Hi, I have observed that Guacamole keep last 11  days history only. Can we keep history for more days like 1 or 2 month or we can configure days as per requirement.  Madhukar From: Mike JumperSent: Thursday, July 8, 2021 5:29 AMTo: user@guacamole.apache.orgSubject: Re: history records of past

Re: Support - HTTP Fallback is not working correctly in some cases

2021-07-08 Thread Alex B.
Hi Nick, thanks for reply. I will try to answer your questions: > > Hi, >> >> I´m trying to run Guacamole on some restricted network. On the normal >> network it is working well, but on restricted network (there is general >> problem with using Websockets). I´m not able to see any picture