mirror of
https://github.com/yrutschle/sslh.git
synced 2025-04-13 07:37:15 +03:00
downgrade TLS error to info (fix #367)
This commit is contained in:
parent
555717e345
commit
40c616e94c
2
tls.c
2
tls.c
@ -83,7 +83,7 @@ parse_tls_header(const struct TLSProtocol *tls_data, const char *data, size_t da
|
|||||||
|
|
||||||
tls_content_type = data[0];
|
tls_content_type = data[0];
|
||||||
if (tls_content_type != TLS_HANDSHAKE_CONTENT_TYPE) {
|
if (tls_content_type != TLS_HANDSHAKE_CONTENT_TYPE) {
|
||||||
print_message(msg_probe_error, "Request did not begin with TLS handshake.\n");
|
print_message(msg_probe_info, "Request did not begin with TLS handshake.\n");
|
||||||
return TLS_EPROTOCOL;
|
return TLS_EPROTOCOL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user