Revert "Fix: Add support for SSL protocol version configuration option"

This commit is contained in:
Brian Coca 2015-01-19 08:36:17 -05:00
commit 78e1a7ed93
4 changed files with 4 additions and 15 deletions

View file

@ -212,12 +212,3 @@ accelerate_daemon_timeout = 30
# is "no".
#accelerate_multi_key = yes
[ssl]
# SSL/TLS Protocol
# Configure the default protocol strength of any SSL/TLS connections
# made by Ansible. Valid values are
# SSLv2 - 0
# SSLv3 - 1
# SSLv23 - 2
# TLSv1 - 3
ssl_protocol = 3