We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e70bf33 commit e357d8dCopy full SHA for e357d8d
src/mongo/util/net/ssl_manager.cpp
@@ -1124,6 +1124,7 @@ StatusWith<boost::optional<std::string>> SSLManager::parseAndValidatePeerCertifi
1124
1125
// TODO: check optional cipher restriction, using cert.
1126
std::string peerSubjectName = getCertificateSubjectName(peerCert);
1127
+ LOG(2) << "Accepted TLS connection from peer: " << peerSubjectName;
1128
1129
// If this is an SSL client context (on a MongoDB server or client)
1130
// perform hostname validation of the remote server
0 commit comments