Privacy Act 1988 and Your Website's Security Obligations
The Privacy Act 1988 imposes specific security obligations on Australian businesses that collect personal information online. Here's what your website must do to comply.
SSL and TLS are often used interchangeably, but they're not the same thing. Here's what the difference means for your website's security.
By CertGuard Team
If you've ever set up HTTPS for a website, you've probably seen both "SSL" and "TLS" mentioned — sometimes in the same sentence, sometimes as if they're the same thing. They're not. Here's what you actually need to know.
SSL (Secure Sockets Layer) is the original protocol. It's old, deprecated, and insecure.
TLS (Transport Layer Security) is its replacement. It's what your website actually uses today.
When someone says "SSL certificate," they almost always mean a TLS certificate. The name stuck long after the technology moved on.
SSL was developed by Netscape in the 1990s. SSL 1.0 was never publicly released — it was so flawed internally that Netscape scrapped it before launch. SSL 2.0 (1995) was the first public version, followed by SSL 3.0 (1996). Both publicly released versions had significant security vulnerabilities.
TLS 1.0 was released in 1999 as an upgrade to SSL 3.0. It addressed many of SSL's weaknesses. Since then:
SSL 2.0 was formally deprecated in 2011. SSL 3.0 was deprecated in 2015 after the POODLE vulnerability made it completely unsafe.
No modern browser supports SSL at all. When you see the padlock in your browser, it's TLS — not SSL.
Your server's TLS configuration determines which versions of the protocol browsers can use to connect. If your server still has TLS 1.0 or 1.1 enabled:
Recommended configuration: TLS 1.2 minimum, TLS 1.3 preferred.
Your "SSL certificate" is actually a TLS certificate (formally called an X.509 certificate). It serves the same purpose regardless of what you call it:
The certificate itself is protocol-agnostic — TLS 1.2 and TLS 1.3 both use the same certificate format.
Even though TLS has replaced SSL, certificate types still have real differences:
DV (Domain Validation)
OV (Organisation Validation)
EV (Extended Validation)
Beyond TLS version, cipher suites define the exact algorithms used for encryption. TLS 1.3 simplified this — only 5 cipher suites are supported, all considered secure.
TLS 1.2 has dozens of cipher suites, some of which are weak. If your server supports TLS_RSA_WITH_RC4_128_SHA or similar legacy suites, you have a configuration problem.
The quickest way is SSL Labs' free test at ssllabs.com/ssltest. It checks:
Aim for an A or A+ rating.
SSL is dead. TLS is what your website uses. But the term "SSL" isn't going away — the industry has embraced the shorthand even though it's technically wrong.
What matters practically:
CertGuard monitors your TLS certificate expiry and alerts you before it expires. Free for up to 3 domains.
CertGuard monitors your certificates automatically and alerts you before anything expires. Free for up to 3 domains.
Start Free →The Privacy Act 1988 imposes specific security obligations on Australian businesses that collect personal information online. Here's what your website must do to comply.
The Australian Cyber Security Centre's Essential Eight framework addresses certificate management through patch management and application hardening. Here's how SSL monitoring fits in.
Certificate Transparency logs are public records of every SSL certificate ever issued for your domain. Here's what they reveal and how to use them to spot security threats.