Commit 638690de authored by Gabriel Monnerat's avatar Gabriel Monnerat

add ssl version and socket paremeters to avoid lost connections when the connections is very slow

parent 4e5c2ce4
......@@ -7,5 +7,8 @@ CApath = %(ca_path)s
key = %(key)s
CRLpath = %(ca_crl)s
cert = %(cert)s
sslVersion = SSLv3
socket = l:TCP_NODELAY=1
socket = r:TCP_NODELAY=1
%(entry_str)s
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment