Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1400590

Summary: Configured SSL version range reported when restarting servers.
Product: Red Hat Enterprise Linux 6 Reporter: Sankar Ramalingam <sramling>
Component: 389-ds-baseAssignee: mreynolds
Status: CLOSED WONTFIX QA Contact: Viktor Ashirov <vashirov>
Severity: low Docs Contact:
Priority: low    
Version: 6.9CC: mreynolds, nkinder, rmeggins, tlavigne
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-01-18 14:29:07 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Sankar Ramalingam 2016-12-01 14:50:41 UTC
Description of problem: SSL initialization messages reported when restarting directory server instances.


Version-Release number of selected component (if applicable): 389-ds-base-1.2.11.15-85
 

How reproducible: Consistently


Steps to Reproduce:
1. Install latest 389-ds-base on RHEL-6.9 and configure SSL.
2. Restart directory server instances
3. SSL initialization messages reported.

Actual results:
[root@auto-hv-02-guest09 ~]# /usr/sbin/restart-dirsrv 
Starting instance "Inst1"
[01/Dec/2016:09:44:17 -0500] SSL Initialization - Configured SSL version range: min: TLS1.0, max: TLS1.2
Restarting instance "Inst2"
[01/Dec/2016:09:44:20 -0500] SSL Initialization - Configured SSL version range: min: TLS1.0, max: TLS1.2


Expected results: SSL initialization message should not be printed on the command line.


Additional info:
[root@auto-hv-02-guest09 ~]# rpm -qa |grep -i 389-ds
389-ds-base-devel-1.2.11.15-85.el6.x86_64
389-ds-base-libs-1.2.11.15-85.el6.x86_64
389-ds-base-1.2.11.15-85.el6.x86_64
389-ds-base-debuginfo-1.2.11.15-85.el6.x86_64

Comment 4 mreynolds 2017-01-06 22:30:36 UTC
After further testing it has been determined that this issue is specific to RHEL 6.x.  This behaviour is not present in any of the RHEL 7.x releases.

Comment 5 Sankar Ramalingam 2017-01-10 13:05:54 UTC
(In reply to mreynolds from comment #4)
> After further testing it has been determined that this issue is specific to
> RHEL 6.x.  This behaviour is not present in any of the RHEL 7.x releases.

I don't remember seeing this issue with RHEL-6.8 builds. If needed, I will retest it on RHEL-6.8z and share the outcome.

Comment 6 mreynolds 2017-01-10 13:29:20 UTC
(In reply to Sankar Ramalingam from comment #5)
> (In reply to mreynolds from comment #4)
> > After further testing it has been determined that this issue is specific to
> > RHEL 6.x.  This behaviour is not present in any of the RHEL 7.x releases.
> 
> I don't remember seeing this issue with RHEL-6.8 builds. If needed, I will
> retest it on RHEL-6.8z and share the outcome.

I don't think that particular "logging code" existed in 6.8.

On a side note - even though the that logging line is printed to stderr, it is still going into the errors log.  So the message is not being lost.  

Like I said I don't think this logging existed in 6.8, but if it does exist in 6.8 then you should still see it in the 6.8 errors log("Configured SSL version range").  If it's not displayed in stderr or the errors log, then that logging code does not exist in 6.8

However, the current consensus in the team is that this is not going to be fixed since it's working in the most current release of the server(rhel 7.x), and rhel 6.x is reaching its EOL in the next 6 months.

Comment 7 Sankar Ramalingam 2017-01-11 07:13:11 UTC
(In reply to mreynolds from comment #6)
> (In reply to Sankar Ramalingam from comment #5)
> > (In reply to mreynolds from comment #4)
> > > After further testing it has been determined that this issue is specific to
> > > RHEL 6.x.  This behaviour is not present in any of the RHEL 7.x releases.
> > 
> > I don't remember seeing this issue with RHEL-6.8 builds. If needed, I will
> > retest it on RHEL-6.8z and share the outcome.
> 
> I don't think that particular "logging code" existed in 6.8.
> 
> On a side note - even though the that logging line is printed to stderr, it
> is still going into the errors log.  So the message is not being lost.  
> 
True, it goes to the error logs.
> Like I said I don't think this logging existed in 6.8, but if it does exist
> in 6.8 then you should still see it in the 6.8 errors log("Configured SSL
> version range").  If it's not displayed in stderr or the errors log, then
> that logging code does not exist in 6.8
> 
> However, the current consensus in the team is that this is not going to be
> fixed since it's working in the most current release of the server(rhel
> 7.x), and rhel 6.x is reaching its EOL in the next 6 months.
Thanks for clarification.

Comment 8 mreynolds 2017-01-18 14:29:07 UTC
Closing bug as won't fix