mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
Update default SSL settings from Mozilla recommmendations
Disable TLSv1.0 and TLSv1.1 by default Ref #1758
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ CZNC::CZNC()
|
||||
m_uiConnectDelay(5),
|
||||
m_uiAnonIPLimit(10),
|
||||
m_uiMaxBufferSize(500),
|
||||
m_uDisabledSSLProtocols(Csock::EDP_SSL),
|
||||
m_uDisabledSSLProtocols(Csock::EDP_SSL | Csock::EDP_TLSv1 | Csock::EDP_TLSv1_1),
|
||||
m_pModules(new CModules),
|
||||
m_uBytesRead(0),
|
||||
m_uBytesWritten(0),
|
||||
|
||||
Reference in New Issue
Block a user