Control Web Panel

WebPanel => CentOS 7 Problems => Topic started by: venty on April 16, 2019, 04:01:54 PM

Title: root / admin panel and user panel with SSL certificate???
Post by: venty on April 16, 2019, 04:01:54 PM
Hi,

for a while (on a weekly basis) when loading root / admin panel and user panel, the thing is with SSL certificate (https://) and port 2031 ...?!?

Previously, there was a possibility at the htpp://.. and port 2030 ...

Is this normal?


BR

Venty
Title: Re: root / admin panel and user panel with SSL certificate???
Post by: Igor S. on April 18, 2019, 05:57:44 AM
Hi, yes CWP has redirected to httpS for security reasons.
Title: Re: root / admin panel and user panel with SSL certificate???
Post by: venty on April 18, 2019, 06:25:42 AM
OK, thanks you for the answer .... :)
Title: Re: root / admin panel and user panel with SSL certificate???
Post by: glorency on April 18, 2019, 08:27:14 AM
OK, thanks you for the answer .... :)

You can use :
return 301 https://$host:2031$request_uri;
return 301 https://$host:2083$request_uri;
return 301 https://$host:2096$request_uri;

For Details
https://www.awsmonster.com/2017/01/cwp-redirect-adminuserwemail-panel-from.html