https://issues.apache.org/bugzilla/show_bug.cgi?id=48208
Summary: allow client certificate with any issuer: server.xml
connector attribute "acceptAllCerts"
Product: Tomcat 6
Version: unspecified
Platform: PC
OS/Version: Windows Vista
Status: NEW
Severity: normal
Priority: P2
Component: Connectors
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=24546)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=24546)
patch_48158_c5_wildCard.txt
as per bug 48158 comment 8, this is now an RFE on its own:
Luciana has come up with a patch to allow accepting any client certificate on a
per Connector basis.
In server.xml the following attribute should be added in the Connector element:
<Connector ... acceptAllCerts="true"/>
If this argument is present and set to true or yes, then the
AcceptAllTrustManager will be used as Trust Manager.
The "truststoreFile" of
http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html#Edit%20the%20Tomcat%20Configuration%20File
can be left empty
originally was attachment (id=24542)
--
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]