Skip to content

Commit

Permalink
Merge "Switch TLS tests to TLSv1.2+ only"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Jul 21, 2023
2 parents 9845128 + dc01a8a commit b52dcee
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 @@ -23,6 +23,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 @@ -527,6 +527,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 b52dcee

Please sign in to comment.