HTTPS
-
Hi,
Why I am getting this
not secure
indication while pointing the root domain to the wordpress?Is it related to SSL cert config? and how to fix this?
Thanks in advance
-
Hello @leemuljadi
You can always try to manually run the certificate update process => https://docs.cloudron.io/certificates/#renewal
Using the main domain for a WordPress managed should be no issue.
Could you inspect the certificate in the browser where it saysNot Secure
and share the inspect view of that certificate? -
Hi,
Why I am getting this
not secure
indication while pointing the root domain to the wordpress?Is it related to SSL cert config? and how to fix this?
Thanks in advance
@leemuljadi said in HTTPS:
pointing the root domain to the wordpress
Just a guess but note that
www.example.com
andexample.com
are different domains i.e in theory it is possible to have two separate websites . If this is your situation, you have to add a redirection - https://docs.cloudron.io/apps/#redirections -
-
@leemuljadi said in HTTPS:
pointing the root domain to the wordpress
Just a guess but note that
www.example.com
andexample.com
are different domains i.e in theory it is possible to have two separate websites . If this is your situation, you have to add a redirection - https://docs.cloudron.io/apps/#redirections@joseph
I put the main location atwww.example.com
and alias atexample.com
any difference of alias from redirection? -
@leemuljadi seems to work here now. alias is for multi-tenant apps - apps that can server different pages for different subdomains. This requires support in the app itself. say some cms app can be assigned 5 domains (aliases) and it servers some different page for each domain . https://docs.cloudron.io/apps/#aliases
-