Ssl Server Test Run Report

DateOct 05, 2023 14:18
Duration1h 32m
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_release/clickhouse-common-static_23.3.13.7.altinitystable_amd64.deb
version23.3.13.7.altinitystable
user.nameEnmk
repositoryhttps://github.com/Altinity/clickhouse-regression
commit.hash53dd0b4af71fdeac6704e70f4ff79eacbae2159a
job.id6416627213
job.urlhttps://github.com/Altinity/ClickHouse/actions/runs/6416627213
archx86_64
stressFalse
localTrue
clickhouse_versionNone
clickhouse_binary_pathhttps://s3.amazonaws.com/altinity-build-artifacts/23.3/f040635d5f373c5e4be08e5fbec2622a9889adde/package_release/clickhouse-common-static_23.3.13.7.altinitystable_amd64.deb
collect_service_logsTrue
force_fipsFalse

Summary

92.2%OK
7.8%Known

Statistics

Units OK Fail XFail
Modules
1
1
Suites
63
62
1
Features
54
54
Scenarios
70
68
2
Checks
1708
1564
144
Steps
42964
42646
310
8

Known Fails

Test NameResultMessage
/ssl server/ssl context/enable ssl no server key passphrase dynamicallyXFail 19s 789ms
https://github.com/ClickHouse/ClickHouse/issues/35950
ConfigReloader: Error updating configuration
/ssl server/ssl context/enable ssl with server key passphrase dynamicallyXFail 19s 731ms
https://github.com/ClickHouse/ClickHouse/issues/35950
ConfigReloader: Error updating configuration
/ssl server/verification modes/fail casesXFail 743us
None
not implemented.
/ssl server/url table function/https server url function checks/just disabling TLSv1.1 suite connection should workXFail 12s 160ms
needs to be reviewed
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 200, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 191, 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 12s 160ms
not supported by SSL library
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 200, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 191, 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 236ms
not supported by SSL library
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 200, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 191, 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 12s 408ms
needs to be reviewed
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 200, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 192, 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_3c867bf3_638d_11ee_bb25_133f27561bfd 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_3c867bf3_638d_11ee_bb25_133f27561bfd 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 12s 325ms
not supported by SSL library
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 200, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 192, 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_5a380f77_638d_11ee_bb25_133f27561bfd 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_5a380f77_638d_11ee_bb25_133f27561bfd 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 12s 471ms
not supported by SSL library
AssertionError
Traceback (most recent call last):
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 200, in 
    regression()
  File "/home/ubuntu/_work/ClickHouse/ClickHouse/ssl_server/regression.py", line 192, 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_618c5c29_638d_11ee_bb25_133f27561bfd 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_618c5c29_638d_11ee_bb25_133f27561bfd 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:

Results

Test Name Result Duration
/ssl server OK 1h 32m
/ssl server/check certificate OK 27s 826ms
/ssl server/check certificate/system certificates OK 107ms
/ssl server/check certificate/show certificate OK 89ms
/ssl server/sanity OK 60ms
/ssl server/sanity/check non secure connection OK 59ms
/ssl server/ssl context OK 1m 36s
/ssl server/ssl context/enable ssl no server key passphrase OK 28s 561ms
/ssl server/ssl context/enable ssl no server key passphrase dynamically XFail 19s 789ms
/ssl server/ssl context/enable ssl with server key passphrase OK 28s 416ms
/ssl server/ssl context/enable ssl with server key passphrase dynamically XFail 19s 731ms
/ssl server/certificate authentication OK 55s 828ms
/ssl server/certificate authentication/rbac user no hostname OK 493ms
/ssl server/certificate authentication/rbac user hostname OK 374ms
/ssl server/certificate authentication/config user no hostname OK 178ms
/ssl server/certificate authentication/config user hostname OK 598ms
/ssl server/verification modes OK 1m 17s
/ssl server/verification modes/none OK 12s 193ms
/ssl server/verification modes/none/check connections OK 158ms
/ssl server/verification modes/once OK 12s 486ms
/ssl server/verification modes/once/check connections OK 227ms
/ssl server/verification modes/once/check connections with client certificate and key specified OK 172ms
/ssl server/verification modes/relaxed OK 12s 336ms
/ssl server/verification modes/relaxed/check connections OK 141ms
/ssl server/verification modes/relaxed/check connections with client certificate and key specified OK 171ms
/ssl server/verification modes/strict OK 12s 176ms
/ssl server/verification modes/strict/check connections with client certificate and key specified OK 171ms
/ssl server/verification modes/fail cases XFail 743us
/ssl server/url table function OK 15m 22s
/ssl server/url table function/https server url function checks OK 14m 22s
/ssl server/url table function/https server url function checks/Connection with no protocols should be rejected OK 13s 42ms
/ssl server/url table function/https server url function checks/TLSv1.2 suite connection should work OK 12s 232ms
/ssl server/url table function/https server url function checks/TLSv1 suite connection should be rejected OK 12s 160ms
/ssl server/url table function/https server url function checks/TLSv1.1 suite connection should be rejected OK 12s 235ms
/ssl server/url table function/https server url function checks/TLSv1.3 suite connection should be rejected OK 12s 203ms
/ssl server/url table function/https server url function checks/just disabling TLSv1 suite connection should work OK 12s 159ms
/ssl server/url table function/https server url function checks/just disabling TLSv1.1 suite connection should work XFail 12s 160ms
/ssl server/url table function/https server url function checks/just disabling TLSv1.3 suite connection should work OK 12s 242ms
/ssl server/url table function/https server url function checks/connection using FIPS compatible cipher ECDHE-RSA-AES128-GCM-SHA256 should work OK 12s 212ms
/ssl server/url table function/https server url function checks/connection using FIPS compatible cipher ECDHE-RSA-AES256-GCM-SHA384 should work OK 12s 143ms
/ssl server/url table function/https server url function checks/connection using FIPS compatible cipher ECDHE-ECDSA-AES128-GCM-SHA256 should work XFail 12s 160ms
/ssl server/url table function/https server url function checks/connection using FIPS compatible cipher ECDHE-ECDSA-AES256-GCM-SHA384 should work XFail 12s 236ms
/ssl server/url table function/https server url function checks/connection using FIPS compatible cipher AES128-GCM-SHA256 should work OK 12s 115ms
/ssl server/url table function/https server url function checks/connection using FIPS compatible cipher AES256-GCM-SHA384 should work OK 12s 316ms
/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 12s 155ms
/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 99ms
/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 166ms
/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 12s 299ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher ECDHE-ECDSA-CHACHA20-POLY1305 should be rejected OK 12s 276ms
/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 202ms
/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 188ms
/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 12s 189ms
/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 145ms
/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 280ms
/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 256ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher ECDHE-ECDSA-AES128-SHA256 should be rejected OK 12s 130ms
/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 289ms
/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 156ms
/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 147ms
/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 139ms
/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 153ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher ECDHE-ECDSA-AES128-SHA should be rejected OK 12s 271ms
/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 148ms
/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 217ms
/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 213ms
/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 217ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher RSA-PSK-CHACHA20-POLY1305 should be rejected OK 12s 215ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher DHE-PSK-CHACHA20-POLY1305 should be rejected OK 12s 181ms
/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 283ms
/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 221ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher PSK-CHACHA20-POLY1305 should be rejected OK 12s 140ms
/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 161ms
/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 12s 260ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher PSK-AES128-GCM-SHA256 should be rejected OK 12s 218ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher AES256-SHA256 should be rejected OK 12s 299ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher AES128-SHA256 should be rejected OK 12s 185ms
/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 272ms
/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 321ms
/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 291ms
/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 321ms
/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 393ms
/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 255ms
/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 280ms
/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 12s 191ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher AES256-SHA should be rejected OK 12s 223ms
/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 357ms
/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 232ms
/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 220ms
/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 339ms
/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 12s 205ms
/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 318ms
/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 192ms
/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 12s 311ms
/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 181ms
/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 180ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher AES128-SHA should be rejected OK 12s 280ms
/ssl server/url table function/https server url function checks/connection using non-FIPS compatible cipher PSK-AES128-CBC-SHA256 should be rejected OK 12s 226ms
/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 275ms
/ssl server/url table function/http server url function checks OK 31s 84ms
/ssl server/url table function/http server url function checks/I read data from the http server using url table function OK 288ms
/ssl server/dictionary OK 15m 39s
/ssl server/dictionary/https server dictionary checks OK 14m 38s
/ssl server/dictionary/https server dictionary checks/Connection with no protocols should be rejected OK 13s 346ms
/ssl server/dictionary/https server dictionary checks/TLSv1.2 suite connection should work OK 12s 432ms
/ssl server/dictionary/https server dictionary checks/TLSv1 suite connection should be rejected OK 12s 454ms
/ssl server/dictionary/https server dictionary checks/TLSv1.1 suite connection should be rejected OK 12s 371ms
/ssl server/dictionary/https server dictionary checks/TLSv1.3 suite connection should be rejected OK 12s 317ms
/ssl server/dictionary/https server dictionary checks/just disabling TLSv1 suite connection should work OK 12s 451ms
/ssl server/dictionary/https server dictionary checks/just disabling TLSv1.1 suite connection should work XFail 12s 408ms
/ssl server/dictionary/https server dictionary checks/just disabling TLSv1.3 suite connection should work OK 12s 461ms
/ssl server/dictionary/https server dictionary checks/connection using FIPS compatible cipher ECDHE-RSA-AES128-GCM-SHA256 should work OK 12s 418ms
/ssl server/dictionary/https server dictionary checks/connection using FIPS compatible cipher ECDHE-RSA-AES256-GCM-SHA384 should work OK 12s 469ms
/ssl server/dictionary/https server dictionary checks/connection using FIPS compatible cipher ECDHE-ECDSA-AES128-GCM-SHA256 should work XFail 12s 325ms
/ssl server/dictionary/https server dictionary checks/connection using FIPS compatible cipher ECDHE-ECDSA-AES256-GCM-SHA384 should work XFail 12s 471ms
/ssl server/dictionary/https server dictionary checks/connection using FIPS compatible cipher AES128-GCM-SHA256 should work OK 12s 431ms
/ssl server/dictionary/https server dictionary checks/connection using FIPS compatible cipher AES256-GCM-SHA384 should work OK 12s 457ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher TLS_AES_256_GCM_SHA384 should be rejected OK 12s 394ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher TLS_CHACHA20_POLY1305_SHA256 should be rejected OK 12s 325ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher TLS_AES_128_GCM_SHA256 should be rejected OK 12s 503ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher DHE-RSA-AES256-GCM-SHA384 should be rejected OK 12s 425ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher ECDHE-ECDSA-CHACHA20-POLY1305 should be rejected OK 12s 401ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher ECDHE-RSA-CHACHA20-POLY1305 should be rejected OK 12s 446ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher DHE-RSA-CHACHA20-POLY1305 should be rejected OK 12s 383ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher DHE-RSA-AES128-GCM-SHA256 should be rejected OK 12s 455ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher ECDHE-ECDSA-AES256-SHA384 should be rejected OK 12s 370ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher ECDHE-RSA-AES256-SHA384 should be rejected OK 12s 455ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher DHE-RSA-AES256-SHA256 should be rejected OK 12s 487ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher ECDHE-ECDSA-AES128-SHA256 should be rejected OK 12s 388ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher ECDHE-RSA-AES128-SHA256 should be rejected OK 12s 404ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher DHE-RSA-AES128-SHA256 should be rejected OK 12s 437ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher ECDHE-ECDSA-AES256-SHA should be rejected OK 12s 448ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher ECDHE-RSA-AES256-SHA should be rejected OK 12s 424ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher DHE-RSA-AES256-SHA should be rejected OK 12s 472ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher ECDHE-ECDSA-AES128-SHA should be rejected OK 12s 363ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher ECDHE-RSA-AES128-SHA should be rejected OK 12s 436ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher DHE-RSA-AES128-SHA should be rejected OK 12s 444ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher RSA-PSK-AES256-GCM-SHA384 should be rejected OK 12s 444ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher DHE-PSK-AES256-GCM-SHA384 should be rejected OK 12s 455ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher RSA-PSK-CHACHA20-POLY1305 should be rejected OK 12s 566ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher DHE-PSK-CHACHA20-POLY1305 should be rejected OK 12s 538ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher ECDHE-PSK-CHACHA20-POLY1305 should be rejected OK 12s 565ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher PSK-AES256-GCM-SHA384 should be rejected OK 12s 427ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher PSK-CHACHA20-POLY1305 should be rejected OK 12s 390ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher RSA-PSK-AES128-GCM-SHA256 should be rejected OK 12s 470ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher DHE-PSK-AES128-GCM-SHA256 should be rejected OK 12s 504ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher PSK-AES128-GCM-SHA256 should be rejected OK 12s 430ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher AES256-SHA256 should be rejected OK 12s 444ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher AES128-SHA256 should be rejected OK 12s 437ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher ECDHE-PSK-AES256-CBC-SHA384 should be rejected OK 12s 453ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher ECDHE-PSK-AES256-CBC-SHA should be rejected OK 12s 507ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher SRP-RSA-AES-256-CBC-SHA should be rejected OK 12s 414ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher SRP-AES-256-CBC-SHA should be rejected OK 12s 509ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher RSA-PSK-AES256-CBC-SHA384 should be rejected OK 12s 600ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher DHE-PSK-AES256-CBC-SHA384 should be rejected OK 12s 567ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher RSA-PSK-AES256-CBC-SHA should be rejected OK 12s 539ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher DHE-PSK-AES256-CBC-SHA should be rejected OK 12s 471ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher AES256-SHA should be rejected OK 12s 567ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher PSK-AES256-CBC-SHA384 should be rejected OK 12s 500ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher PSK-AES256-CBC-SHA should be rejected OK 12s 611ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher ECDHE-PSK-AES128-CBC-SHA256 should be rejected OK 12s 421ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher ECDHE-PSK-AES128-CBC-SHA should be rejected OK 12s 382ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher SRP-RSA-AES-128-CBC-SHA should be rejected OK 12s 561ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher SRP-AES-128-CBC-SHA should be rejected OK 12s 393ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher RSA-PSK-AES128-CBC-SHA256 should be rejected OK 12s 570ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher DHE-PSK-AES128-CBC-SHA256 should be rejected OK 12s 512ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher RSA-PSK-AES128-CBC-SHA should be rejected OK 12s 455ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher DHE-PSK-AES128-CBC-SHA should be rejected OK 12s 458ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher AES128-SHA should be rejected OK 12s 475ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher PSK-AES128-CBC-SHA256 should be rejected OK 12s 424ms
/ssl server/dictionary/https server dictionary checks/connection using non-FIPS compatible cipher PSK-AES128-CBC-SHA should be rejected OK 12s 472ms
/ssl server/dictionary/http server dictionary checks OK 30s 988ms
/ssl server/dictionary/http server dictionary checks/connection to http server using a dictionary OK 199ms
/ssl server/fips OK 7m 19s
/ssl server/fips/server OK 1m 3s
/ssl server/fips/server/tcp connection OK 16s 254ms
/ssl server/fips/server/tcp connection/openssl s_client OK 1s 808ms
/ssl server/fips/server/tcp connection/clickhouse-client OK 14s 445ms
/ssl server/fips/server/tcp connection/clickhouse-client/fips clickhouse-client OK 6s 556ms
/ssl server/fips/server/tcp connection/clickhouse-client/non fips clickhouse-client OK 7s 888ms
/ssl server/fips/server/https connection OK 3s 399ms
/ssl server/fips/server/https connection/openssl s_client OK 1s 705ms
/ssl server/fips/server/https connection/curl OK 1s 693ms
/ssl server/fips/server/all protocols disabled OK 31s 883ms
/ssl server/fips/server/all protocols disabled/tcp connection OK 15s 297ms
/ssl server/fips/server/all protocols disabled/tcp connection/openssl s_client OK 1s 555ms
/ssl server/fips/server/all protocols disabled/tcp connection/clickhouse-client OK 13s 740ms
/ssl server/fips/server/all protocols disabled/tcp connection/clickhouse-client/fips clickhouse-client OK 6s 639ms
/ssl server/fips/server/all protocols disabled/tcp connection/clickhouse-client/non fips clickhouse-client OK 7s 99ms
/ssl server/fips/server/all protocols disabled/https connection OK 3s 288ms
/ssl server/fips/server/all protocols disabled/https connection/openssl s_client OK 1s 614ms
/ssl server/fips/server/all protocols disabled/https connection/curl OK 1s 672ms
/ssl server/fips/clickhouse client OK 42s 66ms
/ssl server/fips/clickhouse client/clickhouse-client with non restricted server OK 16s 33ms
/ssl server/fips/clickhouse client/clickhouse-client with non restricted server/fips clickhouse-client OK 7s 366ms
/ssl server/fips/clickhouse client/clickhouse-client with non restricted server/non fips clickhouse-client OK 8s 664ms
/ssl server/fips/clickhouse client/clickhouse-client with restricted server OK 13s 691ms
/ssl server/fips/clickhouse client/clickhouse-client with restricted server/fips clickhouse-client OK 6s 459ms
/ssl server/fips/clickhouse client/clickhouse-client with restricted server/non fips clickhouse-client OK 7s 231ms
/ssl server/fips/clickhouse server acting as a client OK 5m 4s
/ssl server/fips/clickhouse server acting as a client/url table function OK 2m 24s
/ssl server/fips/clickhouse server acting as a client/url table function/connection to PROTOCOL_TLS should work OK 332ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection to PROTOCOL_TLSv1 should be rejected OK 445ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection to PROTOCOL_TLSv1_1 should be rejected OK 429ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection to PROTOCOL_TLSv1_2 should work OK 402ms
/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 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-AES128-GCM-SHA256, TLS_AES_256_GCM_SHA384 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, TLS_CHACHA20_POLY1305_SHA256 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, TLS_AES_128_GCM_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: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-ECDSA-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: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-RSA-AES256-GCM-SHA384 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-AES128-GCM-SHA256, DHE-RSA-AES256-GCM-SHA384 OK 443ms
/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 414ms
/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 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, DHE-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-AES128-GCM-SHA256, ECDHE-ECDSA-AES128-GCM-SHA256 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: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-RSA-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: ECDHE-RSA-AES128-GCM-SHA256, DHE-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: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-ECDSA-AES256-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: 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 417ms
/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 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-AES128-GCM-SHA256, ECDHE-RSA-AES128-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: ECDHE-RSA-AES128-GCM-SHA256, DHE-RSA-AES128-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: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-ECDSA-AES256-SHA OK 465ms
/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 417ms
/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 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, ECDHE-ECDSA-AES128-SHA 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: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-RSA-AES128-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: ECDHE-RSA-AES128-GCM-SHA256, DHE-RSA-AES128-SHA OK 465ms
/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 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-AES128-GCM-SHA256, DHE-PSK-AES256-GCM-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, RSA-PSK-CHACHA20-POLY1305 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-AES128-GCM-SHA256, DHE-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-AES128-GCM-SHA256, ECDHE-PSK-CHACHA20-POLY1305 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, AES256-GCM-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, PSK-AES256-GCM-SHA384 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: ECDHE-RSA-AES128-GCM-SHA256, PSK-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: ECDHE-RSA-AES128-GCM-SHA256, RSA-PSK-AES128-GCM-SHA256 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, DHE-PSK-AES128-GCM-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-AES128-GCM-SHA256, 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: ECDHE-RSA-AES128-GCM-SHA256, PSK-AES128-GCM-SHA256 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, AES256-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: ECDHE-RSA-AES128-GCM-SHA256, AES128-SHA256 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, 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 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, SRP-RSA-AES-256-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: ECDHE-RSA-AES128-GCM-SHA256, SRP-AES-256-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, RSA-PSK-AES256-CBC-SHA384 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, DHE-PSK-AES256-CBC-SHA384 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, RSA-PSK-AES256-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, DHE-PSK-AES256-CBC-SHA 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-AES128-GCM-SHA256, AES256-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-AES128-GCM-SHA256, PSK-AES256-CBC-SHA384 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: ECDHE-RSA-AES128-GCM-SHA256, PSK-AES256-CBC-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, ECDHE-PSK-AES128-CBC-SHA256 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: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-PSK-AES128-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-AES128-GCM-SHA256, SRP-RSA-AES-128-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: ECDHE-RSA-AES128-GCM-SHA256, SRP-AES-128-CBC-SHA 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: ECDHE-RSA-AES128-GCM-SHA256, RSA-PSK-AES128-CBC-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: ECDHE-RSA-AES128-GCM-SHA256, DHE-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: ECDHE-RSA-AES128-GCM-SHA256, RSA-PSK-AES128-CBC-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, DHE-PSK-AES128-CBC-SHA 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-AES128-GCM-SHA256, 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-AES128-GCM-SHA256, PSK-AES128-CBC-SHA256 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, PSK-AES128-CBC-SHA OK 434ms
/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 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, TLS_AES_256_GCM_SHA384 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, TLS_CHACHA20_POLY1305_SHA256 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: ECDHE-RSA-AES256-GCM-SHA384, TLS_AES_128_GCM_SHA256 OK 142ms
/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 350ms
/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 414ms
/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 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, 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 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, DHE-RSA-CHACHA20-POLY1305 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-AES256-GCM-SHA384, ECDHE-ECDSA-AES128-GCM-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-RSA-AES128-GCM-SHA256 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: ECDHE-RSA-AES256-GCM-SHA384, DHE-RSA-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: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-ECDSA-AES256-SHA384 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: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-RSA-AES256-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-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, ECDHE-ECDSA-AES128-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: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-RSA-AES128-SHA256 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, DHE-RSA-AES128-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: ECDHE-RSA-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: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-RSA-AES256-SHA 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, DHE-RSA-AES256-SHA 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: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-ECDSA-AES128-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-AES256-GCM-SHA384, ECDHE-RSA-AES128-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: ECDHE-RSA-AES256-GCM-SHA384, DHE-RSA-AES128-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-AES256-GCM-SHA384, RSA-PSK-AES256-GCM-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: ECDHE-RSA-AES256-GCM-SHA384, DHE-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-AES256-GCM-SHA384, RSA-PSK-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-PSK-CHACHA20-POLY1305 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-AES256-GCM-SHA384, ECDHE-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, AES256-GCM-SHA384 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: ECDHE-RSA-AES256-GCM-SHA384, PSK-AES256-GCM-SHA384 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: ECDHE-RSA-AES256-GCM-SHA384, PSK-CHACHA20-POLY1305 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, RSA-PSK-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: ECDHE-RSA-AES256-GCM-SHA384, DHE-PSK-AES128-GCM-SHA256 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-AES256-GCM-SHA384, AES128-GCM-SHA256 OK 485ms
/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 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, AES256-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, AES128-SHA256 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-PSK-AES256-CBC-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: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-PSK-AES256-CBC-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, SRP-RSA-AES-256-CBC-SHA OK 443ms
/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 435ms
/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 443ms
/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 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, RSA-PSK-AES256-CBC-SHA OK 457ms
/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 396ms
/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 417ms
/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 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-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-AES256-GCM-SHA384, ECDHE-PSK-AES128-CBC-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: ECDHE-RSA-AES256-GCM-SHA384, ECDHE-PSK-AES128-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: ECDHE-RSA-AES256-GCM-SHA384, SRP-RSA-AES-128-CBC-SHA 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, SRP-AES-128-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, RSA-PSK-AES128-CBC-SHA256 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, DHE-PSK-AES128-CBC-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: ECDHE-RSA-AES256-GCM-SHA384, RSA-PSK-AES128-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-AES256-GCM-SHA384, DHE-PSK-AES128-CBC-SHA 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, AES128-SHA 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: ECDHE-RSA-AES256-GCM-SHA384, PSK-AES128-CBC-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: ECDHE-RSA-AES256-GCM-SHA384, PSK-AES128-CBC-SHA OK 417ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using FIPS compatible cipher AES128-GCM-SHA256 should work 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, TLS_AES_256_GCM_SHA384 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: AES128-GCM-SHA256, TLS_CHACHA20_POLY1305_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: AES128-GCM-SHA256, TLS_AES_128_GCM_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: AES128-GCM-SHA256, ECDHE-ECDSA-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-RSA-AES256-GCM-SHA384 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, DHE-RSA-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: AES128-GCM-SHA256, ECDHE-ECDSA-CHACHA20-POLY1305 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, ECDHE-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: AES128-GCM-SHA256, DHE-RSA-CHACHA20-POLY1305 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: AES128-GCM-SHA256, ECDHE-ECDSA-AES128-GCM-SHA256 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: AES128-GCM-SHA256, ECDHE-RSA-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: AES128-GCM-SHA256, DHE-RSA-AES128-GCM-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: AES128-GCM-SHA256, ECDHE-ECDSA-AES256-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: AES128-GCM-SHA256, ECDHE-RSA-AES256-SHA384 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: AES128-GCM-SHA256, DHE-RSA-AES256-SHA256 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: AES128-GCM-SHA256, ECDHE-ECDSA-AES128-SHA256 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: AES128-GCM-SHA256, ECDHE-RSA-AES128-SHA256 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: AES128-GCM-SHA256, DHE-RSA-AES128-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: AES128-GCM-SHA256, ECDHE-ECDSA-AES256-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: AES128-GCM-SHA256, ECDHE-RSA-AES256-SHA 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-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: AES128-GCM-SHA256, ECDHE-ECDSA-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, ECDHE-RSA-AES128-SHA OK 443ms
/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 415ms
/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 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, DHE-PSK-AES256-GCM-SHA384 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: AES128-GCM-SHA256, RSA-PSK-CHACHA20-POLY1305 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, 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: AES128-GCM-SHA256, ECDHE-PSK-CHACHA20-POLY1305 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: AES128-GCM-SHA256, AES256-GCM-SHA384 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: 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: AES128-GCM-SHA256, PSK-CHACHA20-POLY1305 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, RSA-PSK-AES128-GCM-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: AES128-GCM-SHA256, DHE-PSK-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: AES128-GCM-SHA256, AES128-GCM-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, PSK-AES128-GCM-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, AES256-SHA256 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, AES128-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: 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: AES128-GCM-SHA256, ECDHE-PSK-AES256-CBC-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, SRP-RSA-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: AES128-GCM-SHA256, SRP-AES-256-CBC-SHA 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: AES128-GCM-SHA256, RSA-PSK-AES256-CBC-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: AES128-GCM-SHA256, DHE-PSK-AES256-CBC-SHA384 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: 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 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, AES256-SHA OK 443ms
/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 413ms
/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 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, ECDHE-PSK-AES128-CBC-SHA256 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: AES128-GCM-SHA256, ECDHE-PSK-AES128-CBC-SHA 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: AES128-GCM-SHA256, SRP-RSA-AES-128-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, SRP-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, RSA-PSK-AES128-CBC-SHA256 OK 443ms
/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 425ms
/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 466ms
/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 409ms
/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 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, 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, PSK-AES128-CBC-SHA OK 421ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using FIPS compatible cipher AES256-GCM-SHA384 should work 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, TLS_AES_256_GCM_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: AES256-GCM-SHA384, TLS_CHACHA20_POLY1305_SHA256 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: AES256-GCM-SHA384, TLS_AES_128_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-GCM-SHA384 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: AES256-GCM-SHA384, ECDHE-RSA-AES256-GCM-SHA384 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, DHE-RSA-AES256-GCM-SHA384 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, ECDHE-ECDSA-CHACHA20-POLY1305 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: AES256-GCM-SHA384, 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: AES256-GCM-SHA384, DHE-RSA-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: AES256-GCM-SHA384, 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: AES256-GCM-SHA384, ECDHE-RSA-AES128-GCM-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, 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: AES256-GCM-SHA384, ECDHE-ECDSA-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: AES256-GCM-SHA384, ECDHE-RSA-AES256-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: AES256-GCM-SHA384, DHE-RSA-AES256-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: AES256-GCM-SHA384, ECDHE-ECDSA-AES128-SHA256 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-AES128-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, 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: AES256-GCM-SHA384, ECDHE-ECDSA-AES256-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: AES256-GCM-SHA384, ECDHE-RSA-AES256-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, DHE-RSA-AES256-SHA 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-AES128-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: AES256-GCM-SHA384, ECDHE-RSA-AES128-SHA 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, DHE-RSA-AES128-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, RSA-PSK-AES256-GCM-SHA384 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: AES256-GCM-SHA384, DHE-PSK-AES256-GCM-SHA384 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, RSA-PSK-CHACHA20-POLY1305 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: AES256-GCM-SHA384, DHE-PSK-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: AES256-GCM-SHA384, ECDHE-PSK-CHACHA20-POLY1305 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: AES256-GCM-SHA384, AES256-GCM-SHA384 OK 498ms
/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 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, PSK-CHACHA20-POLY1305 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, RSA-PSK-AES128-GCM-SHA256 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-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, AES128-GCM-SHA256 OK 487ms
/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 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, AES256-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, AES128-SHA256 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-PSK-AES256-CBC-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: AES256-GCM-SHA384, ECDHE-PSK-AES256-CBC-SHA 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, SRP-RSA-AES-256-CBC-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, SRP-AES-256-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: AES256-GCM-SHA384, RSA-PSK-AES256-CBC-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: AES256-GCM-SHA384, DHE-PSK-AES256-CBC-SHA384 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: 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 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, AES256-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, PSK-AES256-CBC-SHA384 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: AES256-GCM-SHA384, PSK-AES256-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, ECDHE-PSK-AES128-CBC-SHA256 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: AES256-GCM-SHA384, ECDHE-PSK-AES128-CBC-SHA 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, SRP-RSA-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: AES256-GCM-SHA384, SRP-AES-128-CBC-SHA OK 457ms
/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 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-PSK-AES128-CBC-SHA256 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, RSA-PSK-AES128-CBC-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: AES256-GCM-SHA384, DHE-PSK-AES128-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: AES256-GCM-SHA384, AES128-SHA 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: AES256-GCM-SHA384, PSK-AES128-CBC-SHA256 OK 443ms
/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 470ms
/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 302ms
/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 117ms
/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 115ms
/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 128ms
/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 126ms
/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 120ms
/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 127ms
/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 119ms
/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 127ms
/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 118ms
/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 126ms
/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 116ms
/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 115ms
/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 114ms
/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 116ms
/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 127ms
/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 111ms
/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 115ms
/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 121ms
/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 125ms
/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 151ms
/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 121ms
/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 124ms
/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 118ms
/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 128ms
/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 119ms
/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 117ms
/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 122ms
/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 135ms
/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 123ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher AES256-SHA256 should be rejected OK 127ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher AES128-SHA256 should be rejected OK 130ms
/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 123ms
/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 125ms
/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 119ms
/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 124ms
/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 124ms
/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 114ms
/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 124ms
/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 122ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher AES256-SHA should be rejected OK 118ms
/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 135ms
/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 119ms
/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 119ms
/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 143ms
/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 158ms
/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 125ms
/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 151ms
/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 137ms
/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 138ms
/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 129ms
/ssl server/fips/clickhouse server acting as a client/url table function/connection using non-FIPS compatible cipher AES128-SHA should be rejected OK 130ms
/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 126ms
/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 134ms
/ssl server/fips/clickhouse server acting as a client/dictionary OK 2m 26s
/ssl server/fips/clickhouse server acting as a client/dictionary/connection to PROTOCOL_TLS should work OK 442ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection to PROTOCOL_TLSv1 should be rejected OK 412ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection to PROTOCOL_TLSv1_1 should be rejected OK 427ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection to PROTOCOL_TLSv1_2 should work OK 432ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using FIPS compatible cipher ECDHE-RSA-AES128-GCM-SHA256 should work OK 432ms
/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 432ms
/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 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, TLS_AES_128_GCM_SHA256 OK 407ms
/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 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-RSA-AES256-GCM-SHA384 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-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-AES128-GCM-SHA256, ECDHE-ECDSA-CHACHA20-POLY1305 OK 412ms
/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 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-CHACHA20-POLY1305 OK 424ms
/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 438ms
/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 434ms
/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 412ms
/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 425ms
/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 412ms
/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 449ms
/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 418ms
/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 424ms
/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 450ms
/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 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-RSA-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: ECDHE-RSA-AES128-GCM-SHA256, DHE-RSA-AES256-SHA OK 429ms
/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 448ms
/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 414ms
/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 429ms
/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 463ms
/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 422ms
/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 456ms
/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 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, ECDHE-PSK-CHACHA20-POLY1305 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, AES256-GCM-SHA384 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, PSK-AES256-GCM-SHA384 OK 463ms
/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 429ms
/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 418ms
/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 437ms
/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 431ms
/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 433ms
/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 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, AES128-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-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: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-PSK-AES256-CBC-SHA OK 430ms
/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 402ms
/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 410ms
/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 404ms
/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 415ms
/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 419ms
/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 425ms
/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 430ms
/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 410ms
/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 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, ECDHE-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-AES128-GCM-SHA256, ECDHE-PSK-AES128-CBC-SHA 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-AES128-GCM-SHA256, SRP-RSA-AES-128-CBC-SHA 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-AES128-GCM-SHA256, SRP-AES-128-CBC-SHA OK 450ms
/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 431ms
/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 410ms
/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 413ms
/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 422ms
/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 397ms
/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 440ms
/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 415ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using FIPS compatible cipher ECDHE-RSA-AES256-GCM-SHA384 should work OK 429ms
/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 424ms
/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 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, TLS_AES_128_GCM_SHA256 OK 436ms
/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 430ms
/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 425ms
/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 401ms
/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 444ms
/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 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, DHE-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, ECDHE-ECDSA-AES128-GCM-SHA256 OK 452ms
/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 409ms
/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 420ms
/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 420ms
/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 422ms
/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 498ms
/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 459ms
/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 242ms
/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 229ms
/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 246ms
/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 233ms
/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 248ms
/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 321ms
/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 419ms
/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 419ms
/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 429ms
/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 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, RSA-PSK-CHACHA20-POLY1305 OK 429ms
/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 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, ECDHE-PSK-CHACHA20-POLY1305 OK 434ms
/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 415ms
/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 394ms
/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 457ms
/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 407ms
/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 412ms
/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 415ms
/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 412ms
/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 412ms
/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 433ms
/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 393ms
/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 433ms
/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 415ms
/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 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, DHE-PSK-AES256-CBC-SHA384 OK 441ms
/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 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-PSK-AES256-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-AES256-GCM-SHA384, AES256-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-AES256-CBC-SHA384 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-AES256-CBC-SHA 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, ECDHE-PSK-AES128-CBC-SHA256 OK 429ms
/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 463ms
/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 407ms
/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 421ms
/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 409ms
/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 421ms
/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 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-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: ECDHE-RSA-AES256-GCM-SHA384, AES128-SHA OK 444ms
/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 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, PSK-AES128-CBC-SHA OK 434ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using FIPS compatible cipher AES128-GCM-SHA256 should work 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, TLS_AES_256_GCM_SHA384 OK 423ms
/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 401ms
/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 427ms
/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 406ms
/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 400ms
/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 406ms
/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 410ms
/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 445ms
/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 420ms
/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 446ms
/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 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, DHE-RSA-AES128-GCM-SHA256 OK 408ms
/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 417ms
/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 435ms
/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 426ms
/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 445ms
/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 401ms
/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 425ms
/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 413ms
/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 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, DHE-RSA-AES256-SHA OK 417ms
/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 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, ECDHE-RSA-AES128-SHA OK 424ms
/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 431ms
/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 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, DHE-PSK-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: AES128-GCM-SHA256, RSA-PSK-CHACHA20-POLY1305 OK 420ms
/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 415ms
/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 412ms
/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 422ms
/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 398ms
/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 435ms
/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 394ms
/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 427ms
/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 417ms
/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 421ms
/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 421ms
/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 463ms
/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 423ms
/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 422ms
/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 410ms
/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 416ms
/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 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, DHE-PSK-AES256-CBC-SHA384 OK 410ms
/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 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, DHE-PSK-AES256-CBC-SHA OK 263ms
/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 227ms
/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 225ms
/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 236ms
/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 539ms
/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 420ms
/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 416ms
/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 395ms
/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 421ms
/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 411ms
/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 395ms
/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 410ms
/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 413ms
/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 400ms
/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 408ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using FIPS compatible cipher AES256-GCM-SHA384 should work OK 417ms
/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 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, TLS_CHACHA20_POLY1305_SHA256 OK 416ms
/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 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, ECDHE-ECDSA-AES256-GCM-SHA384 OK 440ms
/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 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, DHE-RSA-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, ECDHE-ECDSA-CHACHA20-POLY1305 OK 395ms
/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 428ms
/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 440ms
/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 416ms
/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 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, DHE-RSA-AES128-GCM-SHA256 OK 419ms
/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 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, ECDHE-RSA-AES256-SHA384 OK 415ms
/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 409ms
/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 417ms
/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 430ms
/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 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, ECDHE-ECDSA-AES256-SHA OK 418ms
/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 402ms
/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 416ms
/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 415ms
/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 409ms
/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 422ms
/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 425ms
/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 457ms
/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 418ms
/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 445ms
/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 428ms
/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 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, PSK-CHACHA20-POLY1305 OK 407ms
/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 427ms
/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 436ms
/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 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, PSK-AES128-GCM-SHA256 OK 247ms
/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 241ms
/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 228ms
/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 234ms
/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 577ms
/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 432ms
/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 393ms
/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 424ms
/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 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-AES256-CBC-SHA OK 428ms
/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 418ms
/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 433ms
/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 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-SHA OK 421ms
/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 415ms
/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 398ms
/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 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, SRP-AES-128-CBC-SHA 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, RSA-PSK-AES128-CBC-SHA256 OK 415ms
/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 446ms
/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 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, DHE-PSK-AES128-CBC-SHA OK 406ms
/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 409ms
/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 455ms
/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 397ms
/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 309ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher TLS_CHACHA20_POLY1305_SHA256 should be rejected OK 240ms
/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 253ms
/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 235ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher ECDHE-ECDSA-CHACHA20-POLY1305 should be rejected OK 243ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher ECDHE-RSA-CHACHA20-POLY1305 should be rejected OK 230ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher DHE-RSA-CHACHA20-POLY1305 should be rejected OK 235ms
/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 249ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher ECDHE-ECDSA-AES256-SHA384 should be rejected OK 228ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher ECDHE-RSA-AES256-SHA384 should be rejected OK 239ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher DHE-RSA-AES256-SHA256 should be rejected OK 238ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher ECDHE-ECDSA-AES128-SHA256 should be rejected OK 242ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher ECDHE-RSA-AES128-SHA256 should be rejected OK 251ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher DHE-RSA-AES128-SHA256 should be rejected OK 246ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher ECDHE-ECDSA-AES256-SHA should be rejected OK 244ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher ECDHE-RSA-AES256-SHA should be rejected OK 228ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher DHE-RSA-AES256-SHA should be rejected OK 239ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher ECDHE-ECDSA-AES128-SHA should be rejected OK 226ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher ECDHE-RSA-AES128-SHA should be rejected OK 219ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher DHE-RSA-AES128-SHA should be rejected OK 241ms
/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 224ms
/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 227ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher RSA-PSK-CHACHA20-POLY1305 should be rejected OK 230ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher DHE-PSK-CHACHA20-POLY1305 should be rejected OK 223ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher ECDHE-PSK-CHACHA20-POLY1305 should be rejected OK 230ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher PSK-AES256-GCM-SHA384 should be rejected OK 241ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher PSK-CHACHA20-POLY1305 should be rejected OK 250ms
/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 217ms
/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 220ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher PSK-AES128-GCM-SHA256 should be rejected OK 221ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher AES256-SHA256 should be rejected OK 235ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher AES128-SHA256 should be rejected OK 255ms
/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 219ms
/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 223ms
/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 213ms
/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 218ms
/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 229ms
/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 224ms
/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 219ms
/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 223ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher AES256-SHA should be rejected OK 228ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher PSK-AES256-CBC-SHA384 should be rejected OK 227ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher PSK-AES256-CBC-SHA should be rejected OK 224ms
/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 232ms
/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 237ms
/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 236ms
/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 223ms
/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 234ms
/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 234ms
/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 226ms
/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 221ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher AES128-SHA should be rejected OK 226ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher PSK-AES128-CBC-SHA256 should be rejected OK 230ms
/ssl server/fips/clickhouse server acting as a client/dictionary/connection using non-FIPS compatible cipher PSK-AES128-CBC-SHA should be rejected OK 228ms
/ssl server/zookeeper OK 10m 14s
/ssl server/zookeeper/secure connection OK 32s 19ms
/ssl server/zookeeper/secure connection to invalid zookeeper port OK 57s 242ms
/ssl server/zookeeper/secure connection with empty truststore OK 57s 322ms
/ssl server/zookeeper/secure connection with unsigned client certificate OK 57s 268ms
/ssl server/zookeeper/secure connection without client certificate OK 57s 12ms
/ssl server/zookeeper/fips OK 5m 19s
/ssl server/zookeeper/fips/ECDHE-RSA-AES128-GCM-SHA256 OK 31s 41ms
/ssl server/zookeeper/fips/ECDHE-RSA-AES256-GCM-SHA384 OK 31s 19ms
/ssl server/zookeeper/fips/ECDHE-ECDSA-AES128-GCM-SHA256 OK 56s 653ms
/ssl server/zookeeper/fips/ECDHE-ECDSA-AES256-GCM-SHA384 OK 56s 532ms
/ssl server/zookeeper/fips/AES128-GCM-SHA256 OK 56s 598ms
/ssl server/zookeeper/fips/AES256-GCM-SHA384 OK 56s 584ms
/ssl server/zookeeper/fips/any compatible OK 31s 20ms
/ssl server/zookeeper fips OK 9m 47s
/ssl server/zookeeper fips/secure connection OK 27s 959ms
/ssl server/zookeeper fips/secure connection to invalid zookeeper port OK 54s 340ms
/ssl server/zookeeper fips/secure connection with empty truststore OK 59s 834ms
/ssl server/zookeeper fips/secure connection with unsigned client certificate OK 53s 950ms
/ssl server/zookeeper fips/secure connection without client certificate OK 53s 627ms
/ssl server/zookeeper fips/fips OK 4m 58s
/ssl server/zookeeper fips/fips/ECDHE-RSA-AES128-GCM-SHA256 OK 28s 21ms
/ssl server/zookeeper fips/fips/ECDHE-RSA-AES256-GCM-SHA384 OK 28s 1ms
/ssl server/zookeeper fips/fips/ECDHE-ECDSA-AES128-GCM-SHA256 OK 53s 505ms
/ssl server/zookeeper fips/fips/ECDHE-ECDSA-AES256-GCM-SHA384 OK 53s 582ms
/ssl server/zookeeper fips/fips/AES128-GCM-SHA256 OK 53s 471ms
/ssl server/zookeeper fips/fips/AES256-GCM-SHA384 OK 53s 563ms
/ssl server/zookeeper fips/fips/any compatible OK 28s 81ms
/ssl server/ca chain OK 27m 45s
/ssl server/ca chain/use root ca OK 3m 40s
/ssl server/ca chain/use root ca/with caconfig OK 1m 46s
/ssl server/ca chain/use root ca/with caconfig/all certificates in chain OK 52s 116ms
/ssl server/ca chain/use root ca/with caconfig/invalid first CA in chain on one node OK 54s 64ms
/ssl server/ca chain/use root ca/without caconfig OK 1m 54s
/ssl server/ca chain/use root ca/without caconfig/all trusted OK 56s 820ms
/ssl server/ca chain/use root ca/without caconfig/missing first trusted CA on one node OK 57s 743ms
/ssl server/ca chain/use first intermediate ca OK 6m 36s
/ssl server/ca chain/use first intermediate ca/with caconfig OK 2m 37s
/ssl server/ca chain/use first intermediate ca/with caconfig/all certificates in chain OK 52s 545ms
/ssl server/ca chain/use first intermediate ca/with caconfig/missing first CA in chain on one node OK 52s 565ms
/ssl server/ca chain/use first intermediate ca/with caconfig/missing last CA in chain on one node OK 52s 164ms
/ssl server/ca chain/use first intermediate ca/with caconfig OK 54s 816ms
/ssl server/ca chain/use first intermediate ca/without caconfig OK 3m 4s
/ssl server/ca chain/use first intermediate ca/without caconfig/without caconfig OK 1m 2s
/ssl server/ca chain/use first intermediate ca/without caconfig/missing first trusted CA on one node OK 1m 2s
/ssl server/ca chain/use first intermediate ca/without caconfig/missing last trusted CA on one node OK 59s 822ms
/ssl server/ca chain/use second intermediate ca OK 17m 26s
/ssl server/ca chain/use second intermediate ca/server certificate with chain OK 7m 30s
/ssl server/ca chain/use second intermediate ca/server certificate with chain/with caconfig OK 3m 35s
/ssl server/ca chain/use second intermediate ca/server certificate with chain/with caconfig/all certificates present OK 54s 409ms
/ssl server/ca chain/use second intermediate ca/server certificate with chain/with caconfig/missing first CA in chain on one node OK 51s 802ms
/ssl server/ca chain/use second intermediate ca/server certificate with chain/with caconfig/missing last CA in chain on one node OK 54s 851ms
/ssl server/ca chain/use second intermediate ca/server certificate with chain/with caconfig/missing all CA in chain on one node OK 54s 576ms
/ssl server/ca chain/use second intermediate ca/server certificate with chain/without caconfig OK 3m 55s
/ssl server/ca chain/use second intermediate ca/server certificate with chain/without caconfig/all certificates present OK 1m 0s
/ssl server/ca chain/use second intermediate ca/server certificate with chain/without caconfig/missing first CA in chain on one node OK 58s 123ms
/ssl server/ca chain/use second intermediate ca/server certificate with chain/without caconfig/missing last CA in chain on one node OK 58s 71ms
/ssl server/ca chain/use second intermediate ca/server certificate with chain/without caconfig/missing all CA in chain on one node OK 58s 407ms
/ssl server/ca chain/use second intermediate ca/server certificate without chain OK 9m 55s
/ssl server/ca chain/use second intermediate ca/server certificate without chain/with caconfig OK 4m 33s
/ssl server/ca chain/use second intermediate ca/server certificate without chain/with caconfig/all certificates present OK 53s 555ms
/ssl server/ca chain/use second intermediate ca/server certificate without chain/with caconfig/missing first CA in chain on one node OK 54s 26ms
/ssl server/ca chain/use second intermediate ca/server certificate without chain/with caconfig/missing middle CA in chain on one node OK 56s 67ms
/ssl server/ca chain/use second intermediate ca/server certificate without chain/with caconfig/missing last CA in chain on one node OK 56s 415ms
/ssl server/ca chain/use second intermediate ca/server certificate without chain/with caconfig/missing some CA in chain on all nodes OK 53s 883ms
/ssl server/ca chain/use second intermediate ca/server certificate without chain/without caconfig OK 5m 21s
/ssl server/ca chain/use second intermediate ca/server certificate without chain/without caconfig/all certificates present OK 1m 6s
/ssl server/ca chain/use second intermediate ca/server certificate without chain/without caconfig/missing first trusted CA on one node OK 1m 3s
/ssl server/ca chain/use second intermediate ca/server certificate without chain/without caconfig/missing middle trusted CA on one node OK 1m 4s
/ssl server/ca chain/use second intermediate ca/server certificate without chain/without caconfig/missing last trusted CA on one node OK 1m 3s
/ssl server/ca chain/use second intermediate ca/server certificate without chain/without caconfig/missing trusted CA on all nodes OK 1m 3s

Generated by TestFlows Open-Source Test Framework v1.9.230315.1003122