We've been using the wrong function to get the NSS max version We were calling SSL_VersionRangeGetSupported() which gets the versions NSS "can" handle, but SSL_VersionRangeGetDefault() gets the versions that are actually "enabled". So RHEL 7 with the latest version of nss 3.44, we were advertising and accepting TLS1.3 ciphers, but NSS was only enabled TLS1.2.
So all the clients trying to use 1.3 will get rejected, in this case it was a RHEL 8 client trying to contact a RHEL 7 server.
Metadata Update from @mreynolds: - Custom field origin adjusted to None - Custom field reviewstatus adjusted to None - Custom field rhbz adjusted to https://bugzilla.redhat.com/show_bug.cgi?id=1781276
Commit d24352c9 relates to this ticket
Commit d24352c relates to this ticket
d4702b5c3..c5541085e 389-ds-base-1.4.2 -> 389-ds-base-1.4.2
16f7b525e..de5e4acff 389-ds-base-1.4.1 -> 389-ds-base-1.4.1
da26367f8..bcb1e243c 389-ds-base-1.3.10 -> 389-ds-base-1.3.10
Metadata Update from @mreynolds: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)
389-ds-base is moving from Pagure to Github. This means that new issues and pull requests will be accepted only in 389-ds-base's github repository.
This issue has been cloned to Github and is available here: - https://github.com/389ds/389-ds-base/issues/3888
If you want to receive further updates on the issue, please navigate to the github issue and click on subscribe button.
subscribe
Thank you for understanding. We apologize for all inconvenience.
Metadata Update from @spichugi: - Issue close_status updated to: wontfix (was: fixed)