PDA

View Full Version : Nothing secure works


the_billness
19th October 2006, 21:09
I assume this is a problem with OpenSSL but I can't find any errors.

The only SSL based website that works is my ISPConfig install: https://example.com:81

Other than that no https sites work (timeout), no SSH (timeout), no email (timeout), no FTP (timeout).

Everything did work fine but I moved the server to a new location (same IP address) and now these problems.

WebFTP works fine. There is no firewall installed on the machine and I'm running the latest version of ISPConfig.

Again my only guess is that the OpenSSL engine is hosed.

Any thoughts?

--Bill

till
20th October 2006, 11:13
Please post the output of:

netstat -tap

I guess you tried already to restart your server?

the_billness
30th October 2006, 17:53
Problem solved. For some reason one of the packages I installed added a drop all unless established rule to iptables. Just flushed the rules and removed the restore from startup and ifup. Everything is working great. Thanks.