Known issue with guacamole-auth-jdbc-mysql-1.3.0.jar? (looks like allowMultiQueries is false)

2021-06-21 Thread Christoph Weber
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

AW: Known issue with guacamole-auth-jdbc-mysql-1.3.0.jar? (looks like allowMultiQueries is false)

2021-06-22 Thread Christoph Weber
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

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

2021-07-07 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 connec

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 instead