On Wed, Jan 3, 2018 at 2:44 AM, Michael Niehren wrote:
> Hi,
>
> i've got the same error when compiling with libvncserver > V0.9.9. V0.9.9
> run's without
> problems.
>
And what version(s) of Guacamole??
On 1 January 2018 at 21:01, Mike Jumper wrote:
> On Sun, Dec 24, 2017 at 4:40 AM, Jonathan Hunter
> wrote:
>
>> Mike/team - is this a bug? (Printing works via websocket but not via
>> http) and if so, is there a bug tracker I should report this to? Happy to
>> do some more digging/testing, if th
On 31 December 2017 at 18:15, Nick Couchman wrote:
>
> Here's a quick/simple example of a Python-based utility that logs in to
> Guacamole, gets active connections, and logs out:
>
> https://pastebin.com/6LdWCwdm
>
Thanks Nick - that's fantastic; I hadn't realised that the REST API was
callable
>
>
>> Thanks Nick - that's fantastic; I hadn't realised that the REST API was
> callable in this way.
>
> The example is extremely helpful and works for me to determine active and
> historical connections (even though I had to stand up a new ubuntu docker
> container to run it, as my CentOS 6 host
Issue is resolved. Thanks though for helping me out. It's not Guacamole
configurations which caused this issue instead Apache configurations.
On Tue, Jan 2, 2018 at 11:01 PM, Amarjeet Singh
wrote:
> getting this error in the UI :
>
> The connection has been closed because the server is taking to
On Wed, Jan 3, 2018 at 9:24 PM, Amarjeet Singh wrote:
> Issue is resolved. Thanks though for helping me out. It's not Guacamole
> configurations which caused this issue instead Apache configurations.
>
>
Glad to hear it, but can you describe what the cause was and what you
changed to resolve it?
Mike,
It is related to SSL_read() we did in web server ( in front of Apache or
Tomcat ) which is sending the complete header to Tomcat or Apache but
not sending the complete body request. It is corrupting the body request
which we fixed it and it is working now.
I excluded web server in fr