summaryrefslogtreecommitdiff
path: root/src/state/activating_state.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/state/activating_state.cpp')
-rw-r--r--src/state/activating_state.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/state/activating_state.cpp b/src/state/activating_state.cpp
index 6cf9f68..22225a2 100644
--- a/src/state/activating_state.cpp
+++ b/src/state/activating_state.cpp
@@ -269,7 +269,8 @@ std::unique_ptr<resource::Process>
"followlocation=false",
"ssl-cipher-list=ALL:!eNULL:!aNULL:"
"!AES256-GCM-SHA384:!AES128-GCM-SHA256:"
- "!AES256-SHA256:!AES128-SHA256"};
+ "!AES256-SHA256:!AES128-SHA256:"
+ "!ECDHE-RSA-CHACHA20-POLY1305"};
// Authenticate if needed
if (machine.getTarget()->credentials)