https://issues.apache.org/bugzilla/show_bug.cgi?id=52298

             Bug #: 52298
           Summary: Can't enter website with client certificate on an iPad
           Product: Apache httpd-2
           Version: 2.2.21
          Platform: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_ssl
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


Configured an XAMPP installation (1.7.7) to enter a website with client
certificates. Works fine in Firefox, IE and Chrome. 

But when entering the website with an iPad (tested on an iPad 2) there comes no
prompt (as expected) to select a client certificate. It just returns a 403
error.

Using an older XAMPP installation (1.7.4) with Apache 2.2.17 everything works
fine.


Snippet of my ssl config:

httpd-ssl.conf:
...
SSLVerifyClient optional 
SSLVerifyDepth 10
Include conf/extra/httpd-ssl-papp.conf
...

httpd-ssl-papp.conf:
<Location /test>
      SSLRequire %{SSL_CLIENT_S_DN_CN} in { "CERT NAME" }
</Location>

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to