Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
A records and nginx configuration are OK. I used certbot certonly -- manual-d to apply for the certificate before, but I want to change it to certbot --nginx to apply for and set automatic renewal, because the certificate cannot be automatically renewed manually, which keeps reminding me of this problem
It looks like something may be interfering with the HTTP request being sent to your nginx server. An HTTPS request has a "Server: nginx" response header but an HTTP request does not. While you could configure your system that way it is unusual.
And, should I get a "404 Not Found" for request to your "home page"?
curl -i https://sdktest.sending.me
HTTP/2 404
server: nginx/1.18.0
curl -i http://sdktest.sending.me
HTTP/1.1 404 Not Found
Date: Thu, 28 Dec 2023 16:03:29 GMT
Both requests also return these response headers. These seem more likely to come from a firewall or similar system. We don't often see these from just an nginx server.