Domain name doesn't work with SSL

What is the name of the domain?

mijnv2.org

What is the issue you’re encountering

https doesn’t work

What feature, service or problem is this related to?

Nameservers

What are the steps to reproduce the issue?

Normally, I use the following set of commands from acme.sh script to install a SSL certificate for my domain name.

curl https://get.acme.sh | sh
~/.acme.sh/acme.sh --set-default-ca --server letsencrypt
~/.acme.sh/acme.sh --register-account -m MYEMAIL
~/.acme.sh/acme.sh --issue -d MYDOMAIN --standalone
~/.acme.sh/acme.sh --installcert -d MYDOMAIN --key-file /root/private.key --fullchain-file /root/cert.crt

Then I use /root/private.key and /root/cert.crt in the web panel and then I am able to access the website through https://

I did the same step with the domain name I purchased from Cloudflare, but accessing the web panel is not possible. The panel should be accessible at https://MYDOMAIN:10000. Any idea about that?

As per my knowledge, the mentioned port is not supported by Cloudflare. You may explore more on that here or someone would assist:

2 Likes

OK thank you very much. I used one of the supported port numbers in the panel and now I can access the panel via the name in the address bar.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.