Open sumous opened 1 year ago
It looks like you are using the Chrome version. This version is compiled with BoringSSL, which doesn't support any arbitrary order of ciphers. To my understanding, it chooses the cipher order by itself. Unfortunately, I don't see a way to change that except for heavy modifications to BoringSSL.
Hi, I type the command
./out/curl-impersonate --ciphers ECDHE-ECDSA-AES128-GCM-SHA256,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384 https://tls.peet.ws/api/all
get the result below, the ciphers order is not 'ECDHE-ECDSA-AES128-GCM-SHA256,TLS_CHACHA20_POLY1305_SHA256,TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384'. How to solve the problem?