mirror of
https://github.com/3proxy/3proxy.git
synced 2026-08-04 06:37:00 +00:00
Fix HTTPS proxy for HTTPS addresses (#1175)
This commit is contained in:
parent
bc7e9b2ac6
commit
280c7c8976
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue