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!