Recently bought a domain example.domain.com, and I already set the a record to point to my server IP address (I am using windows 10 PC), so my problem is when the prompt of asking for the custom domain and I use the one I bought it gives this error
āDomain does not point to this server or the reverse proxy is not configured correctly. See the mastercontainer logs for more details. (āsudo docker logs -f nextcloud-aio-mastercontainerā) If you should be using Cloudflare, make sure to disable the Cloudflare Proxy feature as it might block the domain validation. Same for any other firewall or service that blocks unencrypted access on port 443.ā
and here is the error logs
2024-07-26 17:22:30 NOTICE: PHP message: Expected was: aaaec7d773e8d2b5b8d6e4d5a1f4f950bcef74ffe973c0d1
2024-07-26 17:22:30 NOTICE: PHP message: The error message was:
2024-07-26 17:27:20 NOTICE: PHP message: The response of the connection attempt to āhttp://example.domain.com:443ā was:
0400-01-01 00:00:00 The plain HTTP request was sent to HTTPS port
400 Bad Request
The plain HTTP request was sent to HTTPS portnginx/1.14.0
but I can use a no IP domain such as example.ddns.net, now I already check the dns and a record server for the domain using https://www.whatsmydns.net/ and it already shows my server IP address so I know both is pointing to my server, and when I use the no IP domain it works, but when I use the example.domain.com it does not work and shows the error messages I showed
does any body know how to resolve this?