fix: dont force TLS 1.3
This commit is contained in:
@@ -194,7 +194,7 @@ bool TinyMITMProxy::init()
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
TINYMITM_WRITELOG(verbose, "wolfssl context creation");
|
TINYMITM_WRITELOG(verbose, "wolfssl context creation");
|
||||||
_clientCtx = wolfSSL_CTX_new(wolfTLSv1_3_client_method());
|
_clientCtx = wolfSSL_CTX_new(wolfTLS_client_method());
|
||||||
if (!_clientCtx)
|
if (!_clientCtx)
|
||||||
{
|
{
|
||||||
TINYMITM_WRITELOG(error, "failed to create wolfssl context");
|
TINYMITM_WRITELOG(error, "failed to create wolfssl context");
|
||||||
|
|||||||
Reference in New Issue
Block a user