Page 1 of 2
SSL textarea empty and phpmyadmin errors
Posted: Tue Nov 01, 2016 6:40 pm
by Shots
Hi Vesta Forum !
I'm using vestacp on Debian 8 and there's 1 issue when I'm installing a new vestacp on a new vps.
Issue with SSL Support : When I'm checking SSL support for a website, choose public_shtml (or public_html), and fill certs and key (auto signed), save and reload the page, text areas of certs and key are empty. Is it normal ?
Thanks for your answer,
Shots
Re: SSL textarea empty and phpmyadmin errors
Posted: Wed Nov 02, 2016 6:35 am
by mehargags
No,
it should show the "pasted" Cert and key values.
Do you see an error while you click "save" ? if any of the fields is not validated properly it will not be accepted and saved.
Re: SSL textarea empty and phpmyadmin errors
Posted: Wed Nov 02, 2016 10:34 pm
by Shots
There's no error... and when i go to
https://mysite.com, it shows me the correct page with the correct cert...
But everything is empty.
Re: SSL textarea empty and phpmyadmin errors
Posted: Thu Nov 03, 2016 7:27 am
by mehargags
ok go into your /home/<user>/conf/web and check if these files exist and contain the correct text:
ssl.<domain>.ca
ssl.<domain>.key
ssl.<domain>.crt
ssl.<domain>.pem
If everything is as desired, I think it can be a Vesta WebUI bug or something, you can try Rebuild WEB from inside Vesta.
Re: SSL textarea empty and phpmyadmin errors
Posted: Thu Nov 03, 2016 11:08 am
by Shots
Everything is here. Everything is working except the admin display. Even when I put proxy template to force-https, it shows default when I reload the page, but react like force-https.
I tried pretty much everything from delete Website and rebuild it to Debian setup. I'll try to change VPS next time...
Re: SSL textarea empty and phpmyadmin errors
Posted: Thu Nov 03, 2016 3:24 pm
by mehargags
ok as a last resort before installing again, you can update the vesta scripts from GIT to the latest and check...
# Backup current VestaCP
zip -r /
<path>/vesta-back.zip /usr/local/vesta
# Clone and copy new vesta from Git Repo
git clone
https://github.com/serghey-rodin/vesta.git /
<path>/vestaNew
# only copy the bin folder of scripts
yes | cp -rf /
<path>/vestaNew/bin/* /usr/local/vesta/bin/*
Re: SSL textarea empty and phpmyadmin errors
Posted: Thu Nov 03, 2016 5:23 pm
by Shots
It's still the same...
It's really weird because it don't display the same things on different computers. On some, checkbox for SSL will be checked and select for SSL Home will be set on public_shtml and sometimes it's set on public_html and checkbox is unchecked. But it works ...
Here is what I see for a website with force_https template and with a self-signed cert :
http://imgur.com/c0UKotA
I really don't understand why ...
Re: SSL textarea empty and phpmyadmin errors
Posted: Fri Nov 04, 2016 5:35 am
by mehargags
Try clearing your browser cache... hitting Ctrl + f5 ... and opening VestaCP Web UI in incognito/private mode
Re: SSL textarea empty and phpmyadmin errors
Posted: Fri Nov 04, 2016 12:34 pm
by Shots
Re: SSL textarea empty and phpmyadmin errors
Posted: Fri Nov 04, 2016 5:08 pm
by mehargags
I'm out of ideas mate...!
Try to create a new TEST domain and setup new LECertificate on it to see if it works for it ?