Page 1 of 1

using SSL port 443 for panel interface

Posted: Tue Aug 23, 2016 11:39 am
by coolman
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

Re: using SSL port 443 for panel interface

Posted: Wed Aug 24, 2016 12:48 pm
by skurudo
coolman 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?
Why not? If you have additional IP address, you can use this address for panel.domain.com

A little changes in /usr/local/vesta/nginx/conf/nginx.conf:

Code: Select all

listen          newip:443;
and you can change

Code: Select all

server_name     panel.domain.com;
PS: By default 443 port it's https port.