SSL on port 8083 (VestaCP)
-
- Posts: 2
- Joined: Fri May 04, 2018 10:14 pm
- Os: Ubuntu 15x
- Web: apache
SSL on port 8083 (VestaCP)
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?
-
- Support team
- Posts: 1111
- Joined: Tue Jul 30, 2013 10:18 pm
- Contact:
- Os: CentOS 6x
- Web: nginx + php-fpm
Re: SSL on port 8083 (VestaCP)
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 and in Vesta Nginx conf:
Code: Select all
ssl_certificate
Code: Select all
ssl_certificate_key
Code: Select all
/usr/local/vesta/nginx/conf/nginx.conf
-
- Posts: 33
- Joined: Sat Jan 20, 2018 3:45 am
- Os: Debian 8x
- Web: apache + nginx
Re: SSL on port 8083 (VestaCP)
Do you use Cloudflare for the DNS recods?visioncraft wrote: ↑Tue May 08, 2018 2:19 amI 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?
If so change your login port to 2053.
Somehow Cloudflare was blocked port 8083 for their SSL network.