0

I created the following CNAME DNS in my CloudFare account.

Type Name Content Proxy Status CNAME * maindomain.me DNS only CNAME maindomain.me subdomain.duckdns.org DNS only 

The SSL Certificate was created in NGINX Proxy Manager as shown below with no errors and it's active.

*.subdomain.duckdns.org subdomain.duckdns.org

I also have 3 hosts created in NGINX Proxy Manager:

Source Destination Status subdomain.duckdns.org http://192.168.100.10:30020 Online nextcloud.maindomain.me http://192.168.100.10:9001 Online jellyfin.maindomain.me http://192.168.100.10:30013 Online 

Port Forwarding:

  • NPM HTTP: 80 (WAN) to 30021 (LAN)
  • NPM HTTPS: 443 (WAN) to 30022 (LAN)
  • NPM WebUI: 30020 (WAN) to 30020 (LAN)

I'm still facing the "not secure" SSL certificate error and need some help. Do I need to forward port 30020 to access NPM since it's already set up as subdomain.duckdns.org?

3
  • 1
    It looks like you have only configured certificates for *.subdomain.duckdns.org. When you want to access your services over maindomain.me you will also need certificates for maindomain.me (and *.maindomain.me). Commented Oct 12 at 8:29
  • The primary domain was registered with Cloudfare, which comes with an SSL certificate by default. Commented Oct 13 at 20:44
  • But since you’re using “DNS Only” you need to install the certificate for your domain on the nginx proxy manager, right ? Commented Oct 13 at 20:47

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.