Re: CAS Authentication Behind Apache Proxy not Working

2020-03-25 Thread Nick Couchman
On Wed, Mar 25, 2020 at 4:25 PM angelwine wrote: > I finally found what was wrong. > > I have to add ProxyErrorOverride Off in my Location directive like this > > > Order allow,deny > Allow from all > *ProxyErrorOverride Off* > ProxyPass http://rpx/guacamole/

Re: CAS Authentication Behind Apache Proxy not Working

2020-03-25 Thread angelwine
I finally found what was wrong. I have to add ProxyErrorOverride Off in my Location directive like this Order allow,deny Allow from all *ProxyErrorOverride Off* ProxyPass http://rpx/guacamole/ flushpackets=on ProxyPassReverse http://rpx/guacamole/ Because

CAS Authentication Behind Apache Proxy not Working

2020-03-25 Thread angelwine
Hi, we have Guacamole 1.1.0 jdbc mysql authentication and CAS authentication. if i acces my guacamole sever directly by http://123.123.123.123:8080/guacamole/ all goes right: 1. Redirect to CAS Login Page 2. After good Credential, 2. Grant Access , select the connexion from mysqdl database ,