summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/state/activating_state.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state/activating_state.cpp b/src/state/activating_state.cpp
index b76ef12..6cf9f68 100644
--- a/src/state/activating_state.cpp
+++ b/src/state/activating_state.cpp
@@ -266,6 +266,7 @@ std::unique_ptr<resource::Process>
// custom OpenBMC path for CA
"capath=/etc/ssl/certs/authority",
"ssl-version=tlsv1.2",
+ "followlocation=false",
"ssl-cipher-list=ALL:!eNULL:!aNULL:"
"!AES256-GCM-SHA384:!AES128-GCM-SHA256:"
"!AES256-SHA256:!AES128-SHA256"};