mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-07 08:14:58 +03:00
Remove SSLv3 support
This commit is contained in:
@ -4431,7 +4431,7 @@ void NatTcpConnectThread(THREAD *t, void *p)
|
||||
|
||||
// Attempt to connect to the TCP host
|
||||
Debug("NatTcpConnect Connecting to %s:%u\n", hostname, port_number);
|
||||
sock = ConnectEx3(hostname, port_number, 0, &n->NatTcpCancelFlag, NULL, NULL, false, false, true);
|
||||
sock = ConnectEx3(hostname, port_number, 0, &n->NatTcpCancelFlag, NULL, NULL, false, true);
|
||||
if (sock == NULL)
|
||||
{
|
||||
// Connection failure
|
||||
|
Reference in New Issue
Block a user