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

Method initializeClient

base/poco/NetSSL_OpenSSL/src/SSLManager.cpp:112–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110
111
112void SSLManager::initializeClient(PrivateKeyPassphraseHandlerPtr ptrPassphraseHandler, InvalidCertificateHandlerPtr ptrHandler, Context::Ptr ptrContext)
113{
114 _ptrClientPassphraseHandler = ptrPassphraseHandler;
115 _ptrClientCertificateHandler = ptrHandler;
116 _ptrDefaultClientContext = ptrContext;
117}
118
119
120Context::Ptr SSLManager::defaultServerContext()

Callers 1

connectToKeeperMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected