Bug 2116951

Summary: List-returning function 'OID' does not exist
Product: Red Hat Enterprise Linux 9 Reporter: Branislav Náter <bnater>
Component: httpdAssignee: Luboš Uhliarik <luhliari>
Status: MODIFIED --- QA Contact: rhel-cs-infra-services-qe <rhel-cs-infra-services-qe>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 9.1CC: luhliari
Target Milestone: rcKeywords: Regression
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 2124278 (view as bug list) 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:    
Bug Blocks: 2124278    

Description Branislav Náter 2022-08-09 15:19:19 UTC
Description of problem:
/CoreOS/httpd/Regression/bz552942-mod_ssl-OID started to fail on httpd-2.4.53-2.el9 while it is passing on httpd-2.4.53-1.el9

* Wed Jun 01 2022 Luboš Uhliarik <luhliari> - 2.4.53-2
- Resolves: #2065677 - httpd minimisation for ubi-micro
- minimize httpd dependencies (new httpd-core package)
- mod_systemd and mod_brotli are now packaged in the main httpd packag


Version-Release number of selected component (if applicable):
httpd-2.4.53-2.el9

How reproducible:
always

Steps to Reproduce:
1. run /CoreOS/httpd/Regression/bz552942-mod_ssl-OID

Actual results:
httpd doesn't start with this error:

systemd[1]: Starting The Apache HTTP Server...
httpd[11617]: AH00526: Syntax error on line 13 of /etc/httpd/conf.d/ssl-rhts.conf:
httpd[11617]: SSLRequire: List-returning function 'OID' does not exist
systemd[1]: httpd.service: Main process exited, code=exited, status=1/FAILURE
systemd[1]: httpd.service: Failed with result 'exit-code'.
systemd[1]: Failed to start The Apache HTTP Server.

Expected results:
httpd starts and test is passing