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

getClientCertificates does not work in explicit mode

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.0-M2
    • 1.0.0-M3
    • Core
    • None

    Description

      Another possible issue regarding the name of the filters is the metod getClientCertificates() in FTPIoSession.java:
      if(getFilterChain().contains("sslFilter")) {
      SslFilter sslFilter = (SslFilter) getFilterChain().get("sslFilter");

      Here, we only check if implicit SSL mode is set - and I guess we also want to be able to obtain the client certificate in explicit-ssl mode.

      Attachments

        Issue Links

          Activity

            People

              niklas Niklas Therning
              niklas Niklas Therning
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: