Author Topic: setup SSL on clientdomain.com:2083  (Read 145 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
setup SSL on clientdomain.com:2083
« on: March 06, 2025, 05:48:16 PM »
Hi,

I can access hostname.serverdomain.com:2083 without error..

but when access using clientdomain.com:2083 using chrome it show net::ERR_CERT_COMMON_NAME_INVALID

how to setup ssl on clientdomain.com:2083 ?

thank you

Offline
****
Re: setup SSL on clientdomain.com:2083
« Reply #1 on: March 06, 2025, 05:52:03 PM »
cwp proxies clientdomain/panel to 2083.  To access by port, you have to use the hostname.
Google Hangouts:  rcschaff82@gmail.com

Offline
***
Re: setup SSL on clientdomain.com:2083
« Reply #2 on: March 06, 2025, 10:37:41 PM »
In CWP admin go to "SSL certificates" in the section "WebServer Settings". Click on "Admin services" near the domain name you want to enable SSL for, check all options "mail, webmail, cpanel, ftp", click on "Apply changes".

All subdomains (cpanel.domain.com, webmail.domain.com, ftp.domain.com, mail.domain.com) must be pointed to your server.

Offline
*
Re: setup SSL on clientdomain.com:2083
« Reply #3 on: March 07, 2025, 09:02:02 AM »
In CWP admin go to "SSL certificates" in the section "WebServer Settings". Click on "Admin services" near the domain name you want to enable SSL for, check all options "mail, webmail, cpanel, ftp", click on "Apply changes".

All subdomains (cpanel.domain.com, webmail.domain.com, ftp.domain.com, mail.domain.com) must be pointed to your server.

I already try to do this, but it still show error ERR_CERT_COMMON_NAME_INVALID.. I try to delete & recreate SSL, but it still not works

I found this https://forum.centos-webpanel.com/ssl/ssl-problem-with-cwp-client-(as-opposed-to-admin)/

I already google, can't find how to modify cwpsrv.conf.




Offline
***
Re: setup SSL on clientdomain.com:2083
« Reply #4 on: March 07, 2025, 12:23:21 PM »
Try to use:
https://cpanel.domain.com
instead of
https://domain.com:2083
Make sure the SSL is installed for webmail, cpanel, etc. You should see:
https://i.imgur.com/79oP1OF.png

Offline
*
Re: setup SSL on clientdomain.com:2083
« Reply #5 on: March 09, 2025, 04:26:20 PM »
Try to use:
https://cpanel.domain.com
instead of
https://domain.com:2083
Make sure the SSL is installed for webmail, cpanel, etc. You should see:
https://i.imgur.com/79oP1OF.png

Thank you, It works like a charm