Also not sure if I can tack on another question: anyway to disable database authentication and use only JSON requests?
From: Caleb Coverdale <[email protected]> Date: Friday, September 24, 2021 at 1:41 AM To: [email protected] <[email protected]> Subject: Configure GuacD in User Connection (JSON) Hey there! I was wondering how I would set the parameters to use the proxy_hostname, and proxy_port with the JSON auth module. I tried the following: "connections": { "My Connection": { "protocol": "rdp", "parameters": { "proxy_hostname": "10.0.0.104", "proxy_port": "4822", "proxy_encryption_method": "NONE", "hostname": "10.0.0.40", "port": "3389", "security": "nla", "ignore-cert": "true" } }, And also tried moving the proxy_hostname and port above the parameters…. Without those parameters it works fine. Any tips? Thanks!
