このコンテンツは選択した言語では利用できません。
Chapter 1. New features and enhancements
Red Hat JBoss Core Services (JBCS) 2.4.62 Service Pack 1 includes the following new features and enhancements.
1.1. Archive file distributions for RHEL 9 and RHEL 10 provide product version details in version.txt file リンクのコピーリンクがクリップボードにコピーされました!
The archive file distributions of JBCS 2.4.62 Service Pack 1 for Red Hat Enterprise Linux (RHEL) versions 9 and 10 include a version.txt file that provides the following product version details:
httpd packaged with JBCS 2.4.62 SP1
1.2. JBCS archive file distribution for RHEL 9 supports mod_auth_openidc package リンクのコピーリンクがクリップボードにコピーされました!
From the 2.4.62 Service Pack 1 release onward, the JBCS archive file distribution for RHEL 9 supports the mod_auth_openidc package that the RHEL 9 platform provides.
1.3. Expanded list of disabled SSL protocols in default ssl.conf file リンクのコピーリンクがクリップボードにコピーされました!
From the 2.4.62 Service Pack 1 release onward, the default ssl.conf file disables all of the following older security protocols: SSLv2, SSLv3, TLSv1, and TLSv1.1
For example:
SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1
SSLProxyProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1
This supersedes the behavior in earlier releases where the default ssl.conf file disabled the SSLv2 protocol only.
This enhancement helps to ensure that only the TLSv1.2 and TLSv1.3 protocols are used for secure connections by default.