SolidWallOfCode commented on code in PR #9574:
URL: https://github.com/apache/trafficserver/pull/9574#discussion_r1218589233
##########
doc/admin-guide/files/records.yaml.en.rst:
##########
@@ -783,6 +786,9 @@ mptcp
Requires custom Linux kernel available at https://multipath-tcp.org.
+allow-plain
+ For TLS ports, will fall back to non-TLS processing if the TLS handshake
fails.
Review Comment:
Fails for any reason, including say an expired certificate? Or does this
require a protocol failure? Looking at the code it seems only a protocol error
on the first read / packet will failover to plain text.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]