This is exactly why browsers warn about such redirects. That said, this reminds me of a similar discussion on mail servers. There, STARTTLS sees much more use.
The main problem is preventing downgrade attacks. With mail it is easy to just remember the setting for every server. Not so with websites.
I've seen quite a bit of criticism of it for mail servers [1] because an attacker can simply block the 'STARTTLS' message and (many) clients will silently accept that.
The main problem is preventing downgrade attacks. With mail it is easy to just remember the setting for every server. Not so with websites.