1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-06-02 06:01:10 +00:00

Allow tests to succeed when libshout does not support TLS

This commit is contained in:
Moritz Grimm 2020-01-19 00:45:47 +01:00
parent f35c3115b6
commit a35794bba6

View File

@ -32,8 +32,14 @@
<!--
Configure TLS requirement: none, may, required (default: "may")
For compatibility reasons, the default configuration and this example
is "may". THIS IS INSECURE. It allows a MitM to intercept the
password and tamper with the stream. It is recommended to set this to
"required" when configuring TLS to secure streaming over untrusted
networks.
-->
<tls>Required</tls>
<tls>May</tls>
<!--
Configure allowed cipher suites for TLS other than the libshout default.