Bug 54244

Summary: HTTP Connector SSL support section should give examples for sslEnabledProtocols and sslProtocol
Product: Tomcat 7 Reporter: Christopher Schultz <chris>
Component: DocumentationAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P2    
Version: 7.0.33   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X 10.4   

Description Christopher Schultz 2012-12-04 17:36:18 UTC
Neither of these two configuration attributes have any examples for valid values except for sslProtocol which specifies "TLS" as the default.

Also, it is unclear what the difference between these two attributes is: does setting the sslProtocol enable just a single protocol?

One of these attributes likely takes a value like SSLv2, SSLv3, TLSv1, etc. or maybe SSLv3+TLSv1 but it's not clear which one (or both).

Even if the list of valid values is JVM-specific (e.g. not every JVM supports TLSv1.2), some examples should be given.
Comment 1 Mark Thomas 2013-01-09 16:01:26 UTC
Fixed in trunk and 7.0.x and will be included in 7.0.35 onwards.