Page 1 of 1

Change Admin Panel to Domain name (or just SSL it)

Posted: Thu Jun 01, 2017 7:34 pm
by cyberlocc
Hey guys so I am having some serious issues setting up SSL on Vesta Admin Panel. Full disclosure, while I do have some knowledge, as went to school for this 16 years ago. Knowledge has faded, so I'm kinda new to all of this (stuff comes back as I do it lol).

I have the Letsencrypt_Vesta running, I have successfully got SSL on my site, also made an SSL sub domain I am trying to use for Vesta.

I have 2 IP addresses, 1 is filtered 1 is not, Filtered IP is the secondary and only website/teamspeak run on that.

I have tried all the guides/tips I can find on these forums and others, with no luck. I have tried Symlinking the working keys to "/usr/local/vesta/ssl" I get an error that the site doesn't belong to the domain.

I have tried, adding Vesta to the Domain in /usr/local/vesta/nginx/conf/nginx.conf

To

Code: Select all

 
  server {
        listen                IP Addr:port; (Port is not 8083)
        server_name     vcp.example.com;
   
This does give me SSL, this also gives me a Vesta Login Panel, however when I try to login to that admin panel, it says password is invalid.

Re: Change Admin Panel to Domain name (or just SSL it)

Posted: Thu Jun 01, 2017 7:37 pm
by cyberlocc
Never mind guys I figured it out, Apparently on the domain change I had to reset the password for some reason. I did so its working now! :).

Re: Change Admin Panel to Domain name (or just SSL it)

Posted: Fri Jun 02, 2017 1:00 am
by BBuchanan1013
cyberlocc wrote:Hey guys so I am having some serious issues setting up SSL on Vesta Admin Panel. Full disclosure, while I do have some knowledge, as went to school for this 16 years ago. Knowledge has faded, so I'm kinda new to all of this (stuff comes back as I do it lol).

I have the Letsencrypt_Vesta running, I have successfully got SSL on my site, also made an SSL sub domain I am trying to use for Vesta.

I have 2 IP addresses, 1 is filtered 1 is not, Filtered IP is the secondary and only website/teamspeak run on that.

I have tried all the guides/tips I can find on these forums and others, with no luck. I have tried Symlinking the working keys to "/usr/local/vesta/ssl" I get an error that the site doesn't belong to the domain.

I have tried, adding Vesta to the Domain in /usr/local/vesta/nginx/conf/nginx.conf

To

Code: Select all

 
  server {
        listen                IP Addr:port; (Port is not 8083)
        server_name     vcp.example.com;
   
This does give me SSL, this also gives me a Vesta Login Panel, however when I try to login to that admin panel, it says password is invalid.
I know you got it figured out, just wanted to point out with a few changes, depending on OS, you could implement what I have in this post:
viewtopic.php?f=41&t=14639#p60537