Hi, I'm working with Antony on this. Here's a few more details: I stepped through with a debugger, and it looks like a couple of the handshakeParameters are getting garbled. For connections that fail, you get the following in the handshakeParameters:
GUAC_TYPE=[undefined], GUAC_DATA_SOURCE=[undefined],GUAC_ID=[µë-] For connections that succeed, it looks more like this: GUAC_TYPE=[c], GUAC_DATA_SOURCE=[hmac], GUAC_ID=[13525] I'm having trouble tracking down the code where those are injected into the websocket tunnel request. Any pointers about where to look? ᐧ On Wed, Aug 31, 2016 at 2:36 PM, Antony Awaida <ant...@apporto.com> wrote: > Hi everyone: > > We want to be able to pass connection details in the URL. We found an auth > extension that does this and uses an HMAC signature to authenticate with > Guacamole (https://github.com/ManicoW/guacamole-auth-hmac). The problem > we're having is that sometimes links work and sometimes they don't. When > they don't work, guacamole complains about an undefined connection type. > > Any help/pointers would be appreciated! > > Thanks! > > -- > Antony Awaida > www.apporto.com > > ᐧ > -- David Landry