Uploaded image for project: 'FtpServer'
  1. FtpServer
  2. FTPSERVER-459

Allow SSL protocol selection so SSL 3.0 can be turned off due to the Poodle attack vector

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Critical
    • Resolution: Unresolved
    • 1.0.6
    • None
    • Core
    • None

    Description

      Per this US-CERT alert SSL 3.0 should no longer be used.

      Apache Mina supports setting the allowed protocols via the setEnabledProtocols() method of SslFilter.

      However, There is currently no way I can see to access the filter or affect its creation and initialization in this regard.

      FTP Server needs another attribute for SslConfiguration similar to the existing getEnabledCipherSuites() for getEnabledProtocols.

      This doesn't look too hard to implement, but I can't see any way to do it without modifying the FTP server code.

      Attachments

        Activity

          People

            Unassigned Unassigned
            Woozy Greg Woolsey
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: