Skip to content
Permalink
Browse files
RHEL9 disables SHA1 signatures in openssl
with its 0049-Selectively-disallow-SHA1-signatures.patch
in the openssl source rpm.

let's allow them for now, this fixes tls_version and tls_version1 tests.
  • Loading branch information
vuvova committed Aug 3, 2022
1 parent d764996 commit cd51854
Showing 1 changed file with 1 addition and 0 deletions.
@@ -33,3 +33,4 @@ disable-force-if-open
[ENV]
MASTER_MYPORT= @mysqld.1.port
MASTER_MYSOCK= @mysqld.1.socket
OPENSSL_ENABLE_SHA1_SIGNATURES= 1

0 comments on commit cd51854

Please sign in to comment.