You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
``allow-plain`` allows a failback to non SSL for such ports.
727
+
725
728
quic
726
729
Require QUIC termination for inbound connections. SSL :ref:`must be configured <admin-ssl-termination>` for this option to provide a functional server port.
727
730
**THIS IS EXPERIMENTAL SUPPORT AND NOT READY FOR PRODUCTION USE.**
@@ -780,6 +783,9 @@ mptcp
780
783
781
784
Requires custom Linux kernel available at https://multipath-tcp.org.
782
785
786
+
allow-plain
787
+
For TLS ports, will fall back to non-TLS processing if the TLS handshake fails.
788
+
783
789
.. topic:: Example
784
790
785
791
Listen on port 80 on any address for IPv4 and IPv6.::
0 commit comments