Page 1 of 1

Re: Install Vesta without SSL

Posted: Tue Aug 05, 2014 4:27 am
by erldcrtz
sobadef wrote:Hello,

I successfully installed VestaCP on my VPS. However, it keeps saying that my SSL certificate is not verified. Would there be a way to install VestaCP WITHOUT SSL? If not, how would I set up the ssl for the control panel?

Regards,
sobadef

duplicate post.. already answered here viewtopic.php?f=10&t=5544

Re: Install Vesta without SSL

Posted: Mon Aug 11, 2014 6:45 pm
by imperio
Hi,
you can using vestacp without https

/usr/local/vesta/nginx/conf/nginx.conf
find this code online 85

Code: Select all

ssl                  on;
change to this

Code: Select all

ssl                  off;

Code: Select all

service vesta restart