Bug 54244 - HTTP Connector SSL support section should give examples for sslEnabledProtocols and sslProtocol
Summary: HTTP Connector SSL support section should give examples for sslEnabledProtoco...
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 7
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 7.0.33
Hardware: PC Mac OS X 10.4
: P2 enhancement (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-04 17:36 UTC by Christopher Schultz
Modified: 2013-01-09 16:01 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.