mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
qa/tasks/pykmip: use OpenSSL names instead IANA
For OpenSSL 3.x which the IANA names might not be supported. Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
This commit is contained in:
parent
4698fff408
commit
995fd24597
@ -182,9 +182,9 @@ auth_suite=TLS1.2
|
||||
policy_path={confdir}
|
||||
enable_tls_client_auth=False
|
||||
tls_cipher_suites=
|
||||
TLS_RSA_WITH_AES_128_CBC_SHA256
|
||||
TLS_RSA_WITH_AES_256_CBC_SHA256
|
||||
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
|
||||
AES128-SHA256
|
||||
AES256-SHA256
|
||||
ECDHE-RSA-AES256-SHA384
|
||||
logging_level=DEBUG
|
||||
database_path={confdir}/pykmip.sqlite
|
||||
[client]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user