Skip to content

Commit

Permalink
Switch TLS tests to TLSv1.2+ only
Browse files Browse the repository at this point in the history
This would more likely match a relevant production deployment.

Change-Id: I4ee2ff0c00a8e33fd069a782b32eed5fef62c01b
  • Loading branch information
dirkmueller committed Jul 14, 2019
1 parent 46f05ea commit dc01a8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions files/apache-keystone.template
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\" %D(us)"
%SSLLISTEN% %SSLENGINE%
%SSLLISTEN% %SSLCERTFILE%
%SSLLISTEN% %SSLKEYFILE%
%SSLLISTEN% SSLProtocol -all +TLSv1.3 +TLSv1.2
%SSLLISTEN%</VirtualHost>

Alias /identity %KEYSTONE_BIN%/keystone-wsgi-public
Expand Down
1 change: 1 addition & 0 deletions files/apache-neutron.template
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\" %D(us)"
%SSLLISTEN% %SSLENGINE%
%SSLLISTEN% %SSLCERTFILE%
%SSLLISTEN% %SSLKEYFILE%
%SSLLISTEN% SSLProtocol -all +TLSv1.3 +TLSv1.2
%SSLLISTEN%</VirtualHost>

Alias /networking %NEUTRON_BIN%/neutron-api
Expand Down
1 change: 1 addition & 0 deletions lib/tls
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ $listen_string
<VirtualHost $f_host:$f_port>
SSLEngine On
SSLCertificateFile $DEVSTACK_CERT
SSLProtocol -all +TLSv1.3 +TLSv1.2
# Disable KeepAlive to fix bug #1630664 a.k.a the
# ('Connection aborted.', BadStatusLine("''",)) error
Expand Down

0 comments on commit dc01a8a

Please sign in to comment.