commit 90cb9eea8a1bdee8385e1f14ee69cf0955420af6 from: Omar Polo date: Thu Jan 28 16:28:44 2021 UTC don't log the SNI & matching I'll re-enable this when i'll improve the logging commit - 8ef09de3d077645d29bc3e670f1d1aacab0d91cb commit + 90cb9eea8a1bdee8385e1f14ee69cf0955420af6 blob - f17bdd7d268f4432e9777ae18ea79fab405402da blob + f19116fa076b5d3e18a5593ca0bbe99e049b12d6 --- server.c +++ server.c @@ -275,10 +275,10 @@ handle_handshake(struct pollfd *fds, struct client *c) break; } - LOGD(c, "handshake: SNI: \"%s\"; decoded: \"%s\"; matched: \"%s\"", - servname != NULL ? servname : "(null)", - c->domain, - h->domain != NULL ? h->domain : "(null)"); + /* LOGD(c, "handshake: SNI: \"%s\"; decoded: \"%s\"; matched: \"%s\"", */ + /* servname != NULL ? servname : "(null)", */ + /* c->domain, */ + /* h->domain != NULL ? h->domain : "(null)"); */ if (h->domain != NULL) { c->state = S_OPEN;