Bug 1175307

Summary: [httpd] mod_ssl not configured
Product: [Retired] JBoss Web Server 3 Reporter: Michal Haško <mhasko>
Component: unspecifiedAssignee: Weinan Li <weli>
Status: CLOSED EOL QA Contact: Pavel Slavicek <pslavice>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.0.0CC: lfuka, pslavice
Target Milestone: DR01   
Target Release: 3.0.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 18:37:54 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:
Bug Depends On: 1171807    
Bug Blocks: 1178630    

Description Michal Haško 2014-12-17 13:31:22 UTC
Description of problem:
mod_ssl commented out in httpd.conf:123:
#LoadModule ssl_module /opt/ews/workspace/jws-3.0/httpd/modules/mod_ssl.so

It should probably be loaded by default.

Version-Release number of selected component (if applicable):
jws-3.0.0-DR0

Comment 1 Weinan Li 2014-12-23 08:28:24 UTC
It's defined in conf.modules.d/00-ssl.conf:

LoadModule ssl_module modules/mod_ssl.so

And there is another conf.d/ssl.conf which contains specific settings. This is confusing, and let me merge them into 00-ssl.conf.

Comment 2 Weinan Li 2014-12-23 12:13:06 UTC
Verified with curl:

[weli@dhcp-66-78-87 httpd]$ curl -k https://localhost | head
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
102  3997  102  3997    0     0  42165      0 --:--:-- --:--:-- --:--:-- 3903k
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
	<head>
		<title>Test Page for the Apache HTTP Server on Red Hat Enterprise Linux</title>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
		<style type="text/css">
			/*<![CDATA[*/
			body {
				background-color: #fff;

Comment 3 Libor Fuka 2015-01-20 14:01:03 UTC
Verified with DR1.