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

Method finishHandshakeSSL

src/Server/MySQLHandler.cpp:670–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

668}
669
670void MySQLHandler::finishHandshakeSSL(
671 [[maybe_unused]] size_t packet_size, [[maybe_unused]] char * buf, [[maybe_unused]] size_t pos,
672 [[maybe_unused]] std::function<void(size_t)> read_bytes, [[maybe_unused]] MySQLProtocol::ConnectionPhase::HandshakeResponse & packet)
673{
674 throw Exception(ErrorCodes::SUPPORT_IS_DISABLED, "Client requested SSL, while it is disabled.");
675}
676
677#if USE_SSL
678MySQLHandlerSSL::MySQLHandlerSSL(

Callers

nothing calls this directly

Calls 10

attachFunction · 0.85
defaultServerContextMethod · 0.80
ExceptionClass · 0.50
ignoreMethod · 0.45
setReceiveTimeoutMethod · 0.45
getReceiveTimeoutMethod · 0.45
setSendTimeoutMethod · 0.45
getSendTimeoutMethod · 0.45
receivePacketMethod · 0.45

Tested by

no test coverage detected