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
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.
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;
Verified with DR1.