You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ftpserver-dev@incubator.apache.org by "Steve Jones (JIRA)" <ji...@apache.org> on 2007/06/06 22:30:26 UTC

[jira] Created: (FTPSERVER-96) SSL configuration should allow disabling of client authentication

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.


[jira] Closed: (FTPSERVER-96) SSL configuration should allow disabling of client authentication

Posted by "Niklas Gustavsson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FTPSERVER-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niklas Gustavsson closed FTPSERVER-96.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0-M2
         Assignee: Niklas Gustavsson

Fixed and documentation updated.

commit -m "Enable wanted client authentication (FTPSERVER-96)" C:/home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/interfaces/ClientAuth.java C:/home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/interfaces/Ssl.java C:/home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/IODataConnectionFactory.java C:/home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/listener/io/IOConnection.java C:/home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/listener/io/IOListener.java C:/home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/listener/mina/MinaConnection.java C:/home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/listener/mina/MinaListener.java C:/home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/ssl/DefaultSsl.java
    Adding         C:/home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/interfaces/ClientAuth.java
    Sending        C:/home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/interfaces/Ssl.java
    Sending        C:/home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/IODataConnectionFactory.java
    Sending        C:/home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/listener/io/IOConnection.java
    Sending        C:/home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/listener/io/IOListener.java
    Sending        C:/home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/listener/mina/MinaConnection.java
    Sending        C:/home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/listener/mina/MinaListener.java
    Sending        C:/home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/ssl/DefaultSsl.java
    Transmitting file data ...
    Committed revision 564538.

> 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
>            Assignee: Niklas Gustavsson
>             Fix For: 1.0-M2
>
>
> 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.