▲ | littlecranky67 4 days ago | |
How did they get a valid ssl cert though? | ||
▲ | dns_snek 4 days ago | parent | next [-] | |
Before HSTS you didn't need a valid certificate. When you typed "amazon.com" in the address bar your browser would first connect to the server unencrypted on port 80 which would then redirect you to the HTTPS address. If someone hijacked your DNS, they could direct your browser to connect to their web server instead which served a phishing site on port 80 and never redirected you, thus never ran into the certificate issue. That's part of the reason why browsers started warning users when they're connecting to a website without HTTPS. | ||
▲ | klysm 4 days ago | parent | prev [-] | |
Could've been a while ago when SSL certs failures weren't as loud in the browser |