RE: [Module] Certificate Manager
01-12-2016, 10:20 PM
(This post was last modified: 01-12-2016, 10:20 PM by bbspike.)
A general remark for people expirence trouble with the port 443 listen. When you install open-ssl for the first with yum in centos 6 or 7 you have to edit the ssl.conf file in the /etc/httpd/conf.d directory:
comment out the namevirtualhost and listen lines:
comment out the namevirtualhost and listen lines:
Code:
# When we also provide SSL we have to listen to the
# the HTTPS port in addition.
#
443
*:443