From 36296197de47f0093645b73fe40d1d6b44309aad Mon Sep 17 00:00:00 2001 From: Muhammad Kevin <56192597+GuckTubeYT@users.noreply.github.com> Date: Sat, 29 Apr 2023 22:32:58 +0700 Subject: [PATCH] Update httpService.c --- httpService.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpService.c b/httpService.c index b084768..a361838 100644 --- a/httpService.c +++ b/httpService.c @@ -119,7 +119,7 @@ struct HTTPInfo HTTPSClient(const char* website) { exit(0); } - struct TLSContext *context = tls_create_context(0, TLS_V13); + struct TLSContext *context = tls_create_context(0, TLS_V12); tls_make_exportable(context, 1); tls_client_connect(context);