Install Vesta without SSL
Re: Install Vesta without SSL
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
Hi,
you can using vestacp without https
/usr/local/vesta/nginx/conf/nginx.conf
find this code online 85
change to this
you can using vestacp without https
/usr/local/vesta/nginx/conf/nginx.conf
find this code online 85
Code: Select all
ssl on;
Code: Select all
ssl off;
Code: Select all
service vesta restart