![]() |
Today, security is a central theme in any operation we carry out. Since most of these operations are carried out online, knowing how to protect yourself in this area has become fundamental.
Among the many precautions, there is one essential and simple to observe: verify the use of HTTPS by the sites we visit.
๐ก The Era of Insecure Web (HTTP)
Until a few years ago, most websites used the HTTP protocol (HyperText Transfer Protocol). This protocol is simple and fast, but it has a serious flaw: data travels unencrypted. Anyone in the middle of the communication (a hacker, a shady provider, or even a public Wi-Fi network) can intercept and read all traffic.
๐ง๐ป Real Risks: Sniffing, Man-in-the-Middle, Data Theft
When you browse an HTTP site and enter a password, a credit card number, or even just your name, this information can be intercepted without much technical effort. This clearly showed the need to secure web communications.
๐ The Answer: HTTPS
HTTPS (HTTP Secure) is the result of combining HTTP with a layer of TLS encryption (formerly SSL). The purpose of HTTPS is to:
- Encrypt communications
- Ensure data integrity (no changes in transit)
- Verify the identity of the site you are connecting to
But who guarantees the site is really who it claims to be?
๐ The Role of Digital Certificates
To establish a secure HTTPS connection, a website must have a digital certificate, issued by a Certification Authority (CA), a trusted entity.
๐งพ What Is a Digital Certificate?
It’s an electronic file that includes:
- The domain name (e.g. www.example.com)
- The site’s public key
- Information about the issuing Certification Authority
- The CA’s digital signature
- An expiration date
๐ Types of HTTPS Certificates: DV, OV, EV
There are three main types of HTTPS certificates, which differ in the level of validation performed on the site owner.
1. ✅ DV - Domain Validation
- What does it verify? Only domain ownership.
- How is it obtained? Automatically, via email or DNS check.
- Examples: Let’s Encrypt, ZeroSSL.
- Pros: Fast, free.
- Cons: Doesn’t verify who is behind the site. A phishing site can have a DV certificate.
๐ Common use: personal blogs, small projects, development environments.
2. ๐ข OV - Organization Validation
- What does it verify? Domain ownership and organizational information (company name, address).
- How is it obtained? Requires submitting business documentation and manual validation.
- Pros: More trustworthy.
- Cons: More expensive, takes longer.
๐ Common use: business websites, B2B portals, client management platforms.
3. ๐ EV - Extended Validation
- What does it verify? Everything required for OV, plus an in-depth legal and organizational vetting.
- How is it obtained? Very strict validation process by the CA.
- Pros: Maximum level of trust.
- Cons: Expensive, time-consuming to issue.
๐ก In the past, browsers used to show the legal company name next to the URL for EV certificates (e.g. "BANK OF AMERICA CORPORATION").
๐ Common use: banks, insurance companies, large e-commerce platforms.
๐ฑ How Does an HTTPS Certificate Start?
- Everything starts with a DV: It’s the minimal requirement to enable HTTPS. It’s the starting point.
- Natural evolution:
- A site can start with a DV and later, for branding or security reasons, upgrade to OV or EV.
- This upgrade involves requesting a new certificate and installing it on the server.
๐ How to Know What Type of HTTPS Certificate a Site Uses
The padlock alone doesn’t tell you whether a certificate is DV, OV, or EV. Modern browsers show very limited visual clues, but there are still ways to check the certificate type.
๐งญ Method 1: Using the Browser
๐ Google Chrome / Microsoft Edge / Brave
- Click the padlock icon in the address bar (left of the URL).
- Select "Connection is secure" or similar.
- Click "Certificate is valid" (or "Details").
- A window opens with certificate information.
In the "Subject" or "Issued to" field:
- If you see only the domain name, it’s most likely a DV.
- If you also see company name and address, it’s an OV.
- If you see jurisdiction and registration number, it’s an EV.
๐ฆ Firefox
- Click the padlock → "Secure connection".
- Then "More Information" → "View Certificate".
- The subject field will show if it’s DV, OV, or EV.
๐ Method 2: Use Online Tools
You can use free tools to analyze a website’s SSL certificate:
- SSL Labs – SSL Test
- Censys.io
- crt.sh – to search public certificates
These tools will explicitly show the certificate type and provide full technical details.
๐ก Tip for Curious Users
In the Organizational Unit
or Subject
fields of the certificate you’ll often find direct clues:
- If empty: DV
- If it shows a company name: OV
- If it includes legal jurisdiction and full company data: EV
๐ Final Thoughts
Not all HTTPS certificates are the same. The padlock is just the first step: knowing what type of certificate was issued tells you how deeply the site’s identity has been verified. This is crucial when trying to tell the difference between a personal blog and an online banking site.
What you need to keep in mind is to always check if a site uses HTTPS.
Make sure at least one of these 2 things:
- the address of the site you are visiting has https:// at the beginning of the URL (e.g. https://agencysite.com)
- the address bar has the padlock icon ๐ or click on the icon next to the URL and check that it says "Secure connection"
Follow me #techelopment
Official site: www.techelopment.it
facebook: Techelopment
instagram: @techelopment
X: techelopment
Bluesky: @techelopment
telegram: @techelopment_channel
whatsapp: Techelopment
youtube: @techelopment