mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-07 16:25:01 +03:00
v4.06-9432-beta
This commit is contained in:
@ -1577,7 +1577,7 @@ bool ServerAccept(CONNECTION *c)
|
||||
break;
|
||||
|
||||
case CLIENT_AUTHTYPE_CERT:
|
||||
if (GetGlobalServerFlag(GSF_DISABLE_CERT_AUTH) != 0)
|
||||
if (GetGlobalServerFlag(GSF_DISABLE_CERT_AUTH) == 0)
|
||||
{
|
||||
// Certificate authentication
|
||||
cert_size = PackGetDataSize(p, "cert");
|
||||
|
Reference in New Issue
Block a user