DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5143>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5143

Please allow to specify the cipher set for HTTPS connectors

           Summary: Please allow to specify the cipher set for HTTPS
                    connectors
           Product: Tomcat 4
           Version: 4.0.1 Final
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Other Connectors
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Please allow to specify in server.xml the cipher list that an SSL connector will
use. Currently, all the available ciphers are enabled.

Cipher selection is useful to enforce minimal encryption level on one hand max
runtime CPU overhead on the other hand.

The relevant code in SSLServerSocketFactory is:

   String cipherSuites[] = socket.getSupportedCipherSuites();
   socket.setEnabledCipherSuites(cipherSuites

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to