Control Web Panel

Security => CSF Firewall => Topic started by: alexchar on February 14, 2015, 11:53:18 AM

Title: Port for SSL
Post by: alexchar on February 14, 2015, 11:53:18 AM
The SSL does not work. How can I open the port required from CWP for the SSL funtions to work?
Title: Re: Port for SSL
Post by: alexchar on February 20, 2015, 08:27:02 PM
Excuss me?
Title: Re: Port for SSL
Post by: erm3nda on February 20, 2015, 11:17:36 PM
Quote
Escuss me
is definetively the bad way to ask for help.

Ports are open by the SO, so consider read about iptables.
If you use the CSF Firewall included on the CWP panel, look at the configuration sample.

A quick view http://forum.centos-webpanel.com/installation/how-to-open-port-2030/msg1871/#msg1871 (http://forum.centos-webpanel.com/installation/how-to-open-port-2030/msg1871/#msg1871)
Title: Re: Port for SSL
Post by: alexchar on February 21, 2015, 12:29:21 PM
Quote
Escuss me
is definetively the bad way to ask for help.

As you can see, this thread has not been answered for about a week. When I reply "Excuss me", you have replied. So if I hadn't replied, anyone would have replied in this thread.

Yes I'm using CSF, that's why this thread is in CSF category.

Sorry for my english!
Title: Re: Port for SSL
Post by: erm3nda on February 25, 2015, 04:19:09 PM
YOU ARE TOTALLY WRONG.

I do not reply you because i read you. I enter the post to answer you before read, so you are totally wrong on your guess.

Escuss me is usually a reason to do not help you. So consider lucky about me.

About the question: did you read the conf file? is just easy to locate the big string with the ports.

Regards.
Title: Re: Port for SSL
Post by: Administrator on March 11, 2015, 12:20:42 AM
SSL port is open by default, what you need to check is your apache listening on that port.
Code: [Select]
netstat -tulpn|grep 443
if you get nothing then you apache doesn't listen on the port 443 and you'll need to add it into apache configuration,