Alfresco Mobile: Kerberos und iOS login: java.io.IOException: ASN.1 type 0x3a decode not supported -
in alfresco installation (5.0.d community), have following authentication chain:
authentication.chain=kerberos1:kerberos,ldap1:ldap,alfrescontlm1:alfrescontlm
i can login desktop browser alfresco mobile app android fine, both on port 8080 (http) , port 443 (https).
but when try login iphone or ipad, getting following error message in log (both http , https):
[org.alfresco.web.app.servlet.kerberosauthenticationfilter] [http-bio-443-exec-13] java.io.ioexception: asn.1 type 0x3a decode not supported [org.alfresco.web.app.servlet.kerberosauthenticationfilter] [http-bio-8080-exec-6] java.io.ioexception: asn.1 type 0x3a decode not supported
does have idea problem here or how fix it?
there several candiates root cause.
i assume have enabled sso? alfresco doesn't support fallback basic auth on several protocols (yet) if sso enabled: https://issues.alfresco.com/jira/browse/ace-2678 need set
kerberos.authentication.sso.enabled=false
ios running.additionally need set proxy parameters in tomcat connector or configure remoteipvalve if tomcat not endpoint.
if connecting thru https ios requires trusted ssl certs. easiest way accomplish use nginx or apache reverse proxy
Comments
Post a Comment