Uploaded image for project: 'Guacamole'
  1. Guacamole
  2. GUACAMOLE-1034

RDP File transfer with reverse proxy

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 1.1.0
    • None
    • RDP
    • None

    Description

      Good morning!

      I am using Guacamole to connect to some RDP in my net. I am proxying with Apache and mod_ssl

      RDP file transfer works fine from client to server (upload) but the download works only after the disconnection.

      If I access to guacamole directly without passing from the reverse proxy the download is immediate.

       

      Here is my apache site conf:

      <Location />
      Order allow,deny
      Allow from all
      ProxyPass http://127.0.0.1:8181/guacamole/ flushpackets=on
      ProxyPassReverse http://127.0.0.1:8181/guacamole/
      </Location>

      <Location /guacamole/websocket-tunnel>
      Order allow,deny
      Allow from all
      ProxyPass ws://127.0.0.1:8181/guacamole/websocket-tunnel
      ProxyPassReverse ws://127.0.0.1:8181/guacamole/websocket-tunnel
      </Location>

      1. Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
      2. error, crit, alert, emerg.
      3. It is also possible to configure the loglevel for particular
      4. modules, e.g.
        #LogLevel info ssl:warn

      SSLCertificateFile /etc/letsencrypt/live/delucloud.homelinuxserver.org/fullchain.pem
      SSLCertificateKeyFile /etc/letsencrypt/live/delucloud.homelinuxserver.org/privkey.pem
      Include /etc/letsencrypt/options-ssl-apache.conf

       

       

      Thanks all!!

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              delumerlino Andrea
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: