Bumping default ssl_version to TLSv1, in light of POODLE
SecurityImpact Change-Id: Id6e78c02992a416c820001cdab431134f3953674
This commit is contained in:
parent
eeae76930c
commit
210c7a9691
@ -56,7 +56,7 @@ kmip_opts = [
|
||||
help=u._('Port for the KMIP server'),
|
||||
),
|
||||
cfg.StrOpt('ssl_version',
|
||||
default='PROTOCOL_SSLv23',
|
||||
default='PROTOCOL_TLSv1',
|
||||
help=u._('SSL version, maps to the module ssl\'s constants'),
|
||||
),
|
||||
cfg.StrOpt('ca_certs',
|
||||
|
Loading…
x
Reference in New Issue
Block a user