Bug 1175307 - [httpd] mod_ssl not configured
Summary: [httpd] mod_ssl not configured
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss Web Server 3
Classification: Retired
Component: unspecified
Version: 3.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: DR01
: 3.0.0
Assignee: Weinan Li
QA Contact: Pavel Slavicek
URL:
Whiteboard:
Depends On: 1171807
Blocks: 1178630
TreeView+ depends on / blocked
 
Reported: 2014-12-17 13:31 UTC by Michal Haško
Modified: 2020-03-27 18:37 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2020-03-27 18:37:54 UTC
Embargoed:


Attachments (Terms of Use)

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.


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