SSL configuration should allow disabling of client authentication
-----------------------------------------------------------------
Key: FTPSERVER-96
URL: https://issues.apache.org/jira/browse/FTPSERVER-96
Project: FtpServer
Issue Type: Wish
Components: Core
Affects Versions: 1.0-M1
Reporter: Steve Jones
Currently SSL settings for client authentication are (I think) NONE/REQUIRE
(false/true)
It would be good to support an additional "OPTIONAL" setting.
If comparing with Tomcat, these would be callled:
true - client must present certificate
want - client may present certificate
false - client must not present certificate (is not given the option to)
Here's the relevant Tomcat configuration documentation:
http://tomcat.apache.org/tomcat-6.0-doc/config/http.html (search for
"clientAuth")
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.