Hello,
after movement to a new server with a different IP, the main domain can be opened in the browser with the correct Let's Encrypt certificate.
But all Subdomains of this Domain are also returning the same Let's Encrypt SSL certificate.
So sub.example.com returns the certificate of example.com
- I have removed and recreated the certificate for the Subdomain with the same result.
- I have also created a new Subdomain with the same result.
In the "Hosting Settings" of the Subdomain, the checkbox for SSL/TLS support is activated and the certificate for sub.example.com is selected in the dropdown.
When connecting to the server via ssh the command
returns the same IP than
Has someone an idea what might still be misconfigured that leads to this behaviour?
after movement to a new server with a different IP, the main domain can be opened in the browser with the correct Let's Encrypt certificate.
But all Subdomains of this Domain are also returning the same Let's Encrypt SSL certificate.
So sub.example.com returns the certificate of example.com
- I have removed and recreated the certificate for the Subdomain with the same result.
- I have also created a new Subdomain with the same result.
In the "Hosting Settings" of the Subdomain, the checkbox for SSL/TLS support is activated and the certificate for sub.example.com is selected in the dropdown.
When connecting to the server via ssh the command
Code:
# dig +short sub.example.com
Code:
# dig +short example.com
Has someone an idea what might still be misconfigured that leads to this behaviour?