View Full Version : ISPConfig page not available
fuzzyhost
12th January 2007, 03:03
Hi.
I do every step and provide folowing info:
MySQL server: localhost
MySQL user: root
MySQL password: *******
ISPConfig database: ispconfigdb
IP adress of ISPConfig web: 192.168.0.5
host name ns0
domain name: mydomain.tld
Protocol: SSL
So I suppose to see it at: https://ns0.mydomain.tld if I understand well
but can't get it via web.
My ubuntu host name was already ns0.mydomain.tld. Do I made a conflict between ubuntu and ISPConfig?
martinfst
12th January 2007, 09:44
By default ISPConfig listens on port 81, so your url should be:https://ns0.mydomain.tld:81
fuzzyhost
12th January 2007, 15:41
Yes! You right!
I forgot port 81
but still not working... Can't get page via web
I'm behind a firewall and I open my router port 81 in TCP then in UDP.
Same issue. So! I close it there after.
Maybe I forgot to enable something "BEFORE" install ISPConfig. I follow the step of ubuntu 6.10 with some corrective
in MySQL my.cnf file
I comment the following line (It appear exactly as shown)
...
#bind-address = 127.0.0.1
...
Maybe I need to uncomment it? or made a corrective by editing it?
edge
12th January 2007, 15:52
try https://ip-of-server:81
martinfst
12th January 2007, 17:14
in MySQL my.cnf file
I comment the following line (It appear exactly as shown)
...
#bind-address = 127.0.0.1
...
Maybe I need to uncomment it? or made a corrective by editing it?What's the output of netstat -tap?
fuzzyhost
12th January 2007, 19:02
PID/Program name
tcp 0 0 *:mysql *:* LISTEN 3
405/mysqld
tcp 0 0 *:81 *:* LISTEN 7
177/ispconfig_http
tcp 0 0 ns0.mydomain:domain *:* LISTEN 7
425/named
tcp 0 0 *:localhost.locald:domain *:* LISTEN 1
425/named
... smtp
tcp 0 0 *:localhost.localdoma:953 *:* LISTEN 7
425/named
... imaps #This just for info. I don't know if you realy need it
... pop3s #to solve my problem
... imap2
... www
... ssh
... smtp
tcp6 0 0 ip6-localhost:953 *:* LISTEN 7
425/named
tcp6 0 0 *:https *:* LISTEN 7
277/apache2
tcp6 0 296 ns0.mydomain:ssh ::ffff:192.169.x.x:1156 ESTABLISHED2
1606/0
I also try: https://192.168.x.x:81
That give me the following message: unable to establish encrypted connection: Certificate have no valid signature
Hope that help
till
13th January 2007, 13:47
It looks like your SSL certifikates are broken. Please crete new certificates as described here:
http://www.howtoforge.com/forums/showthread.php?t=121
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.