1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2025-01-03 14:56:35 -05:00

Comment out <client_cert />

It's causing too much trouble in testing.
This commit is contained in:
Moritz Grimm 2020-01-22 23:30:43 +01:00
parent c44d05c747
commit 9be02b4d37

View File

@ -66,7 +66,7 @@
X.503 client certificate, in PEM format, containing both certificate X.503 client certificate, in PEM format, containing both certificate
(with public key) and private key in the same file, for authentication. (with public key) and private key in the same file, for authentication.
--> -->
<client_cert>/etc/ssl/ezstream.crt</client_cert> <!-- <client_cert>/etc/ssl/private/ezstream.crt</client_cert> -->
<!-- Number of reconnection attempts, before giving up (default: 0) --> <!-- Number of reconnection attempts, before giving up (default: 0) -->
<reconnect_attempts>20</reconnect_attempts> <reconnect_attempts>20</reconnect_attempts>