Hello,
I am encountering a problem. If I go to the http://mydomainname:443, I have an error message.
As if the http was not redirected to the https
Can you help me ?
Thank you
If you make a HTTP request to port 443, the server will return an error because it’s expecting HTTPS requests on that port.
I doubt many people will accidentally add :443 to the end of your URL. But if it bothers you, you can enable HSTS which would at least fix it for anyone that has visited the correct URL in the recent past.
edit: I don’t see any redirect in your HTTP configuration for port 80 either, though, so even http://mydomainname.synology.me might not redirect until you add that.
Using not the IP but the domain name to access it should solve the issue. Let's Encrypt certificates are issued for domains. If you need a certificate for an IP specifically, you can use a self-signed certificate, but you will need to make sure it is trusted by your browser (either by adding a permanent "exception" or by importing it).