Just pushed up an update to our backend. One of the key change in this update is to make the whole-site HTTPS-only. Which means,
- OzBargain is now on URL https://www.ozbargain.com.au
- All the http:// links will be redirected to https://
While we do try to keep all the resources on the site HTTPS including images, Javascript, etc, there still exist some issues that might not always give you a nice green padlock on your browser's address bar:
- Some embedded images in the post might not be on HTTPS.
- Some ads served via Google's DFP might not be on HTTPS.
Please report here if you encounter other related issues.
Edit: Just in case someone is wondering why we moved to HTTPS-only
With HTTPS, your web-browser negotiates a session key with OzBargain web server, and all the packets transmitted (HTML page, images, your username / password, etc) are encrypted with that session key. Men-In-The-Middle that capture those packets would not be able easily decrypt to get the clear-text information. For example if you are on open WiFi hotspot, other people on the same AP won't be able to capture your OzBargain password and session token.
With HTTPS, you can also identify whether OzBargain web-server is presenting a certificate that has been signed by a trusted authority. So if your DNS has been spoofed and someone sent you to a different website claiming to be OzBargain, it would not be able to provide the same signed certificate. So now you know OzBargain is HTTPS-only, and if you do happen to come to www.ozbargain.com.au that does not happen to have a padlock in the location bar — something fishy might be going on.
Internet is progressively moving to a HTTPS-only world. Google, Facebook and many other services are all on HTTPS, and SPDY / HTTP2.0 protocol would always require HTTPS.
No. It has nothing to do with "tracking".
Just for a beginner here, what are the benefits of going https?
I found this:http://stackoverflow.com/questions/6498419/is-there-any-advantages-to-using-http-over-https
but it didnt really help me