mirror of
https://github.com/mozilla/cipherscan.git
synced 2024-11-16 20:03:41 +01:00
Changed cipher ordering for 'sensitive' servers
Prevents certain servers on choking
This commit is contained in:
parent
818bf29b02
commit
17755378cd
@ -35,9 +35,10 @@ if [ ! -e "$CACERTS" ]; then
|
||||
CACERTS="$(dirname $0)/ca-bundle.crt"
|
||||
fi
|
||||
|
||||
# RSA ciphers are put at the end to force Google servers to accept ECDSA ciphers
|
||||
# (probably a result of a workaround for the bug in Apple implementation of ECDSA)
|
||||
CIPHERSUITE="ALL:COMPLEMENTOFALL:+aRSA"
|
||||
# RSA ciphers can be placed at the end to force Google servers to accept ECDSA ciphers
|
||||
# (probably a result of a workaround for the bug in Apple implementation of ECDSA) :
|
||||
#CIPHERSUITE="ALL:COMPLEMENTOFALL:+aRSA"
|
||||
CIPHERSUITE="ALL:COMPLEMENTOFALL:aRSA"
|
||||
DEBUG=0
|
||||
VERBOSE=0
|
||||
DELAY=0
|
||||
|
Loading…
Reference in New Issue
Block a user