Hello,
we encouter problems when trying to connect via get to ajax/sso. My call is:
The response of the server is:
{"category":8,"error_params":["get","/ajax/sso"],"error":"Auf dem Server trat ein vorübergehender Fehler auf. Die Anfrage konnte nicht verarbeitet werden. ","error_id":"1933572570-29","categories":"ERROR","code":"SVL-0014"}
This is from /var/log/open-xchange/open-xchange.log.0 :
Error processing request:
com.openexchange.grizzly.remotePort=42073
com.openexchange.grizzly.requestIp=192.168.145.15
com.openexchange.grizzly.requestURI=/ajax/sso
com.openexchange.grizzly.serverName=ox6.server.tld
com.openexchange.grizzly.servletPath=/ajax/sso
com.openexchange.grizzly.threadName=OXWorker-0000037
com.openexchange.http.grizzly.userAgent=Mozilla/5.0 (X11; Linux i686; rv:25.0) Gecko/20100101 Firefox/25.0
com.openexchange.session.session={contextId=10, userId=43, sessionId=21fcXXXXXXX3831eab038, login=user.name, localIp=192.168.145.15, authId=e06cXXXXX8a3ed62fc, hash=ZCsiAXXXXKCVzpnw, client=com.openexchange.ox.gui.dhtml, transient=false}
com.openexchange.session.sessionId=21fcXXXXXXX3831 eab038
SVL-0014 Categories=ERROR Message='Action "get" on request path "/ajax/sso" is not permitted via a non-secure connection.' exceptionID=-989778917-31
at com.openexchange.exception.OXExceptionFactory.crea te(OXExceptionFactory.java:171)
[...]
Before we upgraded from ajp to grizzy packages everything was working, meaning the get on ajax/sso was giving back username and password.
I have no clue what I could change, I was also looking for X-Forwarded thing in the config, but this also didn't work.
Anybody has an idea?
Regards,
J.Müller-Lahn
we encouter problems when trying to connect via get to ajax/sso. My call is:
The response of the server is:
{"category":8,"error_params":["get","/ajax/sso"],"error":"Auf dem Server trat ein vorübergehender Fehler auf. Die Anfrage konnte nicht verarbeitet werden. ","error_id":"1933572570-29","categories":"ERROR","code":"SVL-0014"}
This is from /var/log/open-xchange/open-xchange.log.0 :
Error processing request:
com.openexchange.grizzly.remotePort=42073
com.openexchange.grizzly.requestIp=192.168.145.15
com.openexchange.grizzly.requestURI=/ajax/sso
com.openexchange.grizzly.serverName=ox6.server.tld
com.openexchange.grizzly.servletPath=/ajax/sso
com.openexchange.grizzly.threadName=OXWorker-0000037
com.openexchange.http.grizzly.userAgent=Mozilla/5.0 (X11; Linux i686; rv:25.0) Gecko/20100101 Firefox/25.0
com.openexchange.session.session={contextId=10, userId=43, sessionId=21fcXXXXXXX3831eab038, login=user.name, localIp=192.168.145.15, authId=e06cXXXXX8a3ed62fc, hash=ZCsiAXXXXKCVzpnw, client=com.openexchange.ox.gui.dhtml, transient=false}
com.openexchange.session.sessionId=21fcXXXXXXX3831 eab038
SVL-0014 Categories=ERROR Message='Action "get" on request path "/ajax/sso" is not permitted via a non-secure connection.' exceptionID=-989778917-31
at com.openexchange.exception.OXExceptionFactory.crea te(OXExceptionFactory.java:171)
[...]
Before we upgraded from ajp to grizzy packages everything was working, meaning the get on ajax/sso was giving back username and password.
I have no clue what I could change, I was also looking for X-Forwarded thing in the config, but this also didn't work.
Anybody has an idea?
Regards,
J.Müller-Lahn
Comment