mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 10:31:57 +00:00
Fix test_dictionaries_all_layouts_separate_sources
Fixes: <Information> ReadWriteBufferFromHTTP: Failed to make request to `https://localhost:8889/`. Error: SSL Exception: error:0A000126:SSL routines::unexpected eof while reading. Failed at try 9/10. Will retry with current backoff wait is 10000/10000 ms. --> https://github.com/openssl/openssl/discussions/22690#discussioncomment-7534909
This commit is contained in:
parent
75bebc76e1
commit
d8b1275e81
@ -592,6 +592,7 @@ void Context::createSSLContext()
|
|||||||
SSL_CTX_set_default_passwd_cb(_pSSLContext, &SSLManager::privateKeyPassphraseCallback);
|
SSL_CTX_set_default_passwd_cb(_pSSLContext, &SSLManager::privateKeyPassphraseCallback);
|
||||||
Utility::clearErrorStack();
|
Utility::clearErrorStack();
|
||||||
SSL_CTX_set_options(_pSSLContext, SSL_OP_ALL);
|
SSL_CTX_set_options(_pSSLContext, SSL_OP_ALL);
|
||||||
|
SSL_CTX_set_options(_pSSLContext, SSL_OP_IGNORE_UNEXPECTED_EOF);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user