Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1976845

Summary: openssl listens on IPv4 "any" socket only not on IPv6
Product: Red Hat Enterprise Linux 9 Reporter: Hubert Kario <hkario>
Component: opensslAssignee: Nobody <nobody>
Status: ON_QA --- QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: unspecifiedCC: ashankar, bnater, codonell, dj, dueno, fweimer, mleitner, mnewsome, pfrankli
Target Milestone: betaKeywords: Triaged
Target Release: ---   
Hardware: All   
OS: Unspecified   
Whiteboard:
Fixed In Version: openssl-3.0.0-0.alpha16.7.el9 Doc Type: No Doc Update
Doc Text:
Story Points: ---
Clone Of: 1908036 Environment:
Last Closed: 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:
Bug Depends On: 1908036    
Bug Blocks:    

Description Hubert Kario 2021-06-28 11:17:51 UTC
Same issue is present in 
openssl-3.0.0-0.alpha16.4.el9.x86_64

+++ This bug was initially created as a clone of Bug #1908036 +++

Description of problem:
When I start an application like OpenSSL, it did start by listening on IPv6 "any" address, now it's listening on the IPv4 specific "any" address.

Version-Release number of selected component (if applicable):
Not sure, included in the RHEL-8.4.0-20201209.n.0 compose

How reproducible:
always

Steps to Reproduce:
1. start openssl s_server
2. ss -ptna | grep openssl

Actual results:
LISTEN     0      128          0.0.0.0:4433       0.0.0.0:*    users:(("openssl",pid=7325,fd=3))

Expected results:
LISTEN      0        128                     *:4433                   *:*        users:(("openssl",pid=846593,fd=3)) 

Additional info: