Skip to content

Commit d8b1275

Browse files
committed
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. --> openssl/openssl#22690 (comment)
1 parent 75bebc7 commit d8b1275

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base/poco/NetSSL_OpenSSL/src/Context.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,7 @@ void Context::createSSLContext()
592592
SSL_CTX_set_default_passwd_cb(_pSSLContext, &SSLManager::privateKeyPassphraseCallback);
593593
Utility::clearErrorStack();
594594
SSL_CTX_set_options(_pSSLContext, SSL_OP_ALL);
595+
SSL_CTX_set_options(_pSSLContext, SSL_OP_IGNORE_UNEXPECTED_EOF);
595596
}
596597

597598

0 commit comments

Comments
 (0)