summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/state/activating_state.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/state/activating_state.cpp b/src/state/activating_state.cpp
index 8b69fac..9cbd324 100644
--- a/src/state/activating_state.cpp
+++ b/src/state/activating_state.cpp
@@ -234,7 +234,10 @@ std::unique_ptr<resource::Process>
"url=" + url,
// custom OpenBMC path for CA
"capath=/etc/ssl/certs/authority",
- "ssl-version=tlsv1.1"};
+ "ssl-version=tlsv1.1",
+ "ssl-cipher-list=ALL:!eNULL:!aNULL:"
+ "!AES256-GCM-SHA384:!AES128-GCM-SHA256:"
+ "!AES256-SHA256:!AES128-SHA256"};
// Authenticate if needed
if (machine.getTarget()->credentials)