MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / preferServerCiphers

Method preferServerCiphers

base/poco/NetSSL_OpenSSL/src/Context.cpp:464–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462
463
464void Context::preferServerCiphers()
465{
466#if defined(SSL_OP_CIPHER_SERVER_PREFERENCE)
467 SSL_CTX_set_options(_pSSLContext, SSL_OP_CIPHER_SERVER_PREFERENCE);
468#endif
469}
470
471const Context::CAPaths &Context::getCAPaths()
472{

Callers 4

initDefaultContextMethod · 0.80
getSslContextProviderFunction · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected