mirror of
https://github.com/moparisthebest/curl
synced 2024-11-16 14:35:03 -05:00
tool_operate: Fix setting proxy TLS 1.3 ciphers
This commit is contained in:
parent
e2ef8d6fa1
commit
705cc899e3
@ -1273,7 +1273,7 @@ static CURLcode operate_do(struct GlobalConfig *global,
|
||||
my_setopt_str(curl, CURLOPT_TLS13_CIPHERS, config->cipher13_list);
|
||||
|
||||
if(config->proxy_cipher13_list)
|
||||
my_setopt_str(curl, CURLOPT_PROXY_SSL_CIPHER_LIST,
|
||||
my_setopt_str(curl, CURLOPT_PROXY_TLS13_CIPHERS,
|
||||
config->proxy_cipher13_list);
|
||||
|
||||
/* new in libcurl 7.9.2: */
|
||||
|
Loading…
Reference in New Issue
Block a user