Enabling Guacd SSL

2020-09-29 Thread MARTINEZ, ARIEL
I'm trying to enable SSL between my Guacamole tomcat server and the guacd server. I'm getting an error when trying to connect to RDP when the setting is enabled. I'm almost certain it is a certificate issue but I'm not sure where the error would be logged to. Does anyone know where guacd would

Re: Enabling Guacd SSL

2020-09-29 Thread ivanmarcus
Guacd logs to syslog, Tomcat usually to catalina.out (but later Ubuntu versions log to syslog). I can't comment specifically on implementing ssl, I've never done it, but there is some data on enabling it here: https://guacamole.apache.org/doc/gug/configuring-guacamole.html Also, I don't reca

Help with enabling guacd SSL

2020-01-12 Thread Kelvin Middleton
Hi, I've a working install using Docker on Windows and am wanting to enable encryption between the guacamole tomcat instance and guacd. Reading the manual this seems pretty straightforward if using guacd.conf but from what I can tell the guacd docker image simply luaches the guacd binary at start

Re: Help with enabling guacd SSL

2020-01-12 Thread Mike Jumper
On Sun, Jan 12, 2020 at 11:19 AM Kelvin Middleton < kelvin.middle...@gmail.com> wrote: > Hi, I've a working install using Docker on Windows and am wanting to > enable encryption between the guacamole tomcat instance and guacd. > > Reading the manual this seems pretty straightforward if using guacd

Re: Help with enabling guacd SSL

2020-01-13 Thread Kelvin Middleton
Thanks for taking the time Mike. So I figured I'd need to mount in certs and I've successfully done this for the guacamole tomcat server and my web proxy so no issues with this. I'd just assumed that the guacd image allowed for more run-time container flexibility like the guacamole images does bu

Re: Help with enabling guacd SSL

2020-01-13 Thread Mike Jumper
On Mon, Jan 13, 2020, 02:27 Kelvin Middleton wrote: > Thanks for taking the time Mike. > > So I figured I'd need to mount in certs and I've successfully done this > for the guacamole tomcat server and my web proxy so no issues with this. > I'd just assumed that the guacd image allowed for more ru

Re: Help with enabling guacd SSL

2020-01-14 Thread Kelvin Middleton
Thank you for clarifying, SSL now working between web client and guacd proxy :-) On Mon, 13 Jan 2020 at 11:05, Mike Jumper wrote: > On Mon, Jan 13, 2020, 02:27 Kelvin Middleton > wrote: > >> Thanks for taking the time Mike. >> >> So I figured I'd need to mount in certs and I've successfully don