Page 1 of 1

SSL on port 8083 (VestaCP)

Posted: Tue May 08, 2018 2:19 am
by visioncraft
I have been trying to find a way to get secure access to my Vesta Control Panel and have read many posts on this (and tried many of the proposed solutions), but have been unsuccessful so far. I installed the SSL certificate which works fine for normal web access, but not on port 8083. Is there a good, relatively simple way to implement SSL on port 8083?

Re: SSL on port 8083 (VestaCP)

Posted: Sun May 20, 2018 4:25 pm
by grayfolk
This is no difference between ports for certificate. But for apply your certificate to Vesta you need to add it via web interface: Server - Configure - Vesta SSL or directly edit

Code: Select all

ssl_certificate
and

Code: Select all

ssl_certificate_key
in Vesta Nginx conf:

Code: Select all

/usr/local/vesta/nginx/conf/nginx.conf

Re: SSL on port 8083 (VestaCP)

Posted: Sun Jul 15, 2018 8:48 am
by yoko eagle
visioncraft wrote:
Tue May 08, 2018 2:19 am
I have been trying to find a way to get secure access to my Vesta Control Panel and have read many posts on this (and tried many of the proposed solutions), but have been unsuccessful so far. I installed the SSL certificate which works fine for normal web access, but not on port 8083. Is there a good, relatively simple way to implement SSL on port 8083?
Do you use Cloudflare for the DNS recods?
If so change your login port to 2053.
Somehow Cloudflare was blocked port 8083 for their SSL network.