Re: Doker Image does not Connect to RDP

2020-06-04 Thread Douglas
Hello friends! I installed version 1.0.0 and it was possible to connect as I needed! Thanks a lot for the help! DRauber Em qua., 3 de jun. de 2020 às 12:24, Tim Worcester < timothy.worces...@gmail.com> escreveu: > 1.1.0 introduced the update to FreeRDP 2.0 which was not a trivial > change.

Re: Doker Image does not Connect to RDP

2020-06-03 Thread Tim Worcester
1.1.0 introduced the update to FreeRDP 2.0 which was not a trivial change. There have been issues documented and fixed. I supposed you could try 1.0.0 and see if that works for you for now :) On Wed, Jun 3, 2020 at 10:44 AM Douglas wrote: > But, in previous versions it does not work? > >

Re: Doker Image does not Connect to RDP

2020-06-03 Thread Douglas
But, in previous versions it does not work? Thanks Em qua., 3 de jun. de 2020 às 11:17, Tim Worcester < timothy.worces...@gmail.com> escreveu: > The latest that I see on docker hub is 1.1.0: > https://hub.docker.com/r/guacamole/guacamole/tags > > Unless someone else here knows where to get a

Re: Doker Image does not Connect to RDP

2020-06-03 Thread Tim Worcester
The latest that I see on docker hub is 1.1.0: https://hub.docker.com/r/guacamole/guacamole/tags Unless someone else here knows where to get a more recent image on a public registry you may need to make your own docker image by pulling the latest code from

Re: Doker Image does not Connect to RDP

2020-06-03 Thread Douglas
Yes, "1.1.0". How i can upgrade to 1.2.0-staging? Or it have docker images for desired version? thanks Em qua., 3 de jun. de 2020 às 10:41, Tim Worcester < timothy.worces...@gmail.com> escreveu: > Fastest way I know is to open the Guacamole web page, open a developer > console and run

Re: Doker Image does not Connect to RDP

2020-06-03 Thread Tim Worcester
Fastest way I know is to open the Guacamole web page, open a developer console and run `Guacamole.API_VERSION`. On Wed, Jun 3, 2020 at 9:17 AM Douglas wrote: > I don't know Time! > > I have not make version choice at any time. And tried to find it on web > interface, but can't find. > How i can

Re: Doker Image does not Connect to RDP

2020-06-03 Thread Douglas
I don't know Time! I have not make version choice at any time. And tried to find it on web interface, but can't find. How i can find it? Thanks DRauber Em qua., 3 de jun. de 2020 às 10:10, Tim Worcester < timothy.worces...@gmail.com> escreveu: > Are you using the 1.2.0-staging changes or

Re: Doker Image does not Connect to RDP

2020-06-03 Thread Tim Worcester
Are you using the 1.2.0-staging changes or 1.1.0? There are some issues that may not yield proper logging that have been fixed in 1.2.0-staging. On Wed, Jun 3, 2020 at 9:05 AM Douglas wrote: > Yes Nick! > > I have filled: > Name: TestRDP > Protocol:RDP > Network:Hostname: > Network:Port: 5432

Re: Doker Image does not Connect to RDP

2020-06-03 Thread Douglas
Yes Nick! I have filled: Name: TestRDP Protocol:RDP Network:Hostname: Network:Port: 5432 Network:Username: Administrator Network:Password: myPassword Network:Security mode: Any / I have tried NLA too Ignore server certificate: Checked No more fields touched. In desktop environment (out of

Re: Doker Image does not Connect to RDP

2020-06-03 Thread Nick Couchman
When you created the RDP connection, did you set the security parameters as required by the server, and did you try checking the "Ignore Certificate" box to see if it's an issue with certificate trust? -Nick On Wed, Jun 3, 2020 at 7:16 AM Douglas wrote: > Hello! > > I am totally new to using

Doker Image does not Connect to RDP

2020-06-03 Thread Douglas
Hello! I am totally new to using Apache Guacamole. I installed the Docker images using: $ sudo docker run --name some-guacd -d guacamole / guacd $ sudo docker run --name some-guacamole --link some-guacd: guacd -e $ POSTGRES_DATABASE = guacamole_db -e POSTGRES_USER = postgres -e POSTGRES_PASSWORD