Uploaded image for project: 'Apache Tomcat Maven Plugin'
  1. Apache Tomcat Maven Plugin
  2. MTOMCAT-309

Allow specifying sslProtocols via pom configuration

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.2
    • None
    • tomcat7
    • Important

    Description

      There is currently no way to specify the sslProtocol. The only workaround is to use a custom server.xml.

      The httpsConnector is hardcoded to use TLS.
      httpsConnector.setProperty( "sslProtocol", "TLS" );

      Due to security reasons, this version is insufficient for many modern browser (chrome and firefox) without having to manually compromise the browser's security settings which expects communication via TLSv1.2

      Attachments

        Activity

          People

            olamy Olivier Lamy
            starzmasta Cory Lum
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: