Ssl Server Test Run Report

DateOct 05, 2023 14:01
Duration1h 31m
Framework TestFlows 1.9.230315.1003122

Artifacts

Test artifacts can be found at https://altinity-test-reports.s3.amazonaws.com/index.html#clickhouse/23.3.13.7.altinitystable/6416627213/testflows/

Attributes

projectAltinity/ClickHouse
project.id159717931
packagehttps://s3.amazonaws.com/altinity-build-artifacts/23.3/f040635d5f373c5e4be08e5fbec2622a9889adde/package_aarch64/clickhouse-common-static_23.3.13.7.altinitystable_arm64.deb
version23.3.13.7.altinitystable
user.nameEnmk
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hash19e8624c5e4ccc65b128d27b19836c0570e53991
job.id6416627213
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/6416627213
archaarch64
stressFalse
localTrue
clickhouse_versionNone
clickhouse_binary_pathhttps://s3.amazonaws.com/altinity-build-artifacts/23.3/f040635d5f373c5e4be08e5fbec2622a9889adde/package_aarch64/clickhouse-common-static_23.3.13.7.altinitystable_arm64.deb
collect_service_logsTrue
force_fipsFalse

Summary

91.6%OK
8.3%Known

Statistics

Units Skip OK Fail XFail
Modules
1
1
Suites
55
1
49
5
Features
46
1
41
4
Scenarios
65
62
3
Checks
1708
1564
144
Steps
42030
41656
374

Known Fails

Test NameResultMessage
/ssl server/check certificate/system certificatesXFail 1m 0s
unstable test
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 207, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 193, in regression
    Feature(run=load("ssl_server.tests.check_certificate", "feature"))
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/check_certificate.py", line 64, in feature
    Scenario(run=system_certificates)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/check_certificate.py", line 26, in system_certificates
    assert output == "1", error()
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert output == "1", error()

Assertion values
  assert output == "1", error()
         ^ is '0'
  assert output == "1", error()
                ^ is = False
    @@ -1 +1 @@
    -0
    +1
  assert output == "1", error()
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/check_certificate.py', line 26 in 'system_certificates'

18\|                  serial_number = node.command(
19\|                      f"openssl x509 -text -in /etc/ssl/certs/{current().context.my_own_ca_crt.split('/')[-1]}.pem -serial \| grep serial= --color=never"
20\|                  ).output[7:]
21\|  
22\|              with Then("I check that system.certificates has the serial number"):
23\|                  output = node.query(
24\|                      f"SELECT count() FROM system.certificates WHERE serial_number = '{serial_number.lower()}'"
25\|                  ).output
26\|>                 assert output == "1", error()
27\|  
28\|  
29\|  @TestScenario
/ssl server/ssl context/enable ssl no server key passphrase dynamicallyXFail 21s 289ms
https://github.com/ClickHouse/ClickHouse/issues/35950
ConfigReloader: Error updating configuration
/ssl server/ssl context/enable ssl with server key passphrase dynamicallyXFail 21s 404ms
https://github.com/ClickHouse/ClickHouse/issues/35950
ConfigReloader: Error updating configuration
/ssl server/verification modes/fail casesXFail 964us
None
not implemented.
/ssl server/url table function/https server url function checks/just disabling TLSv1.1 suite connection should workXFail 13s 722ms
needs to be reviewed
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 207, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 198, in regression
    Feature(run=load("ssl_server.tests.url_table_function", "feature"))
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/url_table_function.py", line 131, in feature
    Suite(run=https_server_url_function_checks)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/url_table_function.py", line 84, in https_server_url_function_checks
    https_server_url_function_connection(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/common.py", line 1095, in https_server_url_function_connection
    node.query(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../helpers/cluster.py", line 772, in query
    assert message in r.output, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert message in r.output, error(r.output)

Description
  Received exception from server (version 23.3.13):
Code: 636. DB::Exception: Received from localhost:9000. DB::Exception: Cannot extract table structure from CSV format file:
Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: error:1000042e:SSL routines:OPENSSL_internal:TLSV1_ALERT_PROTOCOL_VERSION (version 23.3.13.7.altinitystable (altinity build))
You can specify the structure manually. (CANNOT_EXTRACT_TABLE_STRUCTURE)
(query: SELECT * FROM url('https://127.0.0.1:5001/data', 'CSV') FORMAT CSV
)

Assertion values
  assert message in r.output, error(r.output)
         ^ is '12345'
  assert message in r.output, error(r.output)
                    ^ is 
  assert message in r.output, error(r.output)
                    ^ is = "Received exception from server (version 23.3.13):\nCode: 636. DB::Exception: Received from localhost:9000. DB::Exception: Cannot extract table structure from CSV format file:\nPoco::Exception. Code: 1000, e.code() = 0, SSL Exception: error:1000042e:SSL routines:OPENSSL_internal:TLSV1_ALERT_PROTOCOL_VERSION (version 23.3.13.7.altinitystable (altinity build))\nYou can specify the structure manually. (CANNOT_EXTRACT_TABLE_STRUCTURE)\n(query: SELECT * FROM url('https://127.0.0.1:5001/data', 'CSV') FORMAT CSV\n)"
  assert message in r.output, error(r.output)
                 ^ is = False
  assert message in r.output, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../helpers/cluster.py', line 772 in 'query'

764\|          if exitcode is not None:
765\|              with Then(f"exitcode should be {exitcode}") if steps else NullStep():
766\|                  assert r.exitcode == exitcode, error(r.output)
767\|  
768\|          if message is not None:
769\|              with Then(
770\|                  f"output should contain message", description=message
771\|              ) if steps else NullStep():
772\|>                 assert message in r.output, error(r.output)
773\|  
774\|          if not ignore_exception:
775\|              if message is None or "Exception:" not in message:
/ssl server/url table function/https server url function checks/connection using FIPS compatible cipher ECDHE-ECDSA-AES128-GCM-SHA256 should workXFail 13s 696ms
not supported by SSL library
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 207, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 198, in regression
    Feature(run=load("ssl_server.tests.url_table_function", "feature"))
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/url_table_function.py", line 131, in feature
    Suite(run=https_server_url_function_checks)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/url_table_function.py", line 97, in https_server_url_function_checks
    https_server_url_function_connection(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/common.py", line 1095, in https_server_url_function_connection
    node.query(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../helpers/cluster.py", line 772, in query
    assert message in r.output, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert message in r.output, error(r.output)

Description
  Received exception from server (version 23.3.13):
Code: 636. DB::Exception: Received from localhost:9000. DB::Exception: Cannot extract table structure from CSV format file:
Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE (version 23.3.13.7.altinitystable (altinity build))
You can specify the structure manually. (CANNOT_EXTRACT_TABLE_STRUCTURE)
(query: SELECT * FROM url('https://127.0.0.1:5001/data', 'CSV') FORMAT CSV
)

Assertion values
  assert message in r.output, error(r.output)
         ^ is '12345'
  assert message in r.output, error(r.output)
                    ^ is 
  assert message in r.output, error(r.output)
                    ^ is = "Received exception from server (version 23.3.13):\nCode: 636. DB::Exception: Received from localhost:9000. DB::Exception: Cannot extract table structure from CSV format file:\nPoco::Exception. Code: 1000, e.code() = 0, SSL Exception: error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE (version 23.3.13.7.altinitystable (altinity build))\nYou can specify the structure manually. (CANNOT_EXTRACT_TABLE_STRUCTURE)\n(query: SELECT * FROM url('https://127.0.0.1:5001/data', 'CSV') FORMAT CSV\n)"
  assert message in r.output, error(r.output)
                 ^ is = False
  assert message in r.output, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../helpers/cluster.py', line 772 in 'query'

764\|          if exitcode is not None:
765\|              with Then(f"exitcode should be {exitcode}") if steps else NullStep():
766\|                  assert r.exitcode == exitcode, error(r.output)
767\|  
768\|          if message is not None:
769\|              with Then(
770\|                  f"output should contain message", description=message
771\|              ) if steps else NullStep():
772\|>                 assert message in r.output, error(r.output)
773\|  
774\|          if not ignore_exception:
775\|              if message is None or "Exception:" not in message:
/ssl server/url table function/https server url function checks/connection using FIPS compatible cipher ECDHE-ECDSA-AES256-GCM-SHA384 should workXFail 12s 731ms
not supported by SSL library
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 207, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 198, in regression
    Feature(run=load("ssl_server.tests.url_table_function", "feature"))
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/url_table_function.py", line 131, in feature
    Suite(run=https_server_url_function_checks)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/url_table_function.py", line 97, in https_server_url_function_checks
    https_server_url_function_connection(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/common.py", line 1095, in https_server_url_function_connection
    node.query(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../helpers/cluster.py", line 772, in query
    assert message in r.output, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert message in r.output, error(r.output)

Description
  Received exception from server (version 23.3.13):
Code: 636. DB::Exception: Received from localhost:9000. DB::Exception: Cannot extract table structure from CSV format file:
Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE (version 23.3.13.7.altinitystable (altinity build))
You can specify the structure manually. (CANNOT_EXTRACT_TABLE_STRUCTURE)
(query: SELECT * FROM url('https://127.0.0.1:5001/data', 'CSV') FORMAT CSV
)

Assertion values
  assert message in r.output, error(r.output)
         ^ is '12345'
  assert message in r.output, error(r.output)
                    ^ is 
  assert message in r.output, error(r.output)
                    ^ is = "Received exception from server (version 23.3.13):\nCode: 636. DB::Exception: Received from localhost:9000. DB::Exception: Cannot extract table structure from CSV format file:\nPoco::Exception. Code: 1000, e.code() = 0, SSL Exception: error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE (version 23.3.13.7.altinitystable (altinity build))\nYou can specify the structure manually. (CANNOT_EXTRACT_TABLE_STRUCTURE)\n(query: SELECT * FROM url('https://127.0.0.1:5001/data', 'CSV') FORMAT CSV\n)"
  assert message in r.output, error(r.output)
                 ^ is = False
  assert message in r.output, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../helpers/cluster.py', line 772 in 'query'

764\|          if exitcode is not None:
765\|              with Then(f"exitcode should be {exitcode}") if steps else NullStep():
766\|                  assert r.exitcode == exitcode, error(r.output)
767\|  
768\|          if message is not None:
769\|              with Then(
770\|                  f"output should contain message", description=message
771\|              ) if steps else NullStep():
772\|>                 assert message in r.output, error(r.output)
773\|  
774\|          if not ignore_exception:
775\|              if message is None or "Exception:" not in message:
/ssl server/dictionary/https server dictionary checks/just disabling TLSv1.1 suite connection should workXFail 13s 988ms
needs to be reviewed
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 207, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 199, in regression
    Feature(run=load("ssl_server.tests.dictionary", "feature"))
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/dictionary.py", line 141, in feature
    Suite(run=https_server_dictionary_checks)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/dictionary.py", line 94, in https_server_dictionary_checks
    https_server_https_dictionary_connection(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/common.py", line 1131, in https_server_https_dictionary_connection
    node.query(f"SELECT * FROM {name} FORMAT CSV", message=message)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../helpers/cluster.py", line 772, in query
    assert message in r.output, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert message in r.output, error(r.output)

Description
  Received exception from server (version 23.3.13):
Code: 1000. DB::Exception: Received from localhost:9000. DB::Exception: SSL Exception: error:1000042e:SSL routines:OPENSSL_internal:TLSV1_ALERT_PROTOCOL_VERSION. (POCO_EXCEPTION)
(query: SELECT * FROM dictionary_326019bb_638b_11ee_936e_a73c0917cdbf FORMAT CSV
)

Assertion values
  assert message in r.output, error(r.output)
         ^ is '12345'
  assert message in r.output, error(r.output)
                    ^ is 
  assert message in r.output, error(r.output)
                    ^ is = 'Received exception from server (version 23.3.13):\nCode: 1000. DB::Exception: Received from localhost:9000. DB::Exception: SSL Exception: error:1000042e:SSL routines:OPENSSL_internal:TLSV1_ALERT_PROTOCOL_VERSION. (POCO_EXCEPTION)\n(query: SELECT * FROM dictionary_326019bb_638b_11ee_936e_a73c0917cdbf FORMAT CSV\n)'
  assert message in r.output, error(r.output)
                 ^ is = False
  assert message in r.output, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../helpers/cluster.py', line 772 in 'query'

764\|          if exitcode is not None:
765\|              with Then(f"exitcode should be {exitcode}") if steps else NullStep():
766\|                  assert r.exitcode == exitcode, error(r.output)
767\|  
768\|          if message is not None:
769\|              with Then(
770\|                  f"output should contain message", description=message
771\|              ) if steps else NullStep():
772\|>                 assert message in r.output, error(r.output)
773\|  
774\|          if not ignore_exception:
775\|              if message is None or "Exception:" not in message:
/ssl server/dictionary/https server dictionary checks/connection using FIPS compatible cipher ECDHE-ECDSA-AES128-GCM-SHA256 should workXFail 14s 6ms
not supported by SSL library
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 207, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 199, in regression
    Feature(run=load("ssl_server.tests.dictionary", "feature"))
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/dictionary.py", line 141, in feature
    Suite(run=https_server_dictionary_checks)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/dictionary.py", line 107, in https_server_dictionary_checks
    https_server_https_dictionary_connection(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/common.py", line 1131, in https_server_https_dictionary_connection
    node.query(f"SELECT * FROM {name} FORMAT CSV", message=message)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../helpers/cluster.py", line 772, in query
    assert message in r.output, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert message in r.output, error(r.output)

Description
  Received exception from server (version 23.3.13):
Code: 1000. DB::Exception: Received from localhost:9000. DB::Exception: SSL Exception: error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE. (POCO_EXCEPTION)
(query: SELECT * FROM dictionary_5333d9c9_638b_11ee_936e_a73c0917cdbf FORMAT CSV
)

Assertion values
  assert message in r.output, error(r.output)
         ^ is '12345'
  assert message in r.output, error(r.output)
                    ^ is 
  assert message in r.output, error(r.output)
                    ^ is = 'Received exception from server (version 23.3.13):\nCode: 1000. DB::Exception: Received from localhost:9000. DB::Exception: SSL Exception: error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE. (POCO_EXCEPTION)\n(query: SELECT * FROM dictionary_5333d9c9_638b_11ee_936e_a73c0917cdbf FORMAT CSV\n)'
  assert message in r.output, error(r.output)
                 ^ is = False
  assert message in r.output, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../helpers/cluster.py', line 772 in 'query'

764\|          if exitcode is not None:
765\|              with Then(f"exitcode should be {exitcode}") if steps else NullStep():
766\|                  assert r.exitcode == exitcode, error(r.output)
767\|  
768\|          if message is not None:
769\|              with Then(
770\|                  f"output should contain message", description=message
771\|              ) if steps else NullStep():
772\|>                 assert message in r.output, error(r.output)
773\|  
774\|          if not ignore_exception:
775\|              if message is None or "Exception:" not in message:
/ssl server/dictionary/https server dictionary checks/connection using FIPS compatible cipher ECDHE-ECDSA-AES256-GCM-SHA384 should workXFail 13s 927ms
not supported by SSL library
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 207, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 199, in regression
    Feature(run=load("ssl_server.tests.dictionary", "feature"))
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/dictionary.py", line 141, in feature
    Suite(run=https_server_dictionary_checks)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/dictionary.py", line 107, in https_server_dictionary_checks
    https_server_https_dictionary_connection(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/common.py", line 1131, in https_server_https_dictionary_connection
    node.query(f"SELECT * FROM {name} FORMAT CSV", message=message)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../helpers/cluster.py", line 772, in query
    assert message in r.output, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert message in r.output, error(r.output)

Description
  Received exception from server (version 23.3.13):
Code: 1000. DB::Exception: Received from localhost:9000. DB::Exception: SSL Exception: error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE. (POCO_EXCEPTION)
(query: SELECT * FROM dictionary_5b8c0b2d_638b_11ee_936e_a73c0917cdbf FORMAT CSV
)

Assertion values
  assert message in r.output, error(r.output)
         ^ is '12345'
  assert message in r.output, error(r.output)
                    ^ is 
  assert message in r.output, error(r.output)
                    ^ is = 'Received exception from server (version 23.3.13):\nCode: 1000. DB::Exception: Received from localhost:9000. DB::Exception: SSL Exception: error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE. (POCO_EXCEPTION)\n(query: SELECT * FROM dictionary_5b8c0b2d_638b_11ee_936e_a73c0917cdbf FORMAT CSV\n)'
  assert message in r.output, error(r.output)
                 ^ is = False
  assert message in r.output, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../helpers/cluster.py', line 772 in 'query'

764\|          if exitcode is not None:
765\|              with Then(f"exitcode should be {exitcode}") if steps else NullStep():
766\|                  assert r.exitcode == exitcode, error(r.output)
767\|  
768\|          if message is not None:
769\|              with Then(
770\|                  f"output should contain message", description=message
771\|              ) if steps else NullStep():
772\|>                 assert message in r.output, error(r.output)
773\|  
774\|          if not ignore_exception:
775\|              if message is None or "Exception:" not in message:
/ssl server/zookeeper/fips/ECDHE-ECDSA-AES128-GCM-SHA256XFail 58s 759ms
SSLV3_ALERT_HANDSHAKE_FAILURE
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 207, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 201, in regression
    Feature(run=load("ssl_server.tests.zookeeper.feature", "feature"))
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/zookeeper/feature.py", line 329, in feature
    Feature(run=fips)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/zookeeper/feature.py", line 279, in fips
    fips_connection(cipher_list=cipher_suite)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/zookeeper/feature.py", line 269, in fips_connection
    check_clickhouse_connection_to_zookeeper()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/zookeeper/steps.py", line 448, in check_clickhouse_connection_to_zookeeper
    node.query(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../helpers/cluster.py", line 746, in query
    return self.query(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../helpers/cluster.py", line 746, in query
    return self.query(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../helpers/cluster.py", line 746, in query
    return self.query(
  [Previous line repeated 2 more times]
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../helpers/cluster.py", line 780, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 23.3.13):
Code: 999. DB::Exception: Received from localhost:9000. Coordination::Exception. Coordination::Exception: Connection loss, path: All connection tries failed while connecting to ZooKeeper. nodes: secure://172.18.0.2:2281
Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE (version 23.3.13.7.altinitystable (altinity build)), 172.18.0.2:2281
Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE (version 23.3.13.7.altinitystable (altinity build)), 172.18.0.2:2281
Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE (version 23.3.13.7.altinitystable (altinity build)), 172.18.0.2:2281
. (KEEPER_EXCEPTION)
(query: SELECT * FROM system.zookeeper WHERE path = '/' FORMAT JSON
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../helpers/cluster.py', line 780 in 'query'

772\|                  assert message in r.output, error(r.output)
773\|  
774\|          if not ignore_exception:
775\|              if message is None or "Exception:" not in message:
776\|                  with Then("check if output has exception") if steps else NullStep():
777\|                      if "Exception:" in r.output:
778\|                          if raise_on_exception:
779\|                              raise QueryRuntimeException(r.output)
780\|>                         assert False, error(r.output)
781\|  
782\|          return r
783\|
/ssl server/zookeeper/fips/ECDHE-ECDSA-AES256-GCM-SHA384XFail 57s 575ms
SSLV3_ALERT_HANDSHAKE_FAILURE
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 207, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 201, in regression
    Feature(run=load("ssl_server.tests.zookeeper.feature", "feature"))
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/zookeeper/feature.py", line 329, in feature
    Feature(run=fips)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/zookeeper/feature.py", line 279, in fips
    fips_connection(cipher_list=cipher_suite)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/zookeeper/feature.py", line 269, in fips_connection
    check_clickhouse_connection_to_zookeeper()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/zookeeper/steps.py", line 448, in check_clickhouse_connection_to_zookeeper
    node.query(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../helpers/cluster.py", line 746, in query
    return self.query(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../helpers/cluster.py", line 746, in query
    return self.query(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../helpers/cluster.py", line 746, in query
    return self.query(
  [Previous line repeated 2 more times]
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../helpers/cluster.py", line 780, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 23.3.13):
Code: 999. DB::Exception: Received from localhost:9000. Coordination::Exception. Coordination::Exception: Connection loss, path: All connection tries failed while connecting to ZooKeeper. nodes: secure://172.18.0.2:2281
Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE (version 23.3.13.7.altinitystable (altinity build)), 172.18.0.2:2281
Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE (version 23.3.13.7.altinitystable (altinity build)), 172.18.0.2:2281
Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE (version 23.3.13.7.altinitystable (altinity build)), 172.18.0.2:2281
. (KEEPER_EXCEPTION)
(query: SELECT * FROM system.zookeeper WHERE path = '/' FORMAT JSON
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../helpers/cluster.py', line 780 in 'query'

772\|                  assert message in r.output, error(r.output)
773\|  
774\|          if not ignore_exception:
775\|              if message is None or "Exception:" not in message:
776\|                  with Then("check if output has exception") if steps else NullStep():
777\|                      if "Exception:" in r.output:
778\|                          if raise_on_exception:
779\|                              raise QueryRuntimeException(r.output)
780\|>                         assert False, error(r.output)
781\|  
782\|          return r
783\|
/ssl server/zookeeper/fips/AES128-GCM-SHA256XFail 57s 550ms
SSLV3_ALERT_HANDSHAKE_FAILURE
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 207, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 201, in regression
    Feature(run=load("ssl_server.tests.zookeeper.feature", "feature"))
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/zookeeper/feature.py", line 329, in feature
    Feature(run=fips)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/zookeeper/feature.py", line 279, in fips
    fips_connection(cipher_list=cipher_suite)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/zookeeper/feature.py", line 269, in fips_connection
    check_clickhouse_connection_to_zookeeper()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/zookeeper/steps.py", line 448, in check_clickhouse_connection_to_zookeeper
    node.query(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../helpers/cluster.py", line 746, in query
    return self.query(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../helpers/cluster.py", line 746, in query
    return self.query(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../helpers/cluster.py", line 746, in query
    return self.query(
  [Previous line repeated 2 more times]
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../helpers/cluster.py", line 780, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 23.3.13):
Code: 999. DB::Exception: Received from localhost:9000. Coordination::Exception. Coordination::Exception: Connection loss, path: All connection tries failed while connecting to ZooKeeper. nodes: secure://172.18.0.2:2281
Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE (version 23.3.13.7.altinitystable (altinity build)), 172.18.0.2:2281
Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE (version 23.3.13.7.altinitystable (altinity build)), 172.18.0.2:2281
Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE (version 23.3.13.7.altinitystable (altinity build)), 172.18.0.2:2281
. (KEEPER_EXCEPTION)
(query: SELECT * FROM system.zookeeper WHERE path = '/' FORMAT JSON
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../helpers/cluster.py', line 780 in 'query'

772\|                  assert message in r.output, error(r.output)
773\|  
774\|          if not ignore_exception:
775\|              if message is None or "Exception:" not in message:
776\|                  with Then("check if output has exception") if steps else NullStep():
777\|                      if "Exception:" in r.output:
778\|                          if raise_on_exception:
779\|                              raise QueryRuntimeException(r.output)
780\|>                         assert False, error(r.output)
781\|  
782\|          return r
783\|
/ssl server/zookeeper/fips/AES256-GCM-SHA384XFail 56s 618ms
SSLV3_ALERT_HANDSHAKE_FAILURE
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 207, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 201, in regression
    Feature(run=load("ssl_server.tests.zookeeper.feature", "feature"))
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/zookeeper/feature.py", line 329, in feature
    Feature(run=fips)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/zookeeper/feature.py", line 279, in fips
    fips_connection(cipher_list=cipher_suite)
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/zookeeper/feature.py", line 269, in fips_connection
    check_clickhouse_connection_to_zookeeper()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../ssl_server/tests/zookeeper/steps.py", line 448, in check_clickhouse_connection_to_zookeeper
    node.query(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../helpers/cluster.py", line 746, in query
    return self.query(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../helpers/cluster.py", line 746, in query
    return self.query(
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../helpers/cluster.py", line 746, in query
    return self.query(
  [Previous line repeated 2 more times]
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../helpers/cluster.py", line 780, in query
    assert False, error(r.output)
AssertionError: Oops! Assertion failed

The following assertion was not satisfied
  assert False, error(r.output)

Description
  Received exception from server (version 23.3.13):
Code: 999. DB::Exception: Received from localhost:9000. Coordination::Exception. Coordination::Exception: Connection loss, path: All connection tries failed while connecting to ZooKeeper. nodes: secure://172.18.0.2:2281
Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE (version 23.3.13.7.altinitystable (altinity build)), 172.18.0.2:2281
Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE (version 23.3.13.7.altinitystable (altinity build)), 172.18.0.2:2281
Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: error:10000410:SSL routines:OPENSSL_internal:SSLV3_ALERT_HANDSHAKE_FAILURE (version 23.3.13.7.altinitystable (altinity build)), 172.18.0.2:2281
. (KEEPER_EXCEPTION)
(query: SELECT * FROM system.zookeeper WHERE path = '/' FORMAT JSON
)

Assertion values
  assert False, error(r.output)
  ^ is False

Where
  File '/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/../helpers/cluster.py', line 780 in 'query'

772\|                  assert message in r.output, error(r.output)
773\|  
774\|          if not ignore_exception:
775\|              if message is None or "Exception:" not in message:
776\|                  with Then("check if output has exception") if steps else NullStep():
777\|                      if "Exception:" in r.output:
778\|                          if raise_on_exception:
779\|                              raise QueryRuntimeException(r.output)
780\|>                         assert False, error(r.output)
781\|  
782\|          return r
783\|

Results

Test Name Result Duration
/ssl server OK 1h 31m
/ssl server/check certificate OK 1m 30s
/ssl server/check certificate/system certificates XFail 1m 0s
/ssl server/check certificate/show certificate OK 97ms
/ssl server/sanity OK 93ms
/ssl server/sanity/check non secure connection OK 92ms
/ssl server/ssl context OK 1m 42s
/ssl server/ssl context/enable ssl no server key passphrase OK 30s 674ms
/ssl server/ssl context/enable ssl no server key passphrase dynamically XFail 21s 289ms
/ssl server/ssl context/enable ssl with server key passphrase OK 29s 578ms
/ssl server/ssl context/enable ssl with server key passphrase dynamically XFail 21s 404ms
/ssl server/certificate authentication OK 1m 11s
/ssl server/certificate authentication/rbac user no hostname OK 4s 936ms
/ssl server/certificate authentication/rbac user hostname OK 1s 533ms
/ssl server/certificate authentication/config user no hostname OK 1s 963ms
/ssl server/certificate authentication/config user hostname OK 3s 444ms
/ssl server/verification modes OK 1m 26s
/ssl server/verification modes/none OK 14s 842ms
/ssl server/verification modes/none/check connections OK 244ms
/ssl server/verification modes/once OK 14s 51ms
/ssl server/verification modes/once/check connections OK 237ms
/ssl server/verification modes/once/check connections with client certificate and key specified OK 276ms
/ssl server/verification modes/relaxed OK 14s 47ms
/ssl server/verification modes/relaxed/check connections OK 282ms
/ssl server/verification modes/relaxed/check connections with client certificate and key specified OK 258ms
/ssl server/verification modes/strict OK 13s 930ms
/ssl server/verification modes/strict/check connections with client certificate and key specified OK 297ms
/ssl server/verification modes/fail cases XFail 964us
/ssl server/url table function OK 16m 9s
/ssl server/url table function/https server url function checks OK 15m 7s
/ssl server/url table function/https server url function checks/Connection with no protocols should be rejected OK 13s 614ms
/ssl server/url table function/https server url function checks/TLSv1.2 suite connection should work OK 12s 659ms
/ssl server/url table function/https server url function checks/TLSv1 suite connection should be rejected OK 11s 637ms
/ssl server/url table function/https server url function checks/TLSv1.1 suite connection should be rejected OK 12s 657ms
/ssl server/url table function/https server url function checks/TLSv1.3 suite connection should be rejected OK 12s 673ms
/ssl server/url table function/https server url function checks/just disabling TLSv1 suite connection should work OK 12s 666ms
/ssl server/url table function/https server url function checks/just disabling TLSv1.1 suite connection should work XFail 13s 722ms
/ssl server/url table function/https server url function checks/just disabling TLSv1.3 suite connection should work OK 12s 652ms
/ssl server/url table function/https server url function checks/connection using FIPS compatible cipher ECDHE-RSA-AES128-GCM-SHA256 should work OK 12s 664ms
/ssl server/url table function/https server url function checks/connection using FIPS compatible cipher ECDHE-RSA-AES256-GCM-SHA384 should work OK 13s 837ms
/ssl server/url table function/https server url function checks/connection using FIPS compatible cipher ECDHE-ECDSA-AES128-GCM-SHA256 should work XFail 13s 696ms
/ssl server/url table function/https server url function checks/connection using FIPS compatible cipher ECDHE-ECDSA-AES256-GCM-SHA384 should work XFail 12s 731ms
/ssl server/url table function/https server url function checks/connection using FIPS compatible cipher AES128-GCM-SHA256 should work OK 12s 699ms
/ssl server/url table function/https server url function checks/connection using FIPS compatible cipher AES256-GCM-SHA384 should work OK 12s 651ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher TLS_AES_256_GCM_SHA384 should be rejected OK 13s 750ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher TLS_CHACHA20_POLY1305_SHA256 should be rejected OK 12s 636ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher TLS_AES_128_GCM_SHA256 should be rejected OK 12s 750ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher DHE-RSA-AES256-GCM-SHA384 should be rejected OK 11s 661ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher ECDHE-ECDSA-CHACHA20-POLY1305 should be rejected OK 11s 709ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher ECDHE-RSA-CHACHA20-POLY1305 should be rejected OK 12s 722ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher DHE-RSA-CHACHA20-POLY1305 should be rejected OK 12s 722ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher DHE-RSA-AES128-GCM-SHA256 should be rejected OK 13s 913ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher ECDHE-ECDSA-AES256-SHA384 should be rejected OK 12s 702ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher ECDHE-RSA-AES256-SHA384 should be rejected OK 12s 749ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher DHE-RSA-AES256-SHA256 should be rejected OK 12s 678ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher ECDHE-ECDSA-AES128-SHA256 should be rejected OK 13s 766ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher ECDHE-RSA-AES128-SHA256 should be rejected OK 12s 723ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher DHE-RSA-AES128-SHA256 should be rejected OK 12s 660ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher ECDHE-ECDSA-AES256-SHA should be rejected OK 12s 626ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher ECDHE-RSA-AES256-SHA should be rejected OK 12s 605ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher DHE-RSA-AES256-SHA should be rejected OK 12s 669ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher ECDHE-ECDSA-AES128-SHA should be rejected OK 13s 763ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher ECDHE-RSA-AES128-SHA should be rejected OK 12s 706ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher DHE-RSA-AES128-SHA should be rejected OK 12s 626ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher RSA-PSK-AES256-GCM-SHA384 should be rejected OK 12s 720ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher DHE-PSK-AES256-GCM-SHA384 should be rejected OK 12s 772ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher RSA-PSK-CHACHA20-POLY1305 should be rejected OK 13s 865ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher DHE-PSK-CHACHA20-POLY1305 should be rejected OK 13s 885ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher ECDHE-PSK-CHACHA20-POLY1305 should be rejected OK 12s 637ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher PSK-AES256-GCM-SHA384 should be rejected OK 12s 729ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher PSK-CHACHA20-POLY1305 should be rejected OK 12s 762ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher RSA-PSK-AES128-GCM-SHA256 should be rejected OK 12s 700ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher DHE-PSK-AES128-GCM-SHA256 should be rejected OK 11s 808ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher PSK-AES128-GCM-SHA256 should be rejected OK 13s 740ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher AES256-SHA256 should be rejected OK 13s 796ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher AES128-SHA256 should be rejected OK 12s 652ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher ECDHE-PSK-AES256-CBC-SHA384 should be rejected OK 12s 789ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher ECDHE-PSK-AES256-CBC-SHA should be rejected OK 12s 761ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher SRP-RSA-AES-256-CBC-SHA should be rejected OK 12s 754ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher SRP-AES-256-CBC-SHA should be rejected OK 12s 731ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher RSA-PSK-AES256-CBC-SHA384 should be rejected OK 12s 672ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher DHE-PSK-AES256-CBC-SHA384 should be rejected OK 12s 797ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher RSA-PSK-AES256-CBC-SHA should be rejected OK 12s 772ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher DHE-PSK-AES256-CBC-SHA should be rejected OK 13s 823ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher AES256-SHA should be rejected OK 11s 766ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher PSK-AES256-CBC-SHA384 should be rejected OK 12s 681ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher PSK-AES256-CBC-SHA should be rejected OK 12s 702ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher ECDHE-PSK-AES128-CBC-SHA256 should be rejected OK 12s 757ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher ECDHE-PSK-AES128-CBC-SHA should be rejected OK 12s 777ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher SRP-RSA-AES-128-CBC-SHA should be rejected OK 13s 768ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher SRP-AES-128-CBC-SHA should be rejected OK 12s 710ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher RSA-PSK-AES128-CBC-SHA256 should be rejected OK 12s 793ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher DHE-PSK-AES128-CBC-SHA256 should be rejected OK 13s 922ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher RSA-PSK-AES128-CBC-SHA should be rejected OK 12s 849ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher DHE-PSK-AES128-CBC-SHA should be rejected OK 12s 731ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher AES128-SHA should be rejected OK 12s 704ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher PSK-AES128-CBC-SHA256 should be rejected OK 13s 794ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher PSK-AES128-CBC-SHA should be rejected OK 12s 778ms
/ssl server/url table function/http server url function checks OK 31s 90ms
/ssl server/url table function/http server url function checks/I read data from the http server using url table function OK 306ms
/ssl server/dictionary OK 17m 28s
/ssl server/dictionary/https server dictionary checks OK 16m 27s
/ssl server/dictionary/https server dictionary checks/Connection with no protocols should be rejected OK 13s 920ms
/ssl server/dictionary/https server dictionary checks/TLSv1.2 suite connection should work OK 14s 36ms
/ssl server/dictionary/https server dictionary checks/TLSv1 suite connection should be rejected OK 14s 32ms
/ssl server/dictionary/https server dictionary checks/TLSv1.1 suite connection should be rejected OK 13s 954ms
/ssl server/dictionary/https server dictionary checks/TLSv1.3 suite connection should be rejected OK 14s 4ms
/ssl server/dictionary/https server dictionary checks/just disabling TLSv1 suite connection should work OK 14s 53ms
/ssl server/dictionary/https server dictionary checks/just disabling TLSv1.1 suite connection should work XFail 13s 988ms
/ssl server/dictionary/https server dictionary checks/just disabling TLSv1.3 suite connection should work OK 14s 138ms
/ssl server/dictionary/https server dictionary checks/connection using FIPS compatible cipher ECDHE-RSA-AES128-GCM-SHA256 should work OK 14s 60ms
/ssl server/dictionary/https server dictionary checks/connection using FIPS compatible cipher ECDHE-RSA-AES256-GCM-SHA384 should work OK 14s 93ms
/ssl server/dictionary/https server dictionary checks/connection using FIPS compatible cipher ECDHE-ECDSA-AES128-GCM-SHA256 should work XFail 14s 6ms
/ssl server/dictionary/https server dictionary checks/connection using FIPS compatible cipher ECDHE-ECDSA-AES256-GCM-SHA384 should work XFail 13s 927ms
/ssl server/dictionary/https server dictionary checks/connection using FIPS compatible cipher AES128-GCM-SHA256 should work OK 14s 68ms
/ssl server/dictionary/https server dictionary checks/connection using FIPS compatible cipher AES256-GCM-SHA384 should work OK 13s 965ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher TLS_AES_256_GCM_SHA384 should be rejected OK 13s 925ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher TLS_CHACHA20_POLY1305_SHA256 should be rejected OK 13s 923ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher TLS_AES_128_GCM_SHA256 should be rejected OK 14s 47ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher DHE-RSA-AES256-GCM-SHA384 should be rejected OK 13s 961ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher ECDHE-ECDSA-CHACHA20-POLY1305 should be rejected OK 14s 2ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher ECDHE-RSA-CHACHA20-POLY1305 should be rejected OK 13s 977ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher DHE-RSA-CHACHA20-POLY1305 should be rejected OK 13s 999ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher DHE-RSA-AES128-GCM-SHA256 should be rejected OK 14s 9ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher ECDHE-ECDSA-AES256-SHA384 should be rejected OK 14s 19ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher ECDHE-RSA-AES256-SHA384 should be rejected OK 14s 9ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher DHE-RSA-AES256-SHA256 should be rejected OK 14s 212ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher ECDHE-ECDSA-AES128-SHA256 should be rejected OK 14s 71ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher ECDHE-RSA-AES128-SHA256 should be rejected OK 14s 110ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher DHE-RSA-AES128-SHA256 should be rejected OK 14s 105ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher ECDHE-ECDSA-AES256-SHA should be rejected OK 14s 168ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher ECDHE-RSA-AES256-SHA should be rejected OK 14s 251ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher DHE-RSA-AES256-SHA should be rejected OK 14s 125ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher ECDHE-ECDSA-AES128-SHA should be rejected OK 14s 20ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher ECDHE-RSA-AES128-SHA should be rejected OK 14s 183ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher DHE-RSA-AES128-SHA should be rejected OK 13s 963ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher RSA-PSK-AES256-GCM-SHA384 should be rejected OK 13s 948ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher DHE-PSK-AES256-GCM-SHA384 should be rejected OK 13s 983ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher RSA-PSK-CHACHA20-POLY1305 should be rejected OK 13s 973ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher DHE-PSK-CHACHA20-POLY1305 should be rejected OK 14s 77ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher ECDHE-PSK-CHACHA20-POLY1305 should be rejected OK 14s 230ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher PSK-AES256-GCM-SHA384 should be rejected OK 14s 120ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher PSK-CHACHA20-POLY1305 should be rejected OK 14s 3ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher RSA-PSK-AES128-GCM-SHA256 should be rejected OK 13s 933ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher DHE-PSK-AES128-GCM-SHA256 should be rejected OK 13s 981ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher PSK-AES128-GCM-SHA256 should be rejected OK 14s 126ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher AES256-SHA256 should be rejected OK 14s 115ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher AES128-SHA256 should be rejected OK 14s 335ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher ECDHE-PSK-AES256-CBC-SHA384 should be rejected OK 14s 205ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher ECDHE-PSK-AES256-CBC-SHA should be rejected OK 14s 84ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher SRP-RSA-AES-256-CBC-SHA should be rejected OK 14s 33ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher SRP-AES-256-CBC-SHA should be rejected OK 14s 16ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher RSA-PSK-AES256-CBC-SHA384 should be rejected OK 14s 109ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher DHE-PSK-AES256-CBC-SHA384 should be rejected OK 13s 996ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher RSA-PSK-AES256-CBC-SHA should be rejected OK 14s 36ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher DHE-PSK-AES256-CBC-SHA should be rejected OK 14s 48ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher AES256-SHA should be rejected OK 14s 156ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher PSK-AES256-CBC-SHA384 should be rejected OK 14s 180ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher PSK-AES256-CBC-SHA should be rejected OK 14s 174ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher ECDHE-PSK-AES128-CBC-SHA256 should be rejected OK 14s 108ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher ECDHE-PSK-AES128-CBC-SHA should be rejected OK 13s 983ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher SRP-RSA-AES-128-CBC-SHA should be rejected OK 14s 124ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher SRP-AES-128-CBC-SHA should be rejected OK 14s 35ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher RSA-PSK-AES128-CBC-SHA256 should be rejected OK 14s 154ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher DHE-PSK-AES128-CBC-SHA256 should be rejected OK 14s 102ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher RSA-PSK-AES128-CBC-SHA should be rejected OK 14s 97ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher DHE-PSK-AES128-CBC-SHA should be rejected OK 14s 139ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher AES128-SHA should be rejected OK 14s 88ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher PSK-AES128-CBC-SHA256 should be rejected OK 14s 209ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher PSK-AES128-CBC-SHA should be rejected OK 14s 217ms
/ssl server/dictionary/http server dictionary checks OK 31s 147ms
/ssl server/dictionary/http server dictionary checks/connection to http server using a dictionary OK 312ms
/ssl server/fips OK 8m 25s
/ssl server/fips/server OK 1m 33s
/ssl server/fips/server/tcp connection OK 28s 93ms
/ssl server/fips/server/tcp connection/openssl s_client OK 2s 363ms
/ssl server/fips/server/tcp connection/clickhouse-client OK 25s 728ms
/ssl server/fips/server/tcp connection/clickhouse-client/fips clickhouse-client OK 11s 330ms
/ssl server/fips/server/tcp connection/clickhouse-client/non fips clickhouse-client OK 14s 396ms
/ssl server/fips/server/https connection OK 4s 465ms
/ssl server/fips/server/https connection/openssl s_client OK 2s 92ms
/ssl server/fips/server/https connection/curl OK 2s 371ms
/ssl server/fips/server/all protocols disabled OK 47s 381ms
/ssl server/fips/server/all protocols disabled/tcp connection OK 28s 80ms
/ssl server/fips/server/all protocols disabled/tcp connection/openssl s_client OK 2s 13ms
/ssl server/fips/server/all protocols disabled/tcp connection/clickhouse-client OK 26s 65ms
/ssl server/fips/server/all protocols disabled/tcp connection/clickhouse-client/fips clickhouse-client OK 11s 976ms
/ssl server/fips/server/all protocols disabled/tcp connection/clickhouse-client/non fips clickhouse-client OK 14s 87ms
/ssl server/fips/server/all protocols disabled/https connection OK 4s 502ms
/ssl server/fips/server/all protocols disabled/https connection/openssl s_client OK 2s 77ms
/ssl server/fips/server/all protocols disabled/https connection/curl OK 2s 423ms
/ssl server/fips/clickhouse client OK 1m 7s
/ssl server/fips/clickhouse client/clickhouse-client with non restricted server OK 26s 375ms
/ssl server/fips/clickhouse client/clickhouse-client with non restricted server/fips clickhouse-client OK 11s 321ms
/ssl server/fips/clickhouse client/clickhouse-client with non restricted server/non fips clickhouse-client OK 15s 52ms
/ssl server/fips/clickhouse client/clickhouse-client with restricted server OK 26s 230ms
/ssl server/fips/clickhouse client/clickhouse-client with restricted server/fips clickhouse-client OK 12s 34ms
/ssl server/fips/clickhouse client/clickhouse-client with restricted server/non fips clickhouse-client OK 14s 194ms
/ssl server/fips/clickhouse server acting as a client OK 5m 14s
/ssl server/fips/clickhouse server acting as a client/url table function OK 2m 31s
/ssl server/fips/clickhouse server acting as a client/url table function/connection to PROTOCOL_TLS should work OK 463ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection to PROTOCOL_TLSv1 should be rejected OK 508ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection to PROTOCOL_TLSv1_1 should be rejected OK 505ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection to PROTOCOL_TLSv1_2 should work OK 422ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using FIPS compatible cipher ECDHE-RSA-AES128-GCM-SHA256 should work OK 420ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, TLS_AES_256_GCM_SHA384 OK 564ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, TLS_CHACHA20_POLY1305_SHA256 OK 447ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, TLS_AES_128_GCM_SHA256 OK 483ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-ECDSA-AES256-GCM-SHA384 OK 464ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-RSA-AES256-GCM-SHA384 OK 431ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, DHE-RSA-AES256-GCM-SHA384 OK 438ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-ECDSA-CHACHA20-POLY1305 OK 401ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-RSA-CHACHA20-POLY1305 OK 433ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, DHE-RSA-CHACHA20-POLY1305 OK 423ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-ECDSA-AES128-GCM-SHA256 OK 433ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-RSA-AES128-GCM-SHA256 OK 461ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, DHE-RSA-AES128-GCM-SHA256 OK 409ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-ECDSA-AES256-SHA384 OK 446ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-RSA-AES256-SHA384 OK 424ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, DHE-RSA-AES256-SHA256 OK 447ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-ECDSA-AES128-SHA256 OK 468ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-RSA-AES128-SHA256 OK 404ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, DHE-RSA-AES128-SHA256 OK 462ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-ECDSA-AES256-SHA OK 411ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-RSA-AES256-SHA OK 461ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, DHE-RSA-AES256-SHA OK 413ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-ECDSA-AES128-SHA OK 433ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-RSA-AES128-SHA OK 454ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, DHE-RSA-AES128-SHA OK 492ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, RSA-PSK-AES256-GCM-SHA384 OK 434ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, DHE-PSK-AES256-GCM-SHA384 OK 428ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, RSA-PSK-CHACHA20-POLY1305 OK 456ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, DHE-PSK-CHACHA20-POLY1305 OK 423ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-PSK-CHACHA20-POLY1305 OK 502ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, AES256-GCM-SHA384 OK 466ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, PSK-AES256-GCM-SHA384 OK 451ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, PSK-CHACHA20-POLY1305 OK 442ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, RSA-PSK-AES128-GCM-SHA256 OK 467ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, DHE-PSK-AES128-GCM-SHA256 OK 421ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, AES128-GCM-SHA256 OK 449ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, PSK-AES128-GCM-SHA256 OK 459ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, AES256-SHA256 OK 442ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, AES128-SHA256 OK 402ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-PSK-AES256-CBC-SHA384 OK 418ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-PSK-AES256-CBC-SHA OK 445ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, SRP-RSA-AES-256-CBC-SHA OK 412ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, SRP-AES-256-CBC-SHA OK 432ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, RSA-PSK-AES256-CBC-SHA384 OK 409ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, DHE-PSK-AES256-CBC-SHA384 OK 424ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, RSA-PSK-AES256-CBC-SHA OK 451ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, DHE-PSK-AES256-CBC-SHA OK 468ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, AES256-SHA OK 390ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, PSK-AES256-CBC-SHA384 OK 450ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, PSK-AES256-CBC-SHA OK 405ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-PSK-AES128-CBC-SHA256 OK 401ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-PSK-AES128-CBC-SHA OK 420ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, SRP-RSA-AES-128-CBC-SHA OK 420ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, SRP-AES-128-CBC-SHA OK 431ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, RSA-PSK-AES128-CBC-SHA256 OK 445ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, DHE-PSK-AES128-CBC-SHA256 OK 480ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, RSA-PSK-AES128-CBC-SHA OK 430ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, DHE-PSK-AES128-CBC-SHA OK 416ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, AES128-SHA OK 392ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, PSK-AES128-CBC-SHA256 OK 439ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, PSK-AES128-CBC-SHA OK 431ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using FIPS compatible cipher ECDHE-RSA-AES256-GCM-SHA384 should work OK 427ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, TLS_AES_256_GCM_SHA384 OK 412ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, TLS_CHACHA20_POLY1305_SHA256 OK 427ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, TLS_AES_128_GCM_SHA256 OK 456ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-ECDSA-AES256-GCM-SHA384 OK 422ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-RSA-AES256-GCM-SHA384 OK 423ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, DHE-RSA-AES256-GCM-SHA384 OK 406ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-ECDSA-CHACHA20-POLY1305 OK 424ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-RSA-CHACHA20-POLY1305 OK 419ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, DHE-RSA-CHACHA20-POLY1305 OK 483ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-ECDSA-AES128-GCM-SHA256 OK 442ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-RSA-AES128-GCM-SHA256 OK 413ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, DHE-RSA-AES128-GCM-SHA256 OK 449ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-ECDSA-AES256-SHA384 OK 479ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-RSA-AES256-SHA384 OK 420ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, DHE-RSA-AES256-SHA256 OK 480ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-ECDSA-AES128-SHA256 OK 469ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-RSA-AES128-SHA256 OK 407ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, DHE-RSA-AES128-SHA256 OK 422ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-ECDSA-AES256-SHA OK 431ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-RSA-AES256-SHA OK 459ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, DHE-RSA-AES256-SHA OK 392ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-ECDSA-AES128-SHA OK 438ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-RSA-AES128-SHA OK 425ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, DHE-RSA-AES128-SHA OK 433ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, RSA-PSK-AES256-GCM-SHA384 OK 418ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, DHE-PSK-AES256-GCM-SHA384 OK 463ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, RSA-PSK-CHACHA20-POLY1305 OK 455ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, DHE-PSK-CHACHA20-POLY1305 OK 418ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-PSK-CHACHA20-POLY1305 OK 421ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, AES256-GCM-SHA384 OK 423ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, PSK-AES256-GCM-SHA384 OK 432ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, PSK-CHACHA20-POLY1305 OK 497ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, RSA-PSK-AES128-GCM-SHA256 OK 410ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, DHE-PSK-AES128-GCM-SHA256 OK 451ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, AES128-GCM-SHA256 OK 425ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, PSK-AES128-GCM-SHA256 OK 438ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, AES256-SHA256 OK 492ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, AES128-SHA256 OK 429ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-PSK-AES256-CBC-SHA384 OK 436ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-PSK-AES256-CBC-SHA OK 492ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, SRP-RSA-AES-256-CBC-SHA OK 427ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, SRP-AES-256-CBC-SHA OK 425ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, RSA-PSK-AES256-CBC-SHA384 OK 493ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, DHE-PSK-AES256-CBC-SHA384 OK 497ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, RSA-PSK-AES256-CBC-SHA OK 437ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, DHE-PSK-AES256-CBC-SHA OK 472ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, AES256-SHA OK 454ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, PSK-AES256-CBC-SHA384 OK 448ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, PSK-AES256-CBC-SHA OK 429ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-PSK-AES128-CBC-SHA256 OK 439ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-PSK-AES128-CBC-SHA OK 427ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, SRP-RSA-AES-128-CBC-SHA OK 478ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, SRP-AES-128-CBC-SHA OK 503ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, RSA-PSK-AES128-CBC-SHA256 OK 447ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, DHE-PSK-AES128-CBC-SHA256 OK 461ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, RSA-PSK-AES128-CBC-SHA OK 434ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, DHE-PSK-AES128-CBC-SHA OK 475ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, AES128-SHA OK 421ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, PSK-AES128-CBC-SHA256 OK 480ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, PSK-AES128-CBC-SHA OK 428ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using FIPS compatible cipher AES128-GCM-SHA256 should work OK 440ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, TLS_AES_256_GCM_SHA384 OK 472ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, TLS_CHACHA20_POLY1305_SHA256 OK 512ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, TLS_AES_128_GCM_SHA256 OK 447ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-ECDSA-AES256-GCM-SHA384 OK 429ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-RSA-AES256-GCM-SHA384 OK 401ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, DHE-RSA-AES256-GCM-SHA384 OK 441ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-ECDSA-CHACHA20-POLY1305 OK 446ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-RSA-CHACHA20-POLY1305 OK 421ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, DHE-RSA-CHACHA20-POLY1305 OK 432ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-ECDSA-AES128-GCM-SHA256 OK 406ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-RSA-AES128-GCM-SHA256 OK 408ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, DHE-RSA-AES128-GCM-SHA256 OK 472ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-ECDSA-AES256-SHA384 OK 411ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-RSA-AES256-SHA384 OK 497ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, DHE-RSA-AES256-SHA256 OK 414ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-ECDSA-AES128-SHA256 OK 403ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-RSA-AES128-SHA256 OK 438ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, DHE-RSA-AES128-SHA256 OK 441ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-ECDSA-AES256-SHA OK 446ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-RSA-AES256-SHA OK 471ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, DHE-RSA-AES256-SHA OK 408ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-ECDSA-AES128-SHA OK 402ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-RSA-AES128-SHA OK 421ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, DHE-RSA-AES128-SHA OK 407ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, RSA-PSK-AES256-GCM-SHA384 OK 449ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, DHE-PSK-AES256-GCM-SHA384 OK 469ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, RSA-PSK-CHACHA20-POLY1305 OK 468ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, DHE-PSK-CHACHA20-POLY1305 OK 429ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-PSK-CHACHA20-POLY1305 OK 452ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, AES256-GCM-SHA384 OK 459ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, PSK-AES256-GCM-SHA384 OK 420ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, PSK-CHACHA20-POLY1305 OK 406ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, RSA-PSK-AES128-GCM-SHA256 OK 429ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, DHE-PSK-AES128-GCM-SHA256 OK 427ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, AES128-GCM-SHA256 OK 454ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, PSK-AES128-GCM-SHA256 OK 481ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, AES256-SHA256 OK 399ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, AES128-SHA256 OK 452ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-PSK-AES256-CBC-SHA384 OK 430ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-PSK-AES256-CBC-SHA OK 449ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, SRP-RSA-AES-256-CBC-SHA OK 442ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, SRP-AES-256-CBC-SHA OK 444ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, RSA-PSK-AES256-CBC-SHA384 OK 418ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, DHE-PSK-AES256-CBC-SHA384 OK 453ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, RSA-PSK-AES256-CBC-SHA OK 447ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, DHE-PSK-AES256-CBC-SHA OK 432ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, AES256-SHA OK 452ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, PSK-AES256-CBC-SHA384 OK 422ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, PSK-AES256-CBC-SHA OK 446ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-PSK-AES128-CBC-SHA256 OK 441ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-PSK-AES128-CBC-SHA OK 407ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, SRP-RSA-AES-128-CBC-SHA OK 428ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, SRP-AES-128-CBC-SHA OK 432ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, RSA-PSK-AES128-CBC-SHA256 OK 405ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, DHE-PSK-AES128-CBC-SHA256 OK 427ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, RSA-PSK-AES128-CBC-SHA OK 422ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, DHE-PSK-AES128-CBC-SHA OK 452ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, AES128-SHA OK 435ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, PSK-AES128-CBC-SHA256 OK 439ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, PSK-AES128-CBC-SHA OK 433ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using FIPS compatible cipher AES256-GCM-SHA384 should work OK 460ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, TLS_AES_256_GCM_SHA384 OK 459ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, TLS_CHACHA20_POLY1305_SHA256 OK 424ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, TLS_AES_128_GCM_SHA256 OK 407ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-ECDSA-AES256-GCM-SHA384 OK 456ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-RSA-AES256-GCM-SHA384 OK 412ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, DHE-RSA-AES256-GCM-SHA384 OK 426ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-ECDSA-CHACHA20-POLY1305 OK 418ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-RSA-CHACHA20-POLY1305 OK 427ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, DHE-RSA-CHACHA20-POLY1305 OK 439ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-ECDSA-AES128-GCM-SHA256 OK 419ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-RSA-AES128-GCM-SHA256 OK 415ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, DHE-RSA-AES128-GCM-SHA256 OK 448ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-ECDSA-AES256-SHA384 OK 426ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-RSA-AES256-SHA384 OK 438ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, DHE-RSA-AES256-SHA256 OK 435ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-ECDSA-AES128-SHA256 OK 444ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-RSA-AES128-SHA256 OK 454ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, DHE-RSA-AES128-SHA256 OK 432ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-ECDSA-AES256-SHA OK 417ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-RSA-AES256-SHA OK 456ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, DHE-RSA-AES256-SHA OK 416ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-ECDSA-AES128-SHA OK 476ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-RSA-AES128-SHA OK 420ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, DHE-RSA-AES128-SHA OK 440ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, RSA-PSK-AES256-GCM-SHA384 OK 437ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, DHE-PSK-AES256-GCM-SHA384 OK 509ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, RSA-PSK-CHACHA20-POLY1305 OK 402ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, DHE-PSK-CHACHA20-POLY1305 OK 423ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-PSK-CHACHA20-POLY1305 OK 445ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, AES256-GCM-SHA384 OK 439ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, PSK-AES256-GCM-SHA384 OK 447ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, PSK-CHACHA20-POLY1305 OK 463ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, RSA-PSK-AES128-GCM-SHA256 OK 461ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, DHE-PSK-AES128-GCM-SHA256 OK 405ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, AES128-GCM-SHA256 OK 434ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, PSK-AES128-GCM-SHA256 OK 566ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, AES256-SHA256 OK 400ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, AES128-SHA256 OK 450ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-PSK-AES256-CBC-SHA384 OK 474ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-PSK-AES256-CBC-SHA OK 379ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, SRP-RSA-AES-256-CBC-SHA OK 423ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, SRP-AES-256-CBC-SHA OK 480ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, RSA-PSK-AES256-CBC-SHA384 OK 430ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, DHE-PSK-AES256-CBC-SHA384 OK 441ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, RSA-PSK-AES256-CBC-SHA OK 417ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, DHE-PSK-AES256-CBC-SHA OK 476ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, AES256-SHA OK 453ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, PSK-AES256-CBC-SHA384 OK 479ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, PSK-AES256-CBC-SHA OK 400ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-PSK-AES128-CBC-SHA256 OK 429ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-PSK-AES128-CBC-SHA OK 445ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, SRP-RSA-AES-128-CBC-SHA OK 412ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, SRP-AES-128-CBC-SHA OK 501ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, RSA-PSK-AES128-CBC-SHA256 OK 418ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, DHE-PSK-AES128-CBC-SHA256 OK 411ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, RSA-PSK-AES128-CBC-SHA OK 508ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, DHE-PSK-AES128-CBC-SHA OK 425ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, AES128-SHA OK 468ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, PSK-AES128-CBC-SHA256 OK 458ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, PSK-AES128-CBC-SHA OK 461ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher TLS_AES_256_GCM_SHA384 should be rejected OK 306ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher TLS_CHACHA20_POLY1305_SHA256 should be rejected OK 204ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher TLS_AES_128_GCM_SHA256 should be rejected OK 210ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher DHE-RSA-AES256-GCM-SHA384 should be rejected OK 197ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher ECDHE-ECDSA-CHACHA20-POLY1305 should be rejected OK 220ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher ECDHE-RSA-CHACHA20-POLY1305 should be rejected OK 179ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher DHE-RSA-CHACHA20-POLY1305 should be rejected OK 187ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher DHE-RSA-AES128-GCM-SHA256 should be rejected OK 216ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher ECDHE-ECDSA-AES256-SHA384 should be rejected OK 192ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher ECDHE-RSA-AES256-SHA384 should be rejected OK 225ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher DHE-RSA-AES256-SHA256 should be rejected OK 188ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher ECDHE-ECDSA-AES128-SHA256 should be rejected OK 209ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher ECDHE-RSA-AES128-SHA256 should be rejected OK 199ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher DHE-RSA-AES128-SHA256 should be rejected OK 203ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher ECDHE-ECDSA-AES256-SHA should be rejected OK 184ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher ECDHE-RSA-AES256-SHA should be rejected OK 197ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher DHE-RSA-AES256-SHA should be rejected OK 234ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher ECDHE-ECDSA-AES128-SHA should be rejected OK 183ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher ECDHE-RSA-AES128-SHA should be rejected OK 193ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher DHE-RSA-AES128-SHA should be rejected OK 281ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher RSA-PSK-AES256-GCM-SHA384 should be rejected OK 202ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher DHE-PSK-AES256-GCM-SHA384 should be rejected OK 181ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher RSA-PSK-CHACHA20-POLY1305 should be rejected OK 187ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher DHE-PSK-CHACHA20-POLY1305 should be rejected OK 191ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher ECDHE-PSK-CHACHA20-POLY1305 should be rejected OK 216ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher PSK-AES256-GCM-SHA384 should be rejected OK 205ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher PSK-CHACHA20-POLY1305 should be rejected OK 177ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher RSA-PSK-AES128-GCM-SHA256 should be rejected OK 183ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher DHE-PSK-AES128-GCM-SHA256 should be rejected OK 195ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher PSK-AES128-GCM-SHA256 should be rejected OK 237ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher AES256-SHA256 should be rejected OK 198ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher AES128-SHA256 should be rejected OK 186ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher ECDHE-PSK-AES256-CBC-SHA384 should be rejected OK 184ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher ECDHE-PSK-AES256-CBC-SHA should be rejected OK 193ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher SRP-RSA-AES-256-CBC-SHA should be rejected OK 207ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher SRP-AES-256-CBC-SHA should be rejected OK 196ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher RSA-PSK-AES256-CBC-SHA384 should be rejected OK 179ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher DHE-PSK-AES256-CBC-SHA384 should be rejected OK 196ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher RSA-PSK-AES256-CBC-SHA should be rejected OK 179ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher DHE-PSK-AES256-CBC-SHA should be rejected OK 194ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher AES256-SHA should be rejected OK 199ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher PSK-AES256-CBC-SHA384 should be rejected OK 187ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher PSK-AES256-CBC-SHA should be rejected OK 232ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher ECDHE-PSK-AES128-CBC-SHA256 should be rejected OK 200ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher ECDHE-PSK-AES128-CBC-SHA should be rejected OK 233ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher SRP-RSA-AES-128-CBC-SHA should be rejected OK 194ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher SRP-AES-128-CBC-SHA should be rejected OK 173ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher RSA-PSK-AES128-CBC-SHA256 should be rejected OK 175ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher DHE-PSK-AES128-CBC-SHA256 should be rejected OK 185ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher RSA-PSK-AES128-CBC-SHA should be rejected OK 204ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher DHE-PSK-AES128-CBC-SHA should be rejected OK 207ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher AES128-SHA should be rejected OK 198ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher PSK-AES128-CBC-SHA256 should be rejected OK 190ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher PSK-AES128-CBC-SHA should be rejected OK 202ms
/ssl server/fips/clickhouse server acting as a client/dictionary OK 2m 28s
/ssl server/fips/clickhouse server acting as a client/dictionary/connection to PROTOCOL_TLS should work OK 458ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection to PROTOCOL_TLSv1 should be rejected OK 1s 471ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection to PROTOCOL_TLSv1_1 should be rejected OK 375ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection to PROTOCOL_TLSv1_2 should work OK 1s 262ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using FIPS compatible cipher ECDHE-RSA-AES128-GCM-SHA256 should work OK 380ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, TLS_AES_256_GCM_SHA384 OK 395ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, TLS_CHACHA20_POLY1305_SHA256 OK 595ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, TLS_AES_128_GCM_SHA256 OK 367ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-ECDSA-AES256-GCM-SHA384 OK 351ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-RSA-AES256-GCM-SHA384 OK 427ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, DHE-RSA-AES256-GCM-SHA384 OK 377ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-ECDSA-CHACHA20-POLY1305 OK 347ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-RSA-CHACHA20-POLY1305 OK 343ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, DHE-RSA-CHACHA20-POLY1305 OK 383ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-ECDSA-AES128-GCM-SHA256 OK 466ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-RSA-AES128-GCM-SHA256 OK 370ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, DHE-RSA-AES128-GCM-SHA256 OK 342ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-ECDSA-AES256-SHA384 OK 335ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-RSA-AES256-SHA384 OK 445ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, DHE-RSA-AES256-SHA256 OK 358ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-ECDSA-AES128-SHA256 OK 360ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-RSA-AES128-SHA256 OK 356ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, DHE-RSA-AES128-SHA256 OK 443ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-ECDSA-AES256-SHA OK 349ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-RSA-AES256-SHA OK 350ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, DHE-RSA-AES256-SHA OK 384ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-ECDSA-AES128-SHA OK 459ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-RSA-AES128-SHA OK 421ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, DHE-RSA-AES128-SHA OK 351ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, RSA-PSK-AES256-GCM-SHA384 OK 334ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, DHE-PSK-AES256-GCM-SHA384 OK 348ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, RSA-PSK-CHACHA20-POLY1305 OK 445ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, DHE-PSK-CHACHA20-POLY1305 OK 356ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-PSK-CHACHA20-POLY1305 OK 346ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, AES256-GCM-SHA384 OK 341ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, PSK-AES256-GCM-SHA384 OK 470ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, PSK-CHACHA20-POLY1305 OK 366ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, RSA-PSK-AES128-GCM-SHA256 OK 337ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, DHE-PSK-AES128-GCM-SHA256 OK 341ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, AES128-GCM-SHA256 OK 469ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, PSK-AES128-GCM-SHA256 OK 361ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, AES256-SHA256 OK 336ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, AES128-SHA256 OK 352ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-PSK-AES256-CBC-SHA384 OK 467ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-PSK-AES256-CBC-SHA OK 344ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, SRP-RSA-AES-256-CBC-SHA OK 337ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, SRP-AES-256-CBC-SHA OK 364ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, RSA-PSK-AES256-CBC-SHA384 OK 566ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, DHE-PSK-AES256-CBC-SHA384 OK 376ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, RSA-PSK-AES256-CBC-SHA OK 373ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, DHE-PSK-AES256-CBC-SHA OK 399ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, AES256-SHA OK 409ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, PSK-AES256-CBC-SHA384 OK 344ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, PSK-AES256-CBC-SHA OK 364ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-PSK-AES128-CBC-SHA256 OK 343ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-PSK-AES128-CBC-SHA OK 416ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, SRP-RSA-AES-128-CBC-SHA OK 354ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, SRP-AES-128-CBC-SHA OK 357ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, RSA-PSK-AES128-CBC-SHA256 OK 396ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, DHE-PSK-AES128-CBC-SHA256 OK 447ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, RSA-PSK-AES128-CBC-SHA OK 401ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, DHE-PSK-AES128-CBC-SHA OK 359ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, AES128-SHA OK 347ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, PSK-AES128-CBC-SHA256 OK 386ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES128-GCM-SHA256, PSK-AES128-CBC-SHA OK 353ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using FIPS compatible cipher ECDHE-RSA-AES256-GCM-SHA384 should work OK 342ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, TLS_AES_256_GCM_SHA384 OK 413ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, TLS_CHACHA20_POLY1305_SHA256 OK 449ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, TLS_AES_128_GCM_SHA256 OK 379ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-ECDSA-AES256-GCM-SHA384 OK 351ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-RSA-AES256-GCM-SHA384 OK 417ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, DHE-RSA-AES256-GCM-SHA384 OK 402ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-ECDSA-CHACHA20-POLY1305 OK 362ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-RSA-CHACHA20-POLY1305 OK 423ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, DHE-RSA-CHACHA20-POLY1305 OK 377ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-ECDSA-AES128-GCM-SHA256 OK 356ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-RSA-AES128-GCM-SHA256 OK 344ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, DHE-RSA-AES128-GCM-SHA256 OK 410ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-ECDSA-AES256-SHA384 OK 377ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-RSA-AES256-SHA384 OK 397ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, DHE-RSA-AES256-SHA256 OK 358ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-ECDSA-AES128-SHA256 OK 380ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-RSA-AES128-SHA256 OK 414ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, DHE-RSA-AES128-SHA256 OK 359ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-ECDSA-AES256-SHA OK 374ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-RSA-AES256-SHA OK 360ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, DHE-RSA-AES256-SHA OK 340ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-ECDSA-AES128-SHA OK 395ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-RSA-AES128-SHA OK 416ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, DHE-RSA-AES128-SHA OK 330ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, RSA-PSK-AES256-GCM-SHA384 OK 360ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, DHE-PSK-AES256-GCM-SHA384 OK 377ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, RSA-PSK-CHACHA20-POLY1305 OK 451ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, DHE-PSK-CHACHA20-POLY1305 OK 344ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-PSK-CHACHA20-POLY1305 OK 335ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, AES256-GCM-SHA384 OK 381ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, PSK-AES256-GCM-SHA384 OK 475ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, PSK-CHACHA20-POLY1305 OK 366ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, RSA-PSK-AES128-GCM-SHA256 OK 410ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, DHE-PSK-AES128-GCM-SHA256 OK 427ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, AES128-GCM-SHA256 OK 380ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, PSK-AES128-GCM-SHA256 OK 350ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, AES256-SHA256 OK 359ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, AES128-SHA256 OK 380ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-PSK-AES256-CBC-SHA384 OK 384ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-PSK-AES256-CBC-SHA OK 435ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, SRP-RSA-AES-256-CBC-SHA OK 340ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, SRP-AES-256-CBC-SHA OK 338ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, RSA-PSK-AES256-CBC-SHA384 OK 446ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, DHE-PSK-AES256-CBC-SHA384 OK 356ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, RSA-PSK-AES256-CBC-SHA OK 343ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, DHE-PSK-AES256-CBC-SHA OK 370ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, AES256-SHA OK 521ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, PSK-AES256-CBC-SHA384 OK 350ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, PSK-AES256-CBC-SHA OK 342ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-PSK-AES128-CBC-SHA256 OK 333ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-PSK-AES128-CBC-SHA OK 499ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, SRP-RSA-AES-128-CBC-SHA OK 398ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, SRP-AES-128-CBC-SHA OK 355ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, RSA-PSK-AES128-CBC-SHA256 OK 344ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, DHE-PSK-AES128-CBC-SHA256 OK 426ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, RSA-PSK-AES128-CBC-SHA OK 431ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, DHE-PSK-AES128-CBC-SHA OK 374ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, AES128-SHA OK 416ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, PSK-AES128-CBC-SHA256 OK 406ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: ECDHE-RSA-AES256-GCM-SHA384, PSK-AES128-CBC-SHA OK 379ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using FIPS compatible cipher AES128-GCM-SHA256 should work OK 377ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, TLS_AES_256_GCM_SHA384 OK 352ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, TLS_CHACHA20_POLY1305_SHA256 OK 418ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, TLS_AES_128_GCM_SHA256 OK 414ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-ECDSA-AES256-GCM-SHA384 OK 354ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-RSA-AES256-GCM-SHA384 OK 339ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, DHE-RSA-AES256-GCM-SHA384 OK 330ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-ECDSA-CHACHA20-POLY1305 OK 514ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-RSA-CHACHA20-POLY1305 OK 347ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, DHE-RSA-CHACHA20-POLY1305 OK 345ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-ECDSA-AES128-GCM-SHA256 OK 360ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-RSA-AES128-GCM-SHA256 OK 472ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, DHE-RSA-AES128-GCM-SHA256 OK 352ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-ECDSA-AES256-SHA384 OK 354ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-RSA-AES256-SHA384 OK 361ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, DHE-RSA-AES256-SHA256 OK 438ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-ECDSA-AES128-SHA256 OK 366ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-RSA-AES128-SHA256 OK 349ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, DHE-RSA-AES128-SHA256 OK 335ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-ECDSA-AES256-SHA OK 480ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-RSA-AES256-SHA OK 348ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, DHE-RSA-AES256-SHA OK 348ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-ECDSA-AES128-SHA OK 329ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-RSA-AES128-SHA OK 493ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, DHE-RSA-AES128-SHA OK 381ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, RSA-PSK-AES256-GCM-SHA384 OK 332ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, DHE-PSK-AES256-GCM-SHA384 OK 358ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, RSA-PSK-CHACHA20-POLY1305 OK 444ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, DHE-PSK-CHACHA20-POLY1305 OK 355ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-PSK-CHACHA20-POLY1305 OK 358ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, AES256-GCM-SHA384 OK 350ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, PSK-AES256-GCM-SHA384 OK 470ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, PSK-CHACHA20-POLY1305 OK 349ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, RSA-PSK-AES128-GCM-SHA256 OK 338ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, DHE-PSK-AES128-GCM-SHA256 OK 356ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, AES128-GCM-SHA256 OK 462ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, PSK-AES128-GCM-SHA256 OK 367ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, AES256-SHA256 OK 337ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, AES128-SHA256 OK 345ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-PSK-AES256-CBC-SHA384 OK 473ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-PSK-AES256-CBC-SHA OK 346ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, SRP-RSA-AES-256-CBC-SHA OK 363ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, SRP-AES-256-CBC-SHA OK 354ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, RSA-PSK-AES256-CBC-SHA384 OK 456ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, DHE-PSK-AES256-CBC-SHA384 OK 343ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, RSA-PSK-AES256-CBC-SHA OK 361ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, DHE-PSK-AES256-CBC-SHA OK 352ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, AES256-SHA OK 449ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, PSK-AES256-CBC-SHA384 OK 348ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, PSK-AES256-CBC-SHA OK 342ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-PSK-AES128-CBC-SHA256 OK 339ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, ECDHE-PSK-AES128-CBC-SHA OK 504ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, SRP-RSA-AES-128-CBC-SHA OK 333ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, SRP-AES-128-CBC-SHA OK 354ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, RSA-PSK-AES128-CBC-SHA256 OK 365ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, DHE-PSK-AES128-CBC-SHA256 OK 447ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, RSA-PSK-AES128-CBC-SHA OK 373ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, DHE-PSK-AES128-CBC-SHA OK 372ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, AES128-SHA OK 380ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, PSK-AES128-CBC-SHA256 OK 430ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES128-GCM-SHA256, PSK-AES128-CBC-SHA OK 347ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using FIPS compatible cipher AES256-GCM-SHA384 should work OK 345ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, TLS_AES_256_GCM_SHA384 OK 338ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, TLS_CHACHA20_POLY1305_SHA256 OK 466ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, TLS_AES_128_GCM_SHA256 OK 347ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-ECDSA-AES256-GCM-SHA384 OK 326ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-RSA-AES256-GCM-SHA384 OK 340ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, DHE-RSA-AES256-GCM-SHA384 OK 559ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-ECDSA-CHACHA20-POLY1305 OK 349ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-RSA-CHACHA20-POLY1305 OK 333ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, DHE-RSA-CHACHA20-POLY1305 OK 330ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-ECDSA-AES128-GCM-SHA256 OK 529ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-RSA-AES128-GCM-SHA256 OK 404ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, DHE-RSA-AES128-GCM-SHA256 OK 373ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-ECDSA-AES256-SHA384 OK 367ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-RSA-AES256-SHA384 OK 358ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, DHE-RSA-AES256-SHA256 OK 351ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-ECDSA-AES128-SHA256 OK 423ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-RSA-AES128-SHA256 OK 414ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, DHE-RSA-AES128-SHA256 OK 400ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-ECDSA-AES256-SHA OK 450ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-RSA-AES256-SHA OK 405ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, DHE-RSA-AES256-SHA OK 420ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-ECDSA-AES128-SHA OK 382ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-RSA-AES128-SHA OK 342ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, DHE-RSA-AES128-SHA OK 343ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, RSA-PSK-AES256-GCM-SHA384 OK 347ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, DHE-PSK-AES256-GCM-SHA384 OK 366ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, RSA-PSK-CHACHA20-POLY1305 OK 463ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, DHE-PSK-CHACHA20-POLY1305 OK 335ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-PSK-CHACHA20-POLY1305 OK 381ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, AES256-GCM-SHA384 OK 340ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, PSK-AES256-GCM-SHA384 OK 441ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, PSK-CHACHA20-POLY1305 OK 340ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, RSA-PSK-AES128-GCM-SHA256 OK 347ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, DHE-PSK-AES128-GCM-SHA256 OK 342ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, AES128-GCM-SHA256 OK 461ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, PSK-AES128-GCM-SHA256 OK 366ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, AES256-SHA256 OK 342ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, AES128-SHA256 OK 370ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-PSK-AES256-CBC-SHA384 OK 434ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-PSK-AES256-CBC-SHA OK 342ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, SRP-RSA-AES-256-CBC-SHA OK 344ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, SRP-AES-256-CBC-SHA OK 342ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, RSA-PSK-AES256-CBC-SHA384 OK 533ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, DHE-PSK-AES256-CBC-SHA384 OK 346ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, RSA-PSK-AES256-CBC-SHA OK 345ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, DHE-PSK-AES256-CBC-SHA OK 352ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, AES256-SHA OK 443ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, PSK-AES256-CBC-SHA384 OK 364ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, PSK-AES256-CBC-SHA OK 373ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-PSK-AES128-CBC-SHA256 OK 390ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, ECDHE-PSK-AES128-CBC-SHA OK 434ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, SRP-RSA-AES-128-CBC-SHA OK 373ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, SRP-AES-128-CBC-SHA OK 332ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, RSA-PSK-AES128-CBC-SHA256 OK 363ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, DHE-PSK-AES128-CBC-SHA256 OK 413ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, RSA-PSK-AES128-CBC-SHA OK 389ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, DHE-PSK-AES128-CBC-SHA OK 401ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, AES128-SHA OK 367ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, PSK-AES128-CBC-SHA256 OK 346ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection with at least one FIPS compatible cipher should work, ciphers: AES256-GCM-SHA384, PSK-AES128-CBC-SHA OK 381ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher TLS_AES_256_GCM_SHA384 should be rejected OK 1s 210ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher TLS_CHACHA20_POLY1305_SHA256 should be rejected OK 396ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher TLS_AES_128_GCM_SHA256 should be rejected OK 330ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher DHE-RSA-AES256-GCM-SHA384 should be rejected OK 370ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher ECDHE-ECDSA-CHACHA20-POLY1305 should be rejected OK 377ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher ECDHE-RSA-CHACHA20-POLY1305 should be rejected OK 348ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher DHE-RSA-CHACHA20-POLY1305 should be rejected OK 332ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher DHE-RSA-AES128-GCM-SHA256 should be rejected OK 373ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher ECDHE-ECDSA-AES256-SHA384 should be rejected OK 397ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher ECDHE-RSA-AES256-SHA384 should be rejected OK 378ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher DHE-RSA-AES256-SHA256 should be rejected OK 377ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher ECDHE-ECDSA-AES128-SHA256 should be rejected OK 386ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher ECDHE-RSA-AES128-SHA256 should be rejected OK 367ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher DHE-RSA-AES128-SHA256 should be rejected OK 363ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher ECDHE-ECDSA-AES256-SHA should be rejected OK 379ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher ECDHE-RSA-AES256-SHA should be rejected OK 362ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher DHE-RSA-AES256-SHA should be rejected OK 364ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher ECDHE-ECDSA-AES128-SHA should be rejected OK 342ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher ECDHE-RSA-AES128-SHA should be rejected OK 397ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher DHE-RSA-AES128-SHA should be rejected OK 356ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher RSA-PSK-AES256-GCM-SHA384 should be rejected OK 351ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher DHE-PSK-AES256-GCM-SHA384 should be rejected OK 370ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher RSA-PSK-CHACHA20-POLY1305 should be rejected OK 358ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher DHE-PSK-CHACHA20-POLY1305 should be rejected OK 376ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher ECDHE-PSK-CHACHA20-POLY1305 should be rejected OK 347ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher PSK-AES256-GCM-SHA384 should be rejected OK 364ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher PSK-CHACHA20-POLY1305 should be rejected OK 377ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher RSA-PSK-AES128-GCM-SHA256 should be rejected OK 373ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher DHE-PSK-AES128-GCM-SHA256 should be rejected OK 392ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher PSK-AES128-GCM-SHA256 should be rejected OK 349ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher AES256-SHA256 should be rejected OK 400ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher AES128-SHA256 should be rejected OK 349ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher ECDHE-PSK-AES256-CBC-SHA384 should be rejected OK 360ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher ECDHE-PSK-AES256-CBC-SHA should be rejected OK 415ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher SRP-RSA-AES-256-CBC-SHA should be rejected OK 391ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher SRP-AES-256-CBC-SHA should be rejected OK 380ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher RSA-PSK-AES256-CBC-SHA384 should be rejected OK 340ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher DHE-PSK-AES256-CBC-SHA384 should be rejected OK 383ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher RSA-PSK-AES256-CBC-SHA should be rejected OK 367ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher DHE-PSK-AES256-CBC-SHA should be rejected OK 361ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher AES256-SHA should be rejected OK 428ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher PSK-AES256-CBC-SHA384 should be rejected OK 348ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher PSK-AES256-CBC-SHA should be rejected OK 355ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher ECDHE-PSK-AES128-CBC-SHA256 should be rejected OK 339ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher ECDHE-PSK-AES128-CBC-SHA should be rejected OK 349ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher SRP-RSA-AES-128-CBC-SHA should be rejected OK 348ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher SRP-AES-128-CBC-SHA should be rejected OK 351ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher RSA-PSK-AES128-CBC-SHA256 should be rejected OK 337ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher DHE-PSK-AES128-CBC-SHA256 should be rejected OK 363ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher RSA-PSK-AES128-CBC-SHA should be rejected OK 362ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher DHE-PSK-AES128-CBC-SHA should be rejected OK 354ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher AES128-SHA should be rejected OK 345ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher PSK-AES128-CBC-SHA256 should be rejected OK 422ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher PSK-AES128-CBC-SHA should be rejected OK 374ms
/ssl server/zookeeper OK 10m 40s
/ssl server/zookeeper/secure connection OK 32s 914ms
/ssl server/zookeeper/secure connection to invalid zookeeper port OK 57s 525ms
/ssl server/zookeeper/secure connection with empty truststore OK 1m 2s
/ssl server/zookeeper/secure connection with unsigned client certificate OK 59s 718ms
/ssl server/zookeeper/secure connection without client certificate OK 1m 1s
/ssl server/zookeeper/fips OK 5m 28s
/ssl server/zookeeper/fips/ECDHE-RSA-AES128-GCM-SHA256 OK 31s 886ms
/ssl server/zookeeper/fips/ECDHE-RSA-AES256-GCM-SHA384 OK 31s 990ms
/ssl server/zookeeper/fips/ECDHE-ECDSA-AES128-GCM-SHA256 XFail 58s 759ms
/ssl server/zookeeper/fips/ECDHE-ECDSA-AES256-GCM-SHA384 XFail 57s 575ms
/ssl server/zookeeper/fips/AES128-GCM-SHA256 XFail 57s 550ms
/ssl server/zookeeper/fips/AES256-GCM-SHA384 XFail 56s 618ms
/ssl server/zookeeper/fips/any compatible OK 33s 800ms
/ssl server/zookeeper fips Skip 2ms
/ssl server/ca chain OK 31m 44s
/ssl server/ca chain/use root ca OK 4m 1s
/ssl server/ca chain/use root ca/with caconfig OK 1m 51s
/ssl server/ca chain/use root ca/with caconfig/all certificates in chain OK 53s 739ms
/ssl server/ca chain/use root ca/with caconfig/invalid first CA in chain on one node OK 58s 239ms
/ssl server/ca chain/use root ca/without caconfig OK 2m 9s
/ssl server/ca chain/use root ca/without caconfig/all trusted OK 1m 6s
/ssl server/ca chain/use root ca/without caconfig/missing first trusted CA on one node OK 1m 2s
/ssl server/ca chain/use first intermediate ca OK 7m 36s
/ssl server/ca chain/use first intermediate ca/with caconfig OK 2m 50s
/ssl server/ca chain/use first intermediate ca/with caconfig/all certificates in chain OK 58s 301ms
/ssl server/ca chain/use first intermediate ca/with caconfig/missing first CA in chain on one node OK 54s 639ms
/ssl server/ca chain/use first intermediate ca/with caconfig/missing last CA in chain on one node OK 57s 807ms
/ssl server/ca chain/use first intermediate ca/with caconfig OK 58s 148ms
/ssl server/ca chain/use first intermediate ca/without caconfig OK 3m 47s
/ssl server/ca chain/use first intermediate ca/without caconfig/without caconfig OK 1m 15s
/ssl server/ca chain/use first intermediate ca/without caconfig/missing first trusted CA on one node OK 1m 16s
/ssl server/ca chain/use first intermediate ca/without caconfig/missing last trusted CA on one node OK 1m 15s
/ssl server/ca chain/use second intermediate ca OK 20m 5s
/ssl server/ca chain/use second intermediate ca/server certificate with chain OK 8m 21s
/ssl server/ca chain/use second intermediate ca/server certificate with chain/with caconfig OK 3m 50s
/ssl server/ca chain/use second intermediate ca/server certificate with chain/with caconfig/all certificates present OK 56s 322ms
/ssl server/ca chain/use second intermediate ca/server certificate with chain/with caconfig/missing first CA in chain on one node OK 58s 117ms
/ssl server/ca chain/use second intermediate ca/server certificate with chain/with caconfig/missing last CA in chain on one node OK 56s 541ms
/ssl server/ca chain/use second intermediate ca/server certificate with chain/with caconfig/missing all CA in chain on one node OK 59s 620ms
/ssl server/ca chain/use second intermediate ca/server certificate with chain/without caconfig OK 4m 30s
/ssl server/ca chain/use second intermediate ca/server certificate with chain/without caconfig/all certificates present OK 1m 5s
/ssl server/ca chain/use second intermediate ca/server certificate with chain/without caconfig/missing first CA in chain on one node OK 1m 8s
/ssl server/ca chain/use second intermediate ca/server certificate with chain/without caconfig/missing last CA in chain on one node OK 1m 6s
/ssl server/ca chain/use second intermediate ca/server certificate with chain/without caconfig/missing all CA in chain on one node OK 1m 10s
/ssl server/ca chain/use second intermediate ca/server certificate without chain OK 11m 43s
/ssl server/ca chain/use second intermediate ca/server certificate without chain/with caconfig OK 4m 47s
/ssl server/ca chain/use second intermediate ca/server certificate without chain/with caconfig/all certificates present OK 56s 674ms
/ssl server/ca chain/use second intermediate ca/server certificate without chain/with caconfig/missing first CA in chain on one node OK 55s 645ms
/ssl server/ca chain/use second intermediate ca/server certificate without chain/with caconfig/missing middle CA in chain on one node OK 1m 2s
/ssl server/ca chain/use second intermediate ca/server certificate without chain/with caconfig/missing last CA in chain on one node OK 56s 532ms
/ssl server/ca chain/use second intermediate ca/server certificate without chain/with caconfig/missing some CA in chain on all nodes OK 55s 776ms
/ssl server/ca chain/use second intermediate ca/server certificate without chain/without caconfig OK 6m 56s
/ssl server/ca chain/use second intermediate ca/server certificate without chain/without caconfig/all certificates present OK 1m 30s
/ssl server/ca chain/use second intermediate ca/server certificate without chain/without caconfig/missing first trusted CA on one node OK 1m 24s
/ssl server/ca chain/use second intermediate ca/server certificate without chain/without caconfig/missing middle trusted CA on one node OK 1m 22s
/ssl server/ca chain/use second intermediate ca/server certificate without chain/without caconfig/missing last trusted CA on one node OK 1m 24s
/ssl server/ca chain/use second intermediate ca/server certificate without chain/without caconfig/missing trusted CA on all nodes OK 1m 14s

Generated by TestFlows Open-Source Test Framework v1.9.230315.1003122