using SSL port 443 for panel interface
using SSL port 443 for panel interface
I have bought comodo SSL certificate. But when I installed it and open this address https://panel.domain.com:8083, browsers give invalid certificate error. But if I open https://panel.domain.com:443, I get no error message.
Is it possible to use port 443 instead of 8083 for panel admin interface?
Thanks
Is it possible to use port 443 instead of 8083 for panel admin interface?
Thanks
Re: using SSL port 443 for panel interface
Why not? If you have additional IP address, you can use this address for panel.domain.comcoolman wrote:I have bought comodo SSL certificate. But when I installed it and open this address https://panel.domain.com:8083, browsers give invalid certificate error. But if I open https://panel.domain.com:443, I get no error message. Is it possible to use port 443 instead of 8083 for panel admin interface?
A little changes in /usr/local/vesta/nginx/conf/nginx.conf:
Code: Select all
listen newip:443;
Code: Select all
server_name panel.domain.com;