Hello,
After installing the package
I could not find the
file. So I created it and put the content which I needed based on this instruction: https://documentation.open-xchange.c...ntication.html
In general I could activate 2FA which seems to work fine for the web GUI but my clients stopped working all of a sudden. In the log I see the following:
Any ideas?
Thanks in advance.
After installing the package
Code:
open-xchange-multifactor
Code:
multifactor.properties
In general I could activate 2FA which seems to work fine for the web GUI but my clients stopped working all of a sudden. In the log I see the following:
Code:
2019-05-23T21:38:48,385+0200 ERROR [OXWorker-0001751] com.openexchange.usm.eas.delegate.BaseXMLDelegate. logError(BaseXMLDelegate.java:792) <Undetermined USM Session> Unknown OX response reading configuration com.openexchange.grizzly.method=POST com.openexchange.grizzly.queryString=User=blubb&De viceId=AV5N2CQGD50MR6R070&DeviceType=iPad&Cmd=Fold erSync com.openexchange.grizzly.remoteAddress=x.x.x.x com.openexchange.grizzly.remotePort=58930 com.openexchange.grizzly.requestURI=/Microsoft-Server-ActiveSync com.openexchange.grizzly.serverName=xxx com.openexchange.grizzly.servletPath=/Microsoft-Server-ActiveSync com.openexchange.grizzly.threadName=OXWorker-0001751 com.openexchange.grizzly.userAgent=Apple-iPad7C4/1605.227 com.openexchange.localhost.ipAddress=127.0.1.1 com.openexchange.localhost.version=7.10.2-Rev4 com.openexchange.request.trackingId=2101920242-1050977276 com.openexchange.usm.api.exceptions.OXCommunicatio nException: Unknown OX response reading configuration at com.openexchange.usm.ox_json.impl.OXJSONAccessImpl .readConfiguration(OXJSONAccessImpl.java:241) at com.openexchange.usm.ox_json.impl.OXJSONAccessImpl .getConfiguration(OXJSONAccessImpl.java:220) at com.openexchange.usm.session.impl.SessionManagerIm pl.initNewSessionFor(SessionManagerImpl.java:495) at com.openexchange.usm.session.impl.SessionManagerIm pl.getSession(SessionManagerImpl.java:432) at com.openexchange.usm.eas.servlet.EASServlet.getUSM Session(EASServlet.java:219) at com.openexchange.usm.eas.servlet.EASServlet.handle Request(EASServlet.java:367) at com.openexchange.usm.eas.servlet.EASServlet.doPost (EASServlet.java:307) at javax.servlet.http.HttpServlet.service(HttpServlet .java:706) at javax.servlet.http.HttpServlet.service(HttpServlet .java:791) at org.glassfish.grizzly.servlet.FilterChainImpl.doFi lter(FilterChainImpl.java:124) at com.openexchange.http.grizzly.servletfilter.Reques tReportingFilter.doFilter(RequestReportingFilter.j ava:138) at org.glassfish.grizzly.servlet.FilterChainImpl.doFi lter(FilterChainImpl.java:114) at com.openexchange.http.grizzly.servletfilter.Wrappi ngFilter.doFilter(WrappingFilter.java:223) at org.glassfish.grizzly.servlet.FilterChainImpl.doFi lter(FilterChainImpl.java:114) at com.openexchange.http.grizzly.service.http.OSGiAut hFilter.doFilter(OSGiAuthFilter.java:139) at org.glassfish.grizzly.servlet.FilterChainImpl.doFi lter(FilterChainImpl.java:114) at org.glassfish.grizzly.servlet.FilterChainImpl.invo keFilterChain(FilterChainImpl.java:83) at org.glassfish.grizzly.servlet.ServletHandler.doSer vletService(ServletHandler.java:202) at org.glassfish.grizzly.servlet.ServletHandler.servi ce(ServletHandler.java:154) at com.openexchange.http.grizzly.service.http.OSGiMai nHandler.service(OSGiMainHandler.java:302) at org.glassfish.grizzly.http.server.HttpHandler$1.ru n(HttpHandler.java:200) at com.openexchange.threadpool.internal.CustomThreadP oolExecutor$MDCProvidingRunnable.run(CustomThreadP oolExecutor.java:2615) at com.openexchange.threadpool.internal.CustomThreadP oolExecutor$Worker.runTask(CustomThreadPoolExecuto r.java:841) at com.openexchange.threadpool.internal.CustomThreadP oolExecutor$Worker.run(CustomThreadPoolExecutor.ja va:868) at java.lang.Thread.run(Thread.java:748)
Thanks in advance.
Comment