Skip to content

Commit 93ac5d9

Browse files
minli1robhoes
authored andcommitted
CP-29696: Change the order of cipher base on latest requirement
Signed-off-by: Min Li <[email protected]>
1 parent d22816b commit 93ac5d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ocaml/xapi/xapi_globs.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ let xenopsd_queues = ref ([
836836

837837
let default_xenopsd = ref "org.xen.xapi.xenops.xenlight"
838838

839-
let ciphersuites_good_outbound = ref "!EXPORT:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384:AES256-SHA256:RSA+AES128-SHA256:AES128-SHA"
839+
let ciphersuites_good_outbound = ref "!EXPORT:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-GCM-SHA384:AES256-SHA256:AES128-SHA:AES128-SHA256"
840840
let ciphersuites_legacy_outbound = ref "RSA+AES256-SHA:RSA+AES128-SHA:RSA+RC4-SHA:RSA+DES-CBC3-SHA"
841841

842842
let gpumon_stop_timeout = ref 10.0

scripts/init.d-xapissl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ writeconffile () {
7575

7676
# (This "good" list must match, or at least contain one of,
7777
# the ciphersuites-good-outbound list in /etc/xapi.conf.)
78-
GOOD_CIPHERS='ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384:AES256-SHA256:RSA+AES128-SHA256:AES128-SHA'
78+
GOOD_CIPHERS='ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-GCM-SHA384:AES256-SHA256:AES128-SHA:AES128-SHA256'
7979
BACK_COMPAT_CIPHERS='RSA+AES256-SHA:RSA+AES128-SHA:RSA+RC4-SHA:RSA+RC4-MD5:RSA+DES-CBC3-SHA'
8080

8181
if [ -n "${STUNNEL_IDLE_TIMEOUT}" ]; then

0 commit comments

Comments
 (0)