https://issues.apache.org/bugzilla/show_bug.cgi?id=48158
--- Comment #7 from Luciana Moreira <more...@privasphere.com> 2009-11-16 06:25:22 UTC --- Created an attachment (id=24542) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24542) patch_48158_c5_wildCard.txt I have 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. -- 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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org