Re: Issues with RDP connections

2022-02-17 Thread Nick Couchman
On Thu, Feb 17, 2022 at 8:34 PM Devine, Harry (FAA) wrote: > On the Windows side or the guacamole side? If the user couldn’t write > there, why did the windows 10 rdp work? One of out admins said they can > rdp to the windows 2013 server using MobaXterm and they see the TLS is 1.2. > Does

Re: Issues with RDP connections

2022-02-17 Thread Devine, Harry (FAA)
On the Windows side or the guacamole side? If the user couldn’t write there, why did the windows 10 rdp work? One of out admins said they can rdp to the windows 2013 server using MobaXterm and they see the TLS is 1.2. Does guacamole expect v2? If so, does the 2012 need to update to TLS2?

Re: Issues with RDP connections

2022-02-17 Thread Nick Couchman
On Thu, Feb 17, 2022 at 4:26 PM Devine, Harry (FAA) wrote: > Yeah, on that box, but this Server 2012 server keeps rejecting the attempt > with “wrong security type?”. So what do we need to do to make this box > work? > > > > Harry > > > Check the user that is running guacd and make sure it has

RE: Issues with RDP connections

2022-02-17 Thread Devine, Harry (FAA)
Yeah, on that box, but this Server 2012 server keeps rejecting the attempt with "wrong security type?". So what do we need to do to make this box work? Harry From: Adrian Owen Sent: Thursday, February 17, 2022 4:24 PM To: user@guacamole.apache.org Subject: RE: Issues with RDP connections > I

RE: Issues with RDP connections

2022-02-17 Thread Adrian Owen
> I set TLS and ignore certificate, and it could get in Guacamole settings are ok. From: Devine, Harry (FAA) [mailto:harry.dev...@faa.gov.INVALID] Sent: 17 February 2022 21:11 To: user@guacamole.apache.org Subject: RE: Issues with RDP connections Same errors (Guac's web page says the connection

RE: Issues with RDP connections

2022-02-17 Thread Devine, Harry (FAA)
Same errors (Guac's web page says the connection is currently unreachable). The log shows: Feb 17 16:09:10 armt guacd[4148]: Creating new client for protocol "rdp" Feb 17 16:09:10 armt guacd[4148]: Connection ID is "$61bba758-ee0f-442d-9c99-03bb6204066d" Feb 17 16:09:10 armt guacd[19478]:

RE: Issues with RDP connections

2022-02-17 Thread Adrian Owen
security any ignore-cert true Adrian From: Devine, Harry (FAA) [mailto:harry.dev...@faa.gov.INVALID] Sent: 17 February 2022 20:45 To: user@guacamole.apache.org Subject: Issues with RDP connections We are trying to get RDP connections to a Windows Server 2012 machine, and every time we try,

Issues with RDP connections

2022-02-17 Thread Devine, Harry (FAA)
We are trying to get RDP connections to a Windows Server 2012 machine, and every time we try, it fails. The /var/log/messages shows the following: Feb 17 15:40:51 armt guacd[4148]: Creating new client for protocol "rdp" Feb 17 15:40:51 armt guacd[4148]: Connection ID is

RE: 2 Issues with one of our guacamole servers

2022-02-17 Thread Devine, Harry (FAA)
I got it to work. The WAR file wasn't renamed to guacamole.war, and the file permissions were wrong, so the guacamole.properties couldn't be read. I'm having an issue opening an RDP connection, but I don't know if that connection is 100% valid, so I'll work on that on my own for now. Thanks,