1748021 Members
4656 Online
108757 Solutions
New Discussion

Apache SSL

 
Dave Cast
Frequent Advisor

Apache SSL

Hello All,

 

 

 

     I am running an HPUX server at 11.31 with  hpuxws22APACHE        B.2.2.15.13 - I need to know how to disable SSL connections (port 443 requests)  altogether because of a security audit - I know I can just setup a firewall rule to block connections to port 443 but I'd rather do it in Apache - I've searched the web to no avail -

 

Thanks in advance,

 

Today is different and tomorrow the same.
1 REPLY 1
Patrick Wallek
Honored Contributor

Re: Apache SSL

Look for your ssl.conf file.  In an HP-UX 11.11 server it is in  the /opt/hpws/apache/conf directory.

 

In the file there should be a line like "Listen 443" which tells Apache to listen on port 443.  If you comment this line out, it should not listen on that port any more.