Page 1 of 1

[SOLVED] Panel inaccessible.

Posted: Fri Oct 30, 2015 9:09 am
by ebota
Hi,
A couple of days ago I installed VestaCP on a VPS.
All worked fine! I could create packages, users, play with domains, and subdomains, mail, web, php, mysql... everything perfect!

Today I've tried to access again to the web panel and it was impossible ...¿?
Chrome says unable to access
Firefox says Proxy is refusing connections
Midori browser works fine
Abrowser also worked fine with some advices over certificate.
wget, i have to use the option --no-check-certificate, otherways it fails

Code: Select all

root@iamlabs:~# wget https://iamlabs.tk:8083  --no-check-certificate
--2015-10-30 05:07:15--  https://iamlabs.tk:8083/
Resolving iamlabs.tk (iamlabs.tk)... 178.62.210.180
Connecting to iamlabs.tk (iamlabs.tk)|178.62.210.180|:8083... connected.
WARNING: cannot verify iamlabs.tk's certificate, issued by '/C=US/ST=California/L=San Francisco/O=Vesta Control Panel/OU=IT/CN=iamlabs.tk/[email protected]':
  Self-signed certificate encountered.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: /login/ [following]
--2015-10-30 05:07:15--  https://iamlabs.tk:8083/login/
Reusing existing connection to iamlabs.tk:8083.
HTTP request sent, awaiting response... 200 OK
....


The problem is the same using fqdn or ip...

It looks like something related with certificates, but I don't know what to check now....

There is free space, and the logs are:

root@iamlabs:/var/log/vesta#tail nginx-error.log

Code: Select all

.....
ET /list/package/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/vesta-php.sock:", host: "178.62.210.180:8083", referrer: "https://178.62.210.180:8083/list/dns/"
2015/10/30 04:36:43 [error] 1711#0: *86 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: status in /usr/local/vesta/web/templates/admin/list_services.html on line 51" while reading upstream, client: 85.192.70.145, server: _, request: "GET /list/server/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/vesta-php.sock:", host: "178.62.210.180:8083", referrer: "https://178.62.210.180:8083/list/user/"
2015/10/30 04:37:14 [error] 1711#0: *155 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined variable: status in /usr/local/vesta/web/templates/admin/list_services.html on line 51" while reading upstream, client: 85.192.70.145, server: _, request: "GET /list/server/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/vesta-php.sock:", host: "178.62.210.180:8083", referrer: "https://178.62.210.180:8083/list/rrd/"

root@iamlabs:/var/log/vesta# cat error.log

Code: Select all

2015-10-28 18:40:04 v-schedule-user-backup ausias         [Error 11]
2015-10-28 18:58:36 v-add-mail-domain admin iamlabs.tk yes yes yes     [Error 3]
2015-10-28 19:13:36 v-add-mail-domain ausias paco.iamdemos.tk        [Error 8]
2015-10-28 19:14:35 v-add-web-domain ausias paco.iamdemos.tk 178.62.210.180 no      [Error 4]
2015-10-29 05:10:02 v-backup-user ausias         [Error 11]
2015-10-29 07:56:09 v-stop-service          [Error 1]
2015-10-30 02:15:02 v-update-database-disk admin admin_default        [Error 15]
2015-10-30 02:15:02 v-update-database-disk ausias ausias_test        [Error 15]
There are some webpages that check certificates .....
http://www.networking4all.com/en/suppor ... .tk%3A8083

any idea about what to do?

Thanks!

* Ermengol *

Re: Panel inaccessible. Certificate problem on "major" brows

Posted: Fri Oct 30, 2015 9:49 am
by ebota
Sorry, the problem is related to our proxy configuration.
Bypassing the proxy solved the problem.

Thanks