Page 1 of 1

Error after enabling Lets Encrypt Support for one domain

Posted: Thu Dec 15, 2016 3:07 pm
by cboursinos
Hello to all,

i have an issue that i don't know how to solve it. I am using Ubuntu 14.04.5 LTS with the latest version of Vesta.
After i updated to the current new version i clicked to enable Lets Encrypt to one of my domain. That caused all the sites
to be down when the Lets Encrypt button was on. When i disabled it, the sites were ok. But created a big issue.

When i am trying to restart vesta from sudo service vesta restart i am taking back this issue.
nginx: [emerg] bind() to 0.0.0.0:8083 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8083 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8083 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8083 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8083 failed (98: Address already in use)
nginx: [emerg] still could not bind()

And the biggest issue is that i tried to create a new domain, but vesta pointed out to the default domain "index.html" and not to the new domain "index.html"

Is anyone aware of this? Can someone help me solve this.

Thanks

Re: Error after enabling Lets Encrypt Support for one domain

Posted: Thu Dec 15, 2016 4:07 pm
by imperio
Try to run this commands

Code: Select all

killall nginx
service nginx start

Re: Error after enabling Lets Encrypt Support for one domain

Posted: Fri Dec 16, 2016 7:56 am
by cboursinos
Nothing. It stills Vesta looking the default domain. Not the site

Re: Error after enabling Lets Encrypt Support for one domain

Posted: Fri Dec 16, 2016 10:07 am
by hammy
Sounds like a cache problem.

Do you have any cache like apc/varnish etc?

Try clearing all of your browser cache, clear your dns cache by doing :-

Click Start.
Enter cmd in the Start menu search text box.
Right-click Command Prompt and select Run as Administrator.
Run the following command: ipconfig /flushdns.

Also reboot server.

Then try your domain again.

Re: Error after enabling Lets Encrypt Support for one domain

Posted: Fri Dec 16, 2016 1:50 pm
by cboursinos
No cache at all, it is only the basic Vesta configuration

Re: Error after enabling Lets Encrypt Support for one domain

Posted: Fri Dec 16, 2016 3:59 pm
by hammy
Have you tried this?

https://easyengine.io/tutorials/nginx/t ... dy-in-use/

instead of:-

Code: Select all

sudo fuser -k 80/tcp
in your case try

Code: Select all

sudo fuser -k 8083/tcp

Re: Error after enabling Lets Encrypt Support for one domain

Posted: Thu Dec 22, 2016 10:21 am
by cboursinos
If i do that, it will stop the panel! or not?