mirror of
https://github.com/3proxy/3proxy.git
synced 2025-11-27 18:32:38 +08:00
Fix HTTPS proxy for HTTPS addresses (#1175)
This commit is contained in:
parent
c5ba790d13
commit
7a1ca8d341
@ -536,7 +536,7 @@ static void* ssl_filter_open(void * idata, struct srvparam * srv){
|
||||
SSL_CTX_set_verify(sc->srv_ctx, SSL_VERIFY_PEER|SSL_VERIFY_FAIL_IF_NO_PEER_CERT, NULL);
|
||||
}
|
||||
}
|
||||
#ifdef WIWHSPLICE
|
||||
#ifdef WITHSPLICE
|
||||
srv->usesplice = 0;
|
||||
#endif
|
||||
return sc;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user