You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by "Michael Jumper (JIRA)" <ji...@apache.org> on 2017/09/25 19:14:02 UTC

[jira] [Updated] (GUACAMOLE-370) Missing broker support in RDP

     [ https://issues.apache.org/jira/browse/GUACAMOLE-370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Jumper updated GUACAMOLE-370:
-------------------------------------
    Description: 
Connecting to a broker does not work. _load-balancing-info_ informed as well but no success. 

Only "Error connecting to RDP server" in guacd logs.

When trying to connect to one of the serves in the collection, it will work if it is the server running the user session. 

If a connection is tried to a secondary server, and this tries to redirect to the correct one, the connection is lost in guacd.

Config used:

{code:xml}
<config name="Desktop Virtual" protocol="rdp">
    <param name="hostname" value="broker-address" />
    <param name="port" value="3389" />
    <param name="enable-printing" value="true" />
    <param name="ignore-cert" value="true" />
    <param name="load-balancing-info" value="tsv://MS Terminal Services Plugin.1.Secretarias" />
</config>
{code}

  was:
Connecting to a broker does not work. _load-balancing-info_ informed as well but no success. 

Only "Error connecting to RDP server" in guacd logs.

When trying to connect to one of the serves in the collection, it will work if it is the server running the user session. 

If a connection is tried to a secondary server, and this tries to redirect to the correct one, the connection is lost in guacd.

Config used:

<config name="Desktop Virtual" protocol="rdp">
        <param name="hostname" value="broker-address" />
        <param name="port" value="3389" />
        <param name="enable-printing" value="true" />
        <param name="ignore-cert" value="true" />
         <param name="load-balancing-info" value="tsv://MS Terminal Services Plugin.1.Secretarias" />
</config>


> Missing broker support in RDP
> -----------------------------
>
>                 Key: GUACAMOLE-370
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-370
>             Project: Guacamole
>          Issue Type: Bug
>          Components: guacamole
>    Affects Versions: 0.9.13-incubating
>         Environment: Ubuntu Xenial 16.04
>            Reporter: Rodrigo Gonçalves
>
> Connecting to a broker does not work. _load-balancing-info_ informed as well but no success. 
> Only "Error connecting to RDP server" in guacd logs.
> When trying to connect to one of the serves in the collection, it will work if it is the server running the user session. 
> If a connection is tried to a secondary server, and this tries to redirect to the correct one, the connection is lost in guacd.
> Config used:
> {code:xml}
> <config name="Desktop Virtual" protocol="rdp">
>     <param name="hostname" value="broker-address" />
>     <param name="port" value="3389" />
>     <param name="enable-printing" value="true" />
>     <param name="ignore-cert" value="true" />
>     <param name="load-balancing-info" value="tsv://MS Terminal Services Plugin.1.Secretarias" />
> </config>
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)