Re: Need help configuring websockets

2021-03-31 Thread Mike Jumper
On Wed, Mar 31, 2021 at 2:34 PM Alexandre Almosni < alexandre.almo...@gmail.com> wrote: > guacamole works and is perfectly usable - are you saying this was all a > "red herring" and it was working with web sockets all the time? :) > The log messages within the Chrome dev tools were red herrings,

Re: Need help configuring websockets

2021-03-31 Thread Alexandre Almosni
guacamole works and is perfectly usable - are you saying this was all a "red herring" and it was working with web sockets all the time? :) In which case I wasted quite a few hours browsing logs! Is there an easy way to check? If I reload in chrome devtools i see a websocket in ws but size is 0 B an

Re: Need help configuring websockets

2021-03-31 Thread Mike Jumper
On Wed, Mar 31, 2021 at 1:40 PM Alexandre Almosni < alexandre.almo...@gmail.com> wrote: > sorry for the spam - some maybe small progress > > The "AH01144: No protocol handler was valid for the URL > /guacamole/websocket-tunnel/ (scheme 'ws'). " is somehow sorted now, not > sure what i did in all f

Re: Need help configuring websockets

2021-03-31 Thread Alexandre Almosni
sorry for the spam - some maybe small progress The "AH01144: No protocol handler was valid for the URL /guacamole/websocket-tunnel/ (scheme 'ws'). " is somehow sorted now, not sure what i did in all fairness. if i connect to guacamole now in chrome devtools i'll get: First on login screen: Faile

Re: Need help configuring websockets

2021-03-31 Thread Alexandre Almosni
Thank you Mike for the prompt response. Indeed I can see quite a bit of http traffic if I go to localhost:8080/guacamole, but no warning in the tomcat logs (catalina). Also I can see that upon connection there's a request to guacamole/api/tokens but the server is responding with 403, though everyt

Re: Need help configuring websockets

2021-03-31 Thread Mike Jumper
On Wed, Mar 31, 2021 at 9:52 AM Alexandre Almosni < alexandre.almo...@gmail.com> wrote: > ... > AH01144: No protocol handler was valid for the URL > /guacamole/websocket-tunnel/ (scheme 'ws'). If you are using a DSO version > of mod_proxy, make sure the proxy submodules are included in the > confi

Need help configuring websockets

2021-03-31 Thread Alexandre Almosni
Hi, I'm failing to proxy out the connection through websocket. The HTTP connection is working without a problem. From the instructions: Order allow,deny Allow from all ProxyPass ws://localhost:8080/guacamole/websocket-tunnel ProxyPassReverse ws://localhost:8080/guacamole/websocke

Re: Re: SAML and LDAP simultaneously

2021-03-31 Thread Nick Couchman
On Wed, Mar 31, 2021 at 7:27 AM michael böhm wrote: > Hi Nick, > > thanks for your answer. I understood that using LDAP and SAML IDP on the > same Guacamole instance does not work as the redirect to the IDP is > performed the moment the user hits Guacamole's web GUI. > > When I still want to supp

Aw: Re: SAML and LDAP simultaneously

2021-03-31 Thread michael böhm
Hi Nick,   thanks for your answer. I understood that using LDAP and SAML IDP on the same Guacamole instance does not work as the redirect to the IDP is performed the moment the user hits Guacamole's web GUI.   When I still want to support LDAP in addition to SAML, would it be possible to creat

Re: SAML and LDAP simultaneously

2021-03-31 Thread Nick Couchman
On Wed, Mar 31, 2021 at 5:25 AM michael böhm wrote: > Hi everyone > > we are planning to connect our Guacamole instances to a central SAML IDP. > Currently we are using LDAP. > > Is it possible to activate both LDAP and SAML as authentication methods in > Guacamole at the same time or does one ca

SAML and LDAP simultaneously

2021-03-31 Thread michael böhm
Hi everyone   we are planning to connect our Guacamole instances to a central SAML IDP. Currently we are using LDAP.   Is it possible to activate both LDAP and SAML as authentication methods in Guacamole at the same time or does one cancel out the other? How can the users choose which way the w