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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/activating_state.cpp b/src/state/activating_state.cpp
index 8101df9..b76ef12 100644
--- a/src/state/activating_state.cpp
+++ b/src/state/activating_state.cpp
@@ -265,7 +265,7 @@ std::unique_ptr<resource::Process>
"url=" + url,
// custom OpenBMC path for CA
"capath=/etc/ssl/certs/authority",
- "ssl-version=tlsv1.1",
+ "ssl-version=tlsv1.2",
"ssl-cipher-list=ALL:!eNULL:!aNULL:"
"!AES256-GCM-SHA384:!AES128-GCM-SHA256:"
"!AES256-SHA256:!AES128-SHA256"};