Re: "Error connecting to RDP server" Linux machine

2018-11-06 Thread doyouhas
Found the issue. Wasn't setting the requisite nginx proxy rules *face palm*. Cannot believe I overlooked something so basic. Had you not brought it up, I never would have thought to check that. You saved me from bashing my brains dude. Seriously. Thank you, thank you, thank you. HTTPS is now

Re: "Error connecting to RDP server" Linux machine

2018-11-06 Thread Mike Jumper
The only possibilities are: * You are actually connecting to the same machine and XRDP is kicking off one user in favor of the other. * Something on the network is causing Guacamole to fall back to HTTP, and you are hitting browser limits on max concurrent HTTP connections per domain. Guacamole

Re: "Error connecting to RDP server" Linux machine

2018-11-06 Thread Mike Jumper
Take a peek at the docs coverying proxying guac through Nginx (and if you already have, double-check): http://guacamole.apache.org/doc/gug/proxying-guacamole.html#nginx It's fairly easy for misconfiguration to result in WebSocket effectively being blocked. Guac will then fallback to HTTP, which

Re: "Error connecting to RDP server" Linux machine

2018-11-06 Thread doyouhas
Spoke too soon. I'm back to the same problem of when I'm logged in with one user, as soon as the next user logs in (to a totally different machine), guacamole kicks the first user. What gives, this behavior is truly bizarre. -- Sent from:

Re: "Error connecting to RDP server" Linux machine

2018-11-06 Thread doyouhas
Not seeing anything specifically related to HTTPS/fallback. Since you mentioned that, however, I went ahead and disabled HTTPS on my nginx proxy and that seems like it may be the culprit. I have a connection going right now and it has been solid for the past five minutes. What settings do I need

Re: "Error connecting to RDP server" Linux machine

2018-11-06 Thread Mike Jumper
Do you see any warnings from Guacamole in your Tomcat logs about having to fallback to HTTP? - Mike On Tue, Nov 6, 2018, 21:27 doyouhas Sorry if I didn't explain the situation more clearly. The connections are > not > pointed at the same machine, they are pointed at different machines (ec2 >

Re: "Error connecting to RDP server" Linux machine

2018-11-06 Thread doyouhas
Sorry if I didn't explain the situation more clearly. The connections are not pointed at the same machine, they are pointed at different machines (ec2 instances). I have literally zero problem maintaining a consistent connection connecting with a standard RDP client to the exact same instance.

Re: "Error connecting to RDP server" Linux machine

2018-11-06 Thread Mike Jumper
Are both connections using the same RDP username? It sounds like session management within XRDP is killing one session when a new session is established, which is the expected behavior for multiple connections attempting to access the same desktop session. This isn't something within Guacamole's

Re: "Error connecting to RDP server" Linux machine

2018-11-06 Thread doyouhas
Bizarre. I was finallysomehowable to get a stable connection via guacacmole, for about twenty minutes. As soon as I added another connection, my original connection timed out and it went in a loop where one session would be disconnected and the other would connect. What gives? -- Sent

Re: "Error connecting to RDP server" Linux machine

2018-11-06 Thread Mike Jumper
On Tue, Nov 6, 2018, 16:42 doyouhas I was able to get the instances to connect via guacamole by changing the > xrdp.ini file authentication to rdp instead of negotiate. Only problem now > is that the connection is stable for a few minutes before crapping the bed. > It will stay stuck in that loop

Re: "Error connecting to RDP server" Linux machine

2018-11-06 Thread doyouhas
I was able to get the instances to connect via guacamole by changing the xrdp.ini file authentication to rdp instead of negotiate. Only problem now is that the connection is stable for a few minutes before crapping the bed. It will stay stuck in that loop of working, then disconnecting, until I

Re: "Error connecting to RDP server" Linux machine

2018-11-06 Thread Nick Couchman
On Tue, Nov 6, 2018 at 15:47 doyouhas wrote: > Hey guys, > > I'm really confused as to why I am receiving the aforementioned error when > trying to initiate an RDP connection. I have tested that I am able to > connect to this machine when using the Microsoft Remote Desktop client on > Mac.

RE: Help to solve a requirement about active connections vs configured connection

2018-11-06 Thread Gabriel Huerta Araujo
I made it run, it works like a charm I had to change localhost for real ip address $ python guacamole-cli.py -a $ $ python guacamole-cli.py -l username startDateendDate remoteHost connectionName active 0guacadmin 1518202298000 1518202391000

RE: Help to solve a requirement about active connections vs configured connection

2018-11-06 Thread Gabriel Huerta Araujo
Thanks for your valuable help I made it run, but this error arises $ python guacamole-cli.py -a Traceback (most recent call last): File "guacamole-cli.py", line 83, in myLoginData = login('gabriel','gabriel') File "guacamole-cli.py", line 27, in login loginResponse =

"Error connecting to RDP server" Linux machine

2018-11-06 Thread doyouhas
Hey guys, I'm really confused as to why I am receiving the aforementioned error when trying to initiate an RDP connection. I have tested that I am able to connect to this machine when using the Microsoft Remote Desktop client on Mac. However when trying to access that same instance using