northdan.
Vezi pagina în română

IT Glossary

What is HTTPS?

The secure version of the web protocol: everything exchanged between visitor and site is encrypted — the padlock in the browser bar.

One letter separates http:// from https:// and it stands for "secure" — the difference between a conversation shouted across a crowded room and one held through an encrypted line. Over plain HTTP, everything a visitor exchanges with your site travels readable by anyone along the path, from the coffee-shop Wi-Fi to any network in between; over HTTPS, passwords, card numbers and form entries are encrypted, and the content cannot be tampered with in transit. The machinery behind it is the site's SSL/TLS certificate, which vouches for the domain and triggers the padlock. By now HTTPS is not an option but baseline hygiene, for cumulative reasons: browsers stamp plain-HTTP pages with a visible "Not secure" label that repels customers, Google treats HTTPS as a ranking signal and requires it for modern features, payment processors and privacy regulations assume it, and certificates have become free and self-renewing — so the cost excuse is gone. What remains worth checking on your own site: that automatic renewal genuinely works, that every page forces HTTPS including redirects from the old addresses, and that no "mixed content" — resources still loading over HTTP inside a secure page — quietly breaks the padlock.

Let’s talk about your project

Message us on WhatsApp or send an email — you talk directly to a developer.

office@northdan.com · +40 752 070 247

Why it matters for your business

Trust from the first pixel

Customers check the padlock instinctively — while a "Not secure" label on a company site drives away exactly the visitors who mattered.

Customer data protected in transit

Forms, passwords, cards — encrypted between browser and server; interception on public networks becomes pointless.

De facto requirement for SEO and payments

A ranking signal at Google, a condition for payment processors and for modern browser features — without HTTPS, doors close one by one.

Frequently asked questions

Does an SSL certificate cost money?

Not anymore for the standard case: Let's Encrypt provides universally recognized free certificates with automatic renewal, included by default at any decent host. Paid certificates still make sense only for special cases like extended organization validation — for the vast majority of sites, free is the correct standard.

The browser shows "your connection is not private" on my own site — what happened?

Most often: the certificate expired because automatic renewal failed silently, or the configuration broke during a server move. Treat it as a commercial emergency — visitors see a full-screen red warning and leave; the fix belongs to the host or administrator and usually takes minutes.

We have HTTPS — does that mean the site is fully secure?

No — HTTPS secures transport, the road the data travels; the site itself (outdated CMS, weak passwords, vulnerable plugins) remains your responsibility. The padlock says "the conversation with this site is private," not "this site cannot be hacked." Both layers matter.