Skip to content

Commit

Permalink
CP-41796 enable HTTPS migration by default
Browse files Browse the repository at this point in the history
Flip the default for HTTPS migration to ON. This is another step to have
no unencrypted communication.

Signed-off-by: Christian Lindig <[email protected]>
  • Loading branch information
Christian Lindig committed Mar 23, 2023
1 parent 6ed434a commit 4679475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/xapi/xapi_globs.ml
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ let web_dir = ref "/opt/xensource/www"

let website_https_only = ref true

let migration_https_only = ref false
let migration_https_only = ref true

let cluster_stack_root = ref "/usr/libexec/xapi/cluster-stack"

Expand Down

0 comments on commit 4679475

Please sign in to comment.