Re: ESXi VNC over websocket connection

2023-04-28 Thread Lukáš Raška
vity at all, and also > > isn't that old :-). > > > > -Nick > > > > - > > To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org > > For additional commands, e-mail: user-h...@guacamole.apache.org > > > > - > To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org > For additional commands, e-mail: user-h...@guacamole.apache.org > > -- Best Regards Lukáš Raška

Re: Websockets problem when simulatenous connections

2022-06-08 Thread Lukáš Raška
Hi, every new comnection creates new guacd connection, which means new VNC connection. You need to create some kind of lookup map so when new user tries to connect, either new connection is established or existing one is used. The trickier part are race conditions,so synchronizing access to the

Re: TLSv1.3 requirement in guac 1.4.0?

2022-01-03 Thread Lukáš Raška
ybe if > I was using the "best" version of JDK for Guacamole, this might not even be > necessary. Thoughts, Nick? > > Jason. > On 1/3/2022 5:00 PM, Lukáš Raška wrote: > > Hi Jason, > just curious, what is the exact Java version (including the minor version) &

Re: TLSv1.3 requirement in guac 1.4.0?

2022-01-03 Thread Lukáš Raška
et the server dead enough to try again... > (had to revert from 1.4 back to 1.3 earlier). if you know of the line to > change to just hard-code TLS 1.2 for the moment in the 1.4 ldap module, I > can try that as well. > > Jason. > > > -- S pozdravem Lukáš Raška

Re: How to associate a guacamole recording file with a historical connection record

2019-10-03 Thread Lukáš Raška
t source that much). I assume there is currently no simple way how to do it in guacamole-client itself, however it's doable with some modifications. > > -Nick > >> -- Best Regards, Lukáš Raška

Re: Manage many backend from a single frontend

2019-07-18 Thread Lukáš Raška
Hi, I guess the easiest solution would be to use two different guacd instances. Guacamole backend can use multiple guacd, but the frontend can only use single Guacamole server, afaik. In case you can create persistent VPN tunnels to different sites, for us the easiest solution was to use Linux

Re: Guacamole client and server installed on separated server

2019-07-11 Thread Lukáš Raška
Hi, if you are certain tcp/4822 is opened on firewall, you can probably check if the guacd service is really listening on that interface. For most linux distributions command *ss -tunlp | grep 4822 * should work (if not, you can try substituing ss command for netstat), it should show you something

Re: Unable to specify upload directory in file stream

2019-06-13 Thread Lukáš Raška
Hi, st 12. 6. 2019 v 19:51 odesílatel Mike Jumper napsal: > On Wed, Jun 12, 2019, 09:17 Lukáš Raška wrote: > >> Hello, >> so after digging through guacd source, I found out it can be controller >> via 482201 console code, >> > > Or via the guacctl

Re: Unable to specify upload directory in file stream

2019-06-12 Thread Lukáš Raška
nge. Or is there any other option how to set the upload_path variable which I'm missing? Thanks st 12. 6. 2019 v 12:53 odesílatel Lukáš Raška napsal: > Hello, > we are using Guacamole as part of other application, which is mostly > utilising just the guacamole-common-js library. > >

Unable to specify upload directory in file stream

2019-06-12 Thread Lukáš Raška
e-stream-instruction, but haven't found any option how to specify the directory itself. Thanks -- Best Regards Lukáš Raška