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 - openssl listens on IPv4 "any" socket only not on IPv6
Summary: openssl listens on IPv4 "any" socket only not on IPv6
Keywords:
Status: ON_QA
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: openssl
Version: unspecified
Hardware: All
OS: Unspecified
low
low
Target Milestone: beta
: ---
Assignee: Nobody
QA Contact:
URL:
Whiteboard:
Depends On: 1908036
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-06-28 11:17 UTC by Hubert Kario
Modified: 2023-07-13 02:42 UTC (History)
9 users (show)

Fixed In Version: openssl-3.0.0-0.alpha16.7.el9
Doc Type: No Doc Update
Doc Text:
Clone Of: 1908036
Environment:
Last Closed:
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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:


Note You need to log in before you can comment on or make changes to this bug.