I am wondering what the impact is on a website visitor when the website has had a TLD change.
Take for example, https://subdomain.example.com
. Let's say this domain changes to https://subdomain.example.net
. Visitors accessing the former, will be redirected to the latter.
When the TLS certificate for the former expires, what is the impact on visitors? Will they be immediately redirected, or will they see the untrusted page in their web browser?
My specific use case is that I am changing a TLD from .tv
to .ai
. The .tv
TLS certificate expires in April 2018. Do I need to renew that certificate just to avoid the untrusted warning, or will a redirect skip the TLS check?