mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 00:32:35 +01:00
ircd::net: Disable TLS 1.0.
This commit is contained in:
parent
b398e8f424
commit
e33c4861cb
1 changed files with 1 additions and 1 deletions
|
@ -1496,7 +1496,7 @@ ircd::net::listener::acceptor::configure(const json::object &opts)
|
|||
(
|
||||
0
|
||||
//| ssl.default_workarounds
|
||||
//| ssl.no_tlsv1
|
||||
| ssl.no_tlsv1
|
||||
//| ssl.no_tlsv1_1
|
||||
//| ssl.no_tlsv1_2
|
||||
//| ssl.no_sslv2
|
||||
|
|
Loading…
Reference in a new issue