Author Topic: https admin login 2031 2087 port  (Read 12737 times)

0 Members and 1 Guest are viewing this topic.

Offline
***
https admin login 2031 2087 port
« on: October 10, 2018, 09:30:50 PM »
I have never understood how to login to admin using https.  When I attempt to login i get the old red lock and a message stating that website is not secure.

How do I get https on admin login.?

Offline
**
Re: https admin login 2031 2087 port
« Reply #1 on: October 10, 2018, 11:28:46 PM »
Server Settings > Change Hostname
You can see a list of all the links to use.

Offline
***
Re: https admin login 2031 2087 port
« Reply #2 on: October 12, 2018, 02:22:44 PM »
correct and if I click on the ssl link browser says webpage is not secure

Offline
***
Re: https admin login 2031 2087 port
« Reply #3 on: October 12, 2018, 08:29:10 PM »
when I checked the hostname cert on line it failed. 

So I renamed the hostname to the old hostname (no change).  And a certificate was issued.  Pass the test for ssl.  But if I navigate to the hostname:2087 it says insecure connection.  Even though SSL is A Rated

See IE certificate info attached.


Offline
***
Re: https admin login 2031 2087 port
« Reply #4 on: October 13, 2018, 12:33:15 AM »
A very simple solution for this issue.

1 - Change hostname through "Change Hostname" option so that you get autoSSL installed


2. Reload cwpsrv service from console
service cwpsrv reload


and you will get green padlock on hostname page

Offline
***
Re: https admin login 2031 2087 port
« Reply #5 on: October 13, 2018, 01:01:28 AM »
I did change the hostname to the same hostname and got a valid certificate but despite sslllabs reporting the cert as valid, browser said that site was insecure.

How do I restart cwp? Console = shell  I get it now
« Last Edit: October 13, 2018, 01:03:39 AM by pixelpadre »

Offline
***
Re: https admin login 2031 2087 port
« Reply #6 on: October 13, 2018, 01:08:11 AM »
okay reloading cwp worked.  So the question is, how do I renew? in January?  Same thing all over again...chainge hostname...reload cwp?  Seems rather cumbersome

Offline
***
Re: https admin login 2031 2087 port
« Reply #7 on: October 13, 2018, 01:15:02 AM »
If you look at the photo above it says valid until 2027  but SSLlabs says 90 days.  Which is it?

Was the 2027 certificate a self signed certificate.  Is there anything wrong with using a self signed certificate for admin panel?
« Last Edit: October 13, 2018, 01:17:07 AM by pixelpadre »

Offline
***
Re: https admin login 2031 2087 port
« Reply #8 on: October 13, 2018, 05:26:36 PM »
okay reloading cwp worked.  So the question is, how do I renew? in January?  Same thing all over again...chainge hostname...reload cwp?  Seems rather cumbersome

OK I am glad to hear that it worked for you.

Hostname SSL is autorenewed after 90 days and thus you need not to worry about it. Nothing needed to be done at your end.

Offline
*
Re: https admin login 2031 2087 port
« Reply #9 on: September 12, 2019, 11:18:38 AM »
Server Settings > Change Hostname... You can see a list of all the links to use.

Thanks that was helpful.  BUT how do i allow user to login from their domain

e.g. userdomain.com:2083

When I login from my.serverhostname.com:2083 it works fine but not for  userdomain.com:2083.

I have secured userdomain.com with Let's encrypt and verified the SSL using www.sslshopper.com/ssl-checker.htm and I get green padlock on all counts for the userdomain...... but no joy for login screen - only get the "this page is not secure" message.

I've cleared cache and even tried with different browser and different machine - but always the "this page is not secure" message.

So - how can I allow user to login from their domain  userdomain.com:2083


Offline
***
Re: https admin login 2031 2087 port
« Reply #10 on: September 12, 2019, 11:22:21 AM »
Look at the source code.  If there is a img src="http:// then that is the reason.  Took me a while to figure that one out.