Control Web Panel
WebPanel => SSL => Topic started by: jos 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
-
cwp proxies clientdomain/panel to 2083. To access by port, you have to use the hostname.
-
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.
-
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.
-
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
-
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