flcontainers / guacamole

A Docker Container for Apache Guacamole, a client-less remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH over HTML5. For x64, arm64 and ppc64le.
https://hub.docker.com/r/flcontainers/guacamole
GNU General Public License v3.0
338 stars 65 forks source link

connect web client with https? #30

Closed dncpax closed 2 years ago

dncpax commented 2 years ago

Hey there. Great work! Best way to have guacamole working in arm ever! Wondering if and how can we make the web app work through https, instead of http:8080.

Thanks.

MaxWaldorf commented 2 years ago

Tomcat naturally expose port 8080

You would need a reverse proxy to achieve a redirect over 443 with SSL support.

dncpax commented 2 years ago

That's what I'm doing, but wondered if we could configure tomcat for https. Thanks.