|
|
|
|
|
by lcampbell
4854 days ago
|
|
The wildcard fix is annoying when you have everything on SSL but don't want to handle a wildcard cert[1]. When someone typos https://foo.example.com I'd like the UX to be a browser's "could not connect to server" error, not "this site is untrusted, run away as fast as you can". -- [1] IMO, the use of wildcard certs is a dangerous practice[2] made obsolete by SNI. [2] If the cert gets stolen from one server, the thief can impersonate any server on that domain. |
|