Unable to generate host ssl

I’ve installed hCP 1.8.11 on Ubuntu 22.04, no websites yet.
Trying to generate the SSL for hCP, server1 is in my DNS records but when I run :

root> v-add-letsencrypt-host

I get:

Error: WEB_DOMAINS limit is reached :: upgrade user package
Error: web domain server1.example.com127.0.0.1 doesn't exist

I tried to run the above command from a different user but I get: permission denied. Please help, many thanks.

ss_2805_215647

Is the output like this? The server name joined to the IP address without spaces?

1 Like

Sorry, my bad the DNS record didn’t save.
I re-issued the command below, and it worked without errors.
But the control panel is still unsecure, how do I fix it?

Thanks

v-add-letsencrypt-host 


v-add-letsencrypt-host should work, anyway, as I can’t see the real domain I can’t test it.

Use this command (replace YourDomain by the actual domain):

v-update-host-certificate admin server1.YourDomain.com

Done it, no errors, but hCP is still unsafe.
Here is the url: https://server1.example.com:8083
My VPS WHM (Web Hosting manager) uses the same hostname, is that a problem?

Thanks

You are using Cloudflare as a proxy and Cloudflare doesn’t allow port 8083, change it to 2083

v-change-sys-port 2083

And try again using port 2083 https://server1.example.com:2083

2 Likes

Brilliant! It worked.
Can you please hide my domain name.
Thanks

1 Like