You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
seo-title: "Updates to MCP Server and TLS/SSL Cipher Support in 26.0.0.5 Beta- OpenLiberty.io"
9
-
seo-description: This beta release updates the `mcpServer-1.0` feature and simplifies SSL cipher configuration by using JDK defaults and flexible `enabledCiphers` syntax.
10
-
blog_description: This beta release updates the `mcpServer-1.0` feature and simplifies SSL cipher configuration by using JDK defaults and flexible `enabledCiphers` syntax.
9
+
seo-description: This beta release updates the `mcpServer-1.0` feature and simplifies SSL cipher configuration by using the effective JDK cipher list by default and flexible `enabledCiphers` syntax.
10
+
blog_description: This beta release updates the `mcpServer-1.0` feature and simplifies SSL cipher configuration by using the effective JDK cipher list by default and flexible `enabledCiphers` syntax.
@@ -18,7 +18,7 @@ Navaneeth S Nair <https://github.com/navaneethsnair1>
18
18
:url-about: /
19
19
//Blank line here is necessary before starting the body of the post.
20
20
21
-
This beta release updates the `mcpServer-1.0` feature and simplifies SSL cipher configuration by using JDK defaults and flexible `enabledCiphers` syntax.
21
+
This beta release updates the `mcpServer-1.0` feature and simplifies SSL cipher configuration by the effective JDK cipher list by default and flexible `enabledCiphers` syntax.
22
22
23
23
// // // // // // // //
24
24
// Change the RELEASE_SUMMARY to an introductory paragraph. This sentence is really
@@ -153,7 +153,7 @@ This has been fixed to ensure proper isolation of encoder beans per application,
153
153
[#ssl]
154
154
== Update to TLS/SSL Cipher support
155
155
156
-
Liberty uses the default cipher list from the JDK. The `securityLevel` attribute in the SSL configuration is not used anymore. In addition, the `enabledCiphers` attribute in the SSL config is updated to customize the SSL ciphers in a more flexible way.
156
+
Liberty uses the effective JDK cipher list from the JDK. The `securityLevel` attribute in the SSL configuration is not used anymore. In addition, the `enabledCiphers` attribute in the SSL config is updated to customize the SSL ciphers in a more flexible way.
157
157
158
158
This change modifies the existing attribute `enabledCiphers` in the `ssl` config.
0 commit comments