<?php
require_once __DIR__ . '/../../config.php';
require_once __DIR__ . '/../../includes/functions.php';

$page_title   = 'What is SSL/TLS? – HTTPS and Encryption Explained';
$page_desc    = 'SSL and TLS explained: how HTTPS encrypts your connection, what certificates do and how to check SSL validity on ipcheck.tools.';
$page_current = 'wissen';

require_once __DIR__ . '/../../en/header.php';
?>

<div class="hero">
  <div class="hero-label">Knowledge</div>
  <div class="hero-title">What is SSL/TLS?</div>
  <div class="hero-sub">How HTTPS encrypts your connection and protects your data</div>
</div>

<div class="wrap">

  <div class="ad-slot"><ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-8287576653347400" data-ad-slot="2715725452" data-ad-format="auto" data-full-width-responsive="true"></ins><script>(adsbygoogle = window.adsbygoogle || []).push({});</script></div>

  <div class="card card-green">
    <div class="card-title"><i class="ti ti-lock"></i> SSL and TLS – what is the difference?</div>
    <p style="font-size:13px; color:var(--text3); line-height:1.7;"><strong>SSL</strong> (Secure Sockets Layer) is the predecessor of <strong>TLS</strong> (Transport Layer Security). SSL is technically obsolete and insecure – all modern connections use TLS. However, the term "SSL" is still commonly used even when TLS is meant. When you see the padlock icon in your browser, your connection uses TLS.</p>
    <div class="data-row"><span class="dk">SSL 2.0 / 3.0</span><span class="dv" style="color:var(--red);">Obsolete – insecure</span></div>
    <div class="data-row"><span class="dk">TLS 1.0 / 1.1</span><span class="dv" style="color:var(--red);">Deprecated – avoid</span></div>
    <div class="data-row"><span class="dk">TLS 1.2</span><span class="dv" style="color:var(--orange);">Still widely used</span></div>
    <div class="data-row"><span class="dk">TLS 1.3</span><span class="dv" style="color:var(--green);">Current standard – recommended</span></div>
  </div>

  <div class="grid2">
    <div class="card">
      <div class="card-title"><i class="ti ti-certificate"></i> What does an SSL certificate do?</div>
      <p style="font-size:13px; color:var(--text3); line-height:1.7;">An SSL/TLS certificate serves two purposes: it <strong>authenticates</strong> the identity of a website and enables <strong>encrypted communication</strong>. The certificate is issued by a trusted Certificate Authority (CA) and contains the domain name, the CA's signature and an expiry date.</p>
    </div>
    <div class="card">
      <div class="card-title"><i class="ti ti-list"></i> Certificate types</div>
      <div class="data-row"><span class="dk">DV (Domain Validation)</span><span class="dv" style="font-size:12px;">Domain ownership verified – basic</span></div>
      <div class="data-row"><span class="dk">OV (Organisation Validation)</span><span class="dv" style="font-size:12px;">Company identity verified</span></div>
      <div class="data-row"><span class="dk">EV (Extended Validation)</span><span class="dv" style="font-size:12px;">Strict verification – highest trust</span></div>
      <div class="data-row"><span class="dk">Wildcard (*.example.com)</span><span class="dv" style="font-size:12px;">Covers all subdomains</span></div>
      <div class="data-row"><span class="dk">Multi-domain (SAN)</span><span class="dv" style="font-size:12px;">Multiple domains in one cert</span></div>
    </div>
  </div>

  <div class="card">
    <div class="card-title"><i class="ti ti-lock-check"></i> Free SSL with Let's Encrypt</div>
    <p style="font-size:13px; color:var(--text3); line-height:1.7;">Let's Encrypt is a free, automated and open Certificate Authority. It issues DV certificates valid for 90 days that can be renewed automatically with Certbot. Let's Encrypt is trusted by all major browsers and is used by millions of websites.</p>
    <div class="data-row"><span class="dk">Cost</span><span class="dv" style="color:var(--green);">Free</span></div>
    <div class="data-row"><span class="dk">Validity</span><span class="dv">90 days (auto-renewable)</span></div>
    <div class="data-row"><span class="dk">Type</span><span class="dv">DV (Domain Validation)</span></div>
    <div class="data-row"><span class="dk">Tool</span><span class="dv mono">Certbot</span></div>
  </div>

  <div class="card">
    <div class="card-title"><i class="ti ti-arrow-right"></i> Related tools</div>
    <div style="display:flex; gap:8px; flex-wrap:wrap;">
      <a href="/en/ssl-check.php" class="btn btn-primary" style="font-size:12px; padding:6px 14px;">
        <i class="ti ti-lock"></i> SSL Check
      </a>
      <a href="/en/headers.php" class="btn btn-ghost" style="font-size:12px; padding:6px 14px;">
        <i class="ti ti-eye"></i> HTTP Headers
      </a>
      <a href="/en/knowledge/renew-ssl-certificate.php" class="btn btn-ghost" style="font-size:12px; padding:6px 14px;">
        <i class="ti ti-book"></i> Renew SSL Certificate
      </a>
    </div>
  </div>

  <div class="ad-slot"><ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-8287576653347400" data-ad-slot="2715725452" data-ad-format="auto" data-full-width-responsive="true"></ins><script>(adsbygoogle = window.adsbygoogle || []).push({});</script></div>

  <div class="tools-row">
    <a href="/en/knowledge/"    class="tool-btn"><i class="ti ti-book"></i><span>Knowledge</span></a>
    <a href="/en/ssl-check.php" class="tool-btn"><i class="ti ti-lock"></i><span>SSL Check</span></a>
    <a href="/en/headers.php"   class="tool-btn"><i class="ti ti-eye"></i><span>HTTP Headers</span></a>
    <a href="/en/dns-lookup.php" class="tool-btn"><i class="ti ti-search"></i><span>DNS Lookup</span></a>
    <a href="/en/"              class="tool-btn"><i class="ti ti-home"></i><span>My IP</span></a>
  </div>

  <div class="seo-box">
    <h2>SSL/TLS – encryption for the web</h2>
    <p>SSL/TLS is the encryption technology behind HTTPS. It authenticates websites and encrypts data in transit, protecting against eavesdropping and man-in-the-middle attacks. TLS 1.3 is the current standard. Free certificates from Let's Encrypt have made HTTPS accessible to all websites. Always check that websites you share sensitive data with use HTTPS with a valid certificate.</p>
  </div>

<?php require_once __DIR__ . '/../../en/footer.php'; ?>
