What steps will reproduce the problem?
Set key length to 1024
Log output
[2025-06-02T16:15:39] ERROR: secure socket error: could not use tls certificate
[2025-06-02T16:15:39] ERROR: openssl error: error:0A00018F:SSL routines::ee key too small
[2025-06-02T16:15:42] ERROR: secure socket error: could not use tls certificate
[2025-06-02T16:15:42] ERROR: openssl error: error:0A00018F:SSL routines::ee key too small
[2025-06-02T16:15:45] ERROR: secure socket error: could not use tls certificate
[2025-06-02T16:15:45] ERROR: openssl error: error:0A00018F:SSL routines::ee key too small
[2025-06-02T16:15:48] ERROR: secure socket error: could not use tls certificate
[2025-06-02T16:15:48] ERROR: openssl error: error:0A00018F:SSL routines::ee key too small
[2025-06-02T16:15:51] ERROR: secure socket error: could not use tls certificate
[2025-06-02T16:15:51] ERROR: openssl error: error:0A00018F:SSL routines::ee key too small
Additional information
We should remove it.
Downstream equivalent:
diff --git a/src/lib/gui/dialogs/SettingsDialogBase.ui b/src/lib/gui/dialogs/SettingsDialogBase.ui
index 915691bf6..c91687b81 100644
--- a/src/lib/gui/dialogs/SettingsDialogBase.ui
+++ b/src/lib/gui/dialogs/SettingsDialogBase.ui
@@ -234,14 +234,6 @@
</item>
<item>
<widget class="QComboBox" name="m_pComboBoxTlsKeyLength">
- <property name="currentText">
- <string>1024</string>
- </property>
- <item>
- <property name="text">
- <string>1024</string>
- </property>
- </item>
<item>
<property name="text">
<string>2048</string>
What steps will reproduce the problem?
Set key length to 1024
Log output
Additional information
We should remove it.
Downstream equivalent: