switch·Esc back

HTTPS

You might say

My browser says the site isn't secure. How do I get that lock icon in the address bar?

Encrypt the connection between the browser and the websiteHTTPS is HTTP protected by TLS. It helps prevent other parties on the network from reading or changing the traffic and lets the browser verify the server's certificate. It does not make unsafe application code or stolen passwords secure by itself.
Know first
🔒 https://vibeui.dev Encrypted connection
⚠️ http://old-site.com Not safe
The browser interface will vary depending on the version; the key is to confirm the connection and certificate status

When to use it

  • Protect every public website
  • Send account and payment data
  • Use browser features that require a secure context
  • Verify the domain presented by a server

When NOT to use it

  • Assume HTTPS prevents every kind of attack
  • Load insecure resources inside a secure page
  • Ignore certificate renewal
  • Send secrets to the wrong server just because the connection is encrypted
Anatomy
🔒 https://vibeui.devCertificateLet's EncryptValid until 2026-10
The browser's status prompt for the current TLS connection and certificate is not an endorsement of the website's reputation.
The certificate binds the domain name public key to the issuance information; common DV certificates only verify domain name control rights, and automatic issuance also needs to be configured correctly
TLS protects transmissions with encryption and integrity checks; the end device or website itself may still be at risk
Variants
Domain Validated
🔒 vibeui.dev DV
Only verify the domain name, the hosting platform will automatically sign it for free
Organization Validated
🔒 bank.example OV
Additional verification of corporate identity, commonly used in banking and government affairs
Typical use cases
Website connection
🔒 vibeui.dev
The connection is secure
The information you transmit to and from this website is encrypted
Awarded tovibeui.dev
Issued byLet's Encrypt
Valid until2026-10-18
Login
Domain name vibeui.dev HTTPS enabled
SSL Certificate Let's Encrypt · Automatic renewal
Force HTTPS
Automatic renewal next time 2026-09-18
Payment
⚠️
Your connection is not private
Attackers may try to steal your information
(such as passwords, communications, or credit card information) from old-site.com
API request
🔒 vibeui.dev
Console
✕ Mixed Content: This page is loaded via HTTPS,
But an unsafe image http://img.old.com/a.png was requested,
The request has been blocked.
→ Change the image address to https://
Further reading