Replies: 1 comment 1 reply
-
I assume you are talking about Cockpit's web server here. There's no special configuration for that, but you should be able to create a global gnutls config file with disabling ciphers. If you want a cockpit specific config file, you can (Untested) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I want to disable the following ciphersuites for cockpit:
• TLS_RSA_WITH_AES_128_CBC_SHA
• TLS_RSA_WITH_AES_128_CCM
• TLS_RSA_WITH_AES_128_GCM_SHA256
• TLS_RSA_WITH_AES_256_CBC_SHA
• TLS_RSA_WITH_AES_256_CCM
• TLS_RSA_WITH_AES_256_GCM_SHA384
I have configured cockpit on port 19090 but I can't find a way to disable the ciphers. Cockpit is installed on Ubuntu 20.04.
Regards,
Dario
Beta Was this translation helpful? Give feedback.
All reactions