I gave up trying to fix my first install of Ubuntu 6.06 server, so I just wiped it clean and reinstalled everything again. I used the "prefect installation" for my guide again. Now things seem to be working, but I can't get ISPConfig to come up in my browser. I'm on the local network so I'm using https://192.168.1.50:81/login.php to connect just I did on the first install. This time it's not working at all. Here's a look at netstat -tap Code: root@server1:/etc/bind# netstat -tap Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 *:mysql *:* LISTEN 4049/mysqld tcp 0 0 *:81 *:* LISTEN 4376/ispconfig_http tcp 0 0 server1.tlthost.:domain *:* LISTEN 7967/named tcp 0 0 localhost.locald:domain *:* LISTEN 7967/named tcp 0 0 *:ftp *:* LISTEN 4627/proftpd: (acce tcp 0 0 localhost.localdoma:953 *:* LISTEN 7967/named tcp 0 0 *:smtp *:* LISTEN 4570/master tcp6 0 0 *:imaps *:* LISTEN 3923/couriertcpd tcp6 0 0 *:pop3s *:* LISTEN 3958/couriertcpd tcp6 0 0 *:pop3 *:* LISTEN 3938/couriertcpd tcp6 0 0 *:imap2 *:* LISTEN 3903/couriertcpd tcp6 0 0 *:www *:* LISTEN 4478/apache2 tcp6 0 0 *:ssh *:* LISTEN 4214/sshd tcp6 0 0 ip6-localhost:953 *:* LISTEN 7967/named tcp6 0 0 *:smtp *:* LISTEN 4570/master tcp6 0 0 *:https *:* LISTEN 4478/apache2 tcp6 0 740 server1.tlthost.net:ssh ::ffff:192.168.1.:50303 ESTABLISHED6863/sshd: admin [p I also checked iptables -L and I don't think it looks right: Code: root@server1:/etc/bind# iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination I know that I need more training on iptables, but I don't think it looked like this on the first installation. I also tried "service iptables status" but it couldn't find the command. This is frustrating because the first time I installed, ISPConfig was one of the things that worked without any problems. Thanks in advance for any advice.
ISPConfig seems to be running fine on your server. Please try to use another broweser to connect to your server, e.g. firefox, as it has better error messages in case that the SSL certificate is corrupted.
You are right. Firfox pops up with a "invalid or corrupt signature" warning. I'm going to try this http://www.howtoforge.com/forums/showthread.php?t=13249 solution. I'll let you know how it worked.