Hi,
I've struggled several hours with an issue which seems to be new in 1.3.0.
When I'm using Version 1.3.0 of the mysql jdb auth provider I get an
java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check
the manual that corresponds to your MySQL server version for the ri
I don't see this with the 1.3.0 release (this would have shown up in
pre-release regression tests), but I do see this with git master. I'll try a
git bisect to see where this started...
Can you confirm whether you are building from git?
Yes, in fact, I initially did build from git. I guess I
> 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 connec
> 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 instead