Describe the situation
24.3 takes longer than expected to respond when configured with an incompatible cipher.
This affects URL function and dictionaries with a URL source.
How to reproduce
Affected version: 24.3
Non-default settings
<cipherList>some-incompatble-cipher</cipherList>
Localhost is running a simple HTTPS web-server that is configured with a restricted list of ciphers and responds with an integer.
For example, the webserver could be configured with
Describe the situation 24.3 takes longer than expected to respond when configured with an incompatible cipher. This affects URL function and dictionaries with a URL source.
How to reproduce Affected version: 24.3
<cipherList>some-incompatble-cipher</cipherList>
Localhost is running a simple HTTPS web-server that is configured with a restricted list of ciphers and responds with an integer.
For example, the webserver could be configured with
And ClickHouse with
One example:
This responds with an error message in about 30 seconds.
The effect can also be observed when selecting from a dictionary with a URL source.
Expected performance I expect similar response times to previous versions. 24.2 and 23.8 work as expected and respond with an error in under 60ms