Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Cedar/AzureClient.c')
-rw-r--r--src/Cedar/AzureClient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cedar/AzureClient.c b/src/Cedar/AzureClient.c
index 9982565f..bb09e0f3 100644
--- a/src/Cedar/AzureClient.c
+++ b/src/Cedar/AzureClient.c
@@ -184,7 +184,7 @@ void AcWaitForRequest(AZURE_CLIENT *ac, SOCK *s, AZURE_PARAM *param)
SetTimeout(ns, param->DataTimeout);
- if (StartSSLEx(ns, NULL, NULL, true, 0, NULL))
+ if (StartSSLEx(ns, NULL, NULL, true, 0, NULL)) // DO NOT SET SNI Hostname !!
{
// Check certification
char server_cert_hash_str[MAX_SIZE];