{"id":284,"date":"2021-04-13T05:30:00","date_gmt":"2021-04-13T09:30:00","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2011\/11\/02\/what-is-ssl-and-why-is-it-important\/"},"modified":"2026-04-22T13:50:51","modified_gmt":"2026-04-22T17:50:51","slug":"what-is-ssl-and-why-is-it-important","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/what-is-ssl-and-why-is-it-important\/","title":{"rendered":"What Is SSL and Why Does It Matter for Your Website?"},"content":{"rendered":"<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"538\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/04\/what-is-ssl-1024x538.png\" alt=\"\" class=\"wp-image-129522\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/04\/what-is-ssl-1024x538.png 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/04\/what-is-ssl-300x158.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/04\/what-is-ssl-768x403.png 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/04\/what-is-ssl.png 1200w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure>\n\n\n\n<p>An SSL certificate encrypts traffic between a visitor\u2019s browser and your web server, so passwords, payment details, and form submissions cannot be read by anyone watching the connection. This guide explains what SSL actually is today, how the handshake works, the difference between free and paid certificates, and what to configure after installation so your site loads without mixed content warnings.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Is an SSL Certificate?<\/h2>\n\n\n\n<p>An SSL certificate is a data file issued by a certificate authority that binds a cryptographic key pair to your domain and proves your server is who it claims to be. Once installed, it lets your server negotiate an encrypted session with a visitor\u2019s browser so the rest of the conversation is unreadable to anyone sitting between them.<\/p>\n\n\n\n<p>The name is mildly misleading. Original <strong>SSL (Secure Sockets Layer)<\/strong> was designed by Netscape in the mid-1990s and was <a href=\"https:\/\/datatracker.ietf.org\/doc\/html\/rfc7568\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">fully deprecated by the IETF in 2015<\/a>. What your \u201cSSL certificate\u201d actually does today is enable <strong>TLS (Transport Layer Security)<\/strong>, the successor protocol. TLS 1.2 and <a href=\"https:\/\/www.rfc-editor.org\/rfc\/rfc8446\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">TLS 1.3<\/a> are the current standards. The industry still calls the certificates \u201cSSL certificates\u201d because the habit stuck, but the wire protocol is TLS.<\/p>\n\n\n\n<p>One certificate, one responsibility: prove your domain\u2019s identity and hand the browser a public key to start an encrypted session.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How Does the SSL\/TLS Handshake Actually Work?<\/h2>\n\n\n\n<p>When a visitor types <code>https:\/\/yoursite.com<\/code>, a short negotiation happens before any page content moves:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>The browser sends a ClientHello with the TLS versions and cipher suites it supports.<\/li>\n\n\n\n<li>Your server replies with a ServerHello, its chosen cipher, and its certificate.<\/li>\n\n\n\n<li>The browser validates the certificate chain against its trusted root store. If anything is expired, self-signed, or mismatched, the connection aborts with a warning.<\/li>\n\n\n\n<li>The two sides exchange key material using Diffie-Hellman (or ECDHE in TLS 1.3) and derive a shared symmetric session key.<\/li>\n\n\n\n<li>From that point on, every request and response is encrypted with that session key.<\/li>\n<\/ol>\n\n\n\n<p><a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/Security\/Transport_Layer_Security\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">TLS 1.3 compresses this into a single round trip<\/a>, which shaves roughly 100 milliseconds off the initial connection compared with TLS 1.2. That sounds small until you remember the handshake runs on every cold connection, and over mobile networks the latency is noticeable on first paint.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"416\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/12\/Ultimate-Guide-Infographics-HTTP_S-Connections-1024x416.png\" alt=\"Infographic showing how the SSL\/TLS Handshake works\" class=\"wp-image-108259\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/12\/Ultimate-Guide-Infographics-HTTP_S-Connections-1024x416.png 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/12\/Ultimate-Guide-Infographics-HTTP_S-Connections-300x122.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/12\/Ultimate-Guide-Infographics-HTTP_S-Connections-768x312.png 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/12\/Ultimate-Guide-Infographics-HTTP_S-Connections-1536x624.png 1536w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/12\/Ultimate-Guide-Infographics-HTTP_S-Connections-2048x833.png 2048w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">How Can You Tell if a Site Is Using SSL?<\/h2>\n\n\n\n<p>Three quick checks tell you whether a connection is encrypted:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The URL begins with <code>https:\/\/<\/code> rather than <code>http:\/\/<\/code>.<\/li>\n\n\n\n<li>A lock icon or tune icon appears in the address bar. Clicking it reveals the certificate details.<\/li>\n\n\n\n<li>The certificate panel shows the issuing authority, the covered domain names, and the expiration date.<\/li>\n<\/ul>\n\n\n\n<p>If the certificate is expired, the domain does not match, or the chain is broken, browsers replace the lock with a full-page warning. Most visitors close the tab at that point, which makes certificate health a direct conversion issue.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Types of SSL Certificates Exist?<\/h2>\n\n\n\n<p>Certificates differ in two dimensions: what they prove about the owner, and how many names they cover.<\/p>\n\n\n\n<p><strong>By validation level:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Domain Validation (DV).<\/strong> The certificate authority confirms you control the domain, usually through a DNS record or email challenge. Issuance takes minutes. DV is the default for Let\u2019s Encrypt and most free SSL.<\/li>\n\n\n\n<li><strong>Organization Validation (OV).<\/strong> The CA verifies your business exists and is registered. Issuance takes one to three business days. Useful when visitors want a named company on the certificate.<\/li>\n\n\n\n<li><strong>Extended Validation (EV).<\/strong> The CA performs a deeper legal check before issuance. Browsers used to display a green bar for EV; most have since removed that treatment, though EV still appears in the certificate details.<\/li>\n<\/ul>\n\n\n\n<p><strong>By coverage:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Single-domain.<\/strong> Covers one hostname, like <code>www.example.com<\/code>.<\/li>\n\n\n\n<li><strong>Wildcard.<\/strong> Covers a domain and all of its first-level subdomains, like <code>*.example.com<\/code>. Useful for sites running many subdomains.<\/li>\n\n\n\n<li><strong>Multi-domain (SAN).<\/strong> Covers several unrelated hostnames on one certificate.<\/li>\n<\/ul>\n\n\n\n<p>For a marketing site or blog, DV is almost always fine. A high-value ecommerce checkout or a financial portal may warrant OV so customers can see the business name on the certificate.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why Does HTTPS Matter for SEO and Performance?<\/h2>\n\n\n\n<p>Google <a href=\"https:\/\/developers.google.com\/search\/blog\/2014\/08\/https-as-ranking-signal\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">confirmed HTTPS as a ranking signal in 2014<\/a>. The weight is small relative to content quality, but it acts as a tiebreaker and gates access to features that do move rankings.<\/p>\n\n\n\n<p>Performance is the bigger story. Modern protocols that speed up page loads are only negotiated over TLS:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>HTTP\/2<\/strong> multiplexes many requests over a single connection. Every major browser requires TLS to use it.<\/li>\n\n\n\n<li><strong>HTTP\/3<\/strong> runs over QUIC, which has TLS 1.3 baked directly into the transport layer.<\/li>\n\n\n\n<li><strong>Service Workers<\/strong>, which power offline caching and push notifications, refuse to register on <code>http:\/\/<\/code>.<\/li>\n<\/ul>\n\n\n\n<p>Running without HTTPS keeps a site on HTTP\/1.1 and locks it out of features that help Core Web Vitals scores. For an ecommerce store measuring checkout conversion in single-percentage points, that compounds fast.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">When Is SSL Legally or Practically Required?<\/h2>\n\n\n\n<p>A few cases where running without it is not really optional:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Processing card payments.<\/strong> <a href=\"https:\/\/www.pcisecuritystandards.org\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">PCI DSS 4.0<\/a> requires strong cryptography on any transmission of cardholder data across public networks. That means TLS 1.2 or later with approved cipher suites.<\/li>\n\n\n\n<li><strong>Login forms and session cookies.<\/strong> Without TLS, credentials travel as plain text and session cookies can be stolen from any network the visitor uses.<\/li>\n\n\n\n<li><strong>Webhooks and APIs.<\/strong> Stripe, PayPal, and most SaaS platforms refuse to post webhooks to non-HTTPS endpoints.<\/li>\n\n\n\n<li><strong>Forms collecting personal data.<\/strong> GDPR and similar privacy frameworks treat unencrypted transmission of personal data as a control gap.<\/li>\n<\/ul>\n\n\n\n<p>If a site collects any information beyond a visitor\u2019s IP address, HTTPS is the baseline, not an upgrade.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Is the Difference Between Free and Paid SSL Certificates?<\/h2>\n\n\n\n<p>Free SSL, in practice, means <a href=\"https:\/\/letsencrypt.org\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Let\u2019s Encrypt<\/a>. It is a nonprofit certificate authority that issues DV certificates through an automated protocol called ACME. Certificates are valid for 90 days and renew automatically. On a cPanel server, this is handled by AutoSSL, which runs in the background and reissues before expiration.<\/p>\n\n\n\n<p>Free certificates use the same underlying cryptography as paid ones. A TLS 1.3 connection secured by Let\u2019s Encrypt is just as strong as one secured by a $300 paid certificate.<\/p>\n\n\n\n<p>Paid certificates earn their price in three specific cases:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You need OV or EV, which Let\u2019s Encrypt does not offer.<\/li>\n\n\n\n<li>You want a warranty from the CA in case of a mis-issuance. Most paid certificates include one.<\/li>\n\n\n\n<li>You need custom SAN configurations, code-signing certificates, or support contracts that sit outside the free model.<\/li>\n<\/ul>\n\n\n\n<p>For most WordPress sites, brochure sites, and small ecommerce stores, <a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/auto-ssl-guide\/\">free SSL through AutoSSL<\/a> is enough. For a regulated business or a brand that wants its legal name on the certificate, a paid OV certificate is the sensible choice.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How Do You Install an SSL Certificate?<\/h2>\n\n\n\n<p>On a cPanel-based plan, the mechanics are short.<\/p>\n\n\n\n<p><strong>For free SSL (AutoSSL) \u2013 AMP Method:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list article_list\">\n<li>Log into AMP.<\/li>\n\n\n\n<li>Click on the icon for\u00a0<strong>Manage Free Basic SSL<\/strong>.<\/li>\n\n\n\n<li>Toggle the\u00a0<strong>Enable Free SSL<\/strong>\u00a0switch to the\u00a0<strong>ON<\/strong>\u00a0position.<\/li>\n\n\n\n<li>Click the blue\u00a0<strong>Run Check Now<\/strong>\u00a0to automatically add SSLs to any valid cPanel account.<\/li>\n<\/ol>\n\n\n\n<p><strong>For free SSL (AutoSSL) \u2013 cPanel Method:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list article_list\">\n<li>Log into cPanel.<\/li>\n\n\n\n<li>Open <strong>SSL\/TLS Status<\/strong>.<\/li>\n\n\n\n<li>Confirm that AutoSSL is enabled for the domains you want covered.<\/li>\n\n\n\n<li>Wait for the next run, or click <strong>Run AutoSSL<\/strong> to force one.<\/li>\n<\/ol>\n\n\n\n<p><strong>For a paid certificate:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list article_list\">\n<li>Generate a Certificate Signing Request (CSR) in cPanel under <strong>SSL\/TLS &gt; Generate CSR<\/strong>.<\/li>\n\n\n\n<li>Submit the CSR to the issuing CA and complete their validation steps.<\/li>\n\n\n\n<li>Receive the signed certificate and intermediate chain.<\/li>\n\n\n\n<li>Install both under <strong>SSL\/TLS &gt; Manage SSL Sites<\/strong>.<\/li>\n\n\n\n<li>Verify the chain is complete using an external test like <a href=\"https:\/\/www.ssllabs.com\/ssltest\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">SSL Labs<\/a>.<\/li>\n<\/ol>\n\n\n\n<p>InMotion Hosting plans include a free SSL on every domain, and the cPanel interface handles most installations without a support ticket. For servers without cPanel, tools like <a href=\"https:\/\/certbot.eff.org\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Certbot<\/a> automate the same process against Let\u2019s Encrypt.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Are the Most Common SSL Mistakes?<\/h2>\n\n\n\n<p>Three issues show up repeatedly after an install looks successful.<\/p>\n\n\n\n<p><strong>Mixed content.<\/strong> The page loads over HTTPS, but images, scripts, or stylesheets are still referenced with <code>http:\/\/<\/code> URLs. The browser either blocks them or shows a \u201cnot fully secure\u201d warning. <strong>Fix:<\/strong> update hardcoded URLs in your theme, database, and CDN settings. On WordPress, plugins like Better Search Replace can rewrite references in the database in bulk.<\/p>\n\n\n\n<p><strong>Missing HTTP-to-HTTPS redirect.<\/strong> Both versions of the site resolve, duplicating content and confusing analytics. <strong>Fix:<\/strong> add a 301 redirect from HTTP to HTTPS in your <code>.htaccess<\/code> or server config, and enable <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/HTTP\/Headers\/Strict-Transport-Security\">HSTS<\/a> to tell browsers to remember the preference.<\/p>\n\n\n\n<p><strong>Broken intermediate chain.<\/strong> The leaf certificate installs, but the intermediate CA certificate does not. Desktop Chrome may show the site as fine because it has the intermediate cached, while mobile Safari throws a warning. <strong>Fix:<\/strong> install the full chain, not just the leaf. SSL Labs will flag this explicitly.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How Do You Renew and Monitor SSL Certificates?<\/h2>\n\n\n\n<p>Let\u2019s Encrypt certificates expire every 90 days. Paid certificates typically run for 397 days, the maximum browsers currently accept, with some CAs moving toward shorter defaults. Whichever you use, set up a check.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>AutoSSL on cPanel handles renewal automatically and emails warnings when it cannot complete one, usually because of a DNS record that blocks validation.<\/li>\n\n\n\n<li>Certbot schedules itself via cron or systemd and behaves the same way.<\/li>\n\n\n\n<li>External uptime monitors can track certificate expiration and alert at a threshold of 7, 14, or 30 days before expiry.<\/li>\n<\/ul>\n\n\n\n<p>A certificate that expired at 2 AM on a Sunday is a more common cause of outages than most site owners expect. It is cheap to prevent.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Making SSL Part of Your Site\u2019s Baseline<\/h2>\n\n\n\n<p>Encryption has moved from a premium feature to table stakes. <a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/how-to-tell-if-a-website-is-secure\/\">Browsers flag unencrypted sites<\/a>, payment processors block them, search engines demote them, and performance protocols refuse to negotiate without them. An SSL certificate is no longer a competitive advantage. It is the starting line.<\/p>\n\n\n\n<p>Every InMotion Hosting plan includes a free SSL certificate with automatic installation and renewal through AutoSSL. If you need OV or EV validation, wildcard coverage, or a warranty-backed certificate, <a href=\"https:\/\/www.inmotionhosting.com\/support\/amp\/how-do-i-obtain-an-ssl-certificate\/\">paid options are available<\/a> through AMP. Either way, the technical work of binding a certificate to your domain takes minutes, and the downstream benefit, every visitor\u2019s trust, shows up on every page load.<\/p>\n\n\n\n<p>Ready to get your site secured? Explore <a href=\"https:\/\/www.inmotionhosting.com\/shared-hosting\">InMotion Hosting\u2019s Shared Hosting plans<\/a>, which include free SSL on every domain, or <a href=\"https:\/\/www.inmotionhosting.com\/contact\">contact our support team<\/a> if you need help choosing the right certificate type for a regulated workload.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>An SSL certificate encrypts traffic between a visitor&#8217;s browser and your web server, so passwords, payment details, and form submissions cannot be read by anyone watching the connection. This guide explains what SSL actually is today, how the handshake works, the difference between free and paid certificates, and what to configure after installation so your<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/what-is-ssl-and-why-is-it-important\/\"> Read More ><\/a><\/p>\n","protected":false},"author":56983,"featured_media":129522,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4312],"tags":[],"class_list":["post-284","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ssl"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What Is SSL and Why Matters for Your Website | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"SSL encrypts data between browsers and your server. Learn how it works, the difference between DV, OV, and EV, and how to install one on your site.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/what-is-ssl-and-why-is-it-important\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What Is SSL and Why Matters for Your Website | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"SSL encrypts data between browsers and your server. Learn how it works, the difference between DV, OV, and EV, and how to install one on your site.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/what-is-ssl-and-why-is-it-important\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2021-04-13T09:30:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-22T17:50:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/04\/whatIsSSL.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Carrie Smaha\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@carriesmaha\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Carrie Smaha\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/what-is-ssl-and-why-is-it-important\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/what-is-ssl-and-why-is-it-important\/\"},\"author\":{\"name\":\"Carrie Smaha\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/595948dab2995d347a87076abdae19d8\"},\"headline\":\"What Is SSL and Why Does It Matter for Your Website?\",\"datePublished\":\"2021-04-13T09:30:00+00:00\",\"dateModified\":\"2026-04-22T17:50:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/what-is-ssl-and-why-is-it-important\/\"},\"wordCount\":1712,\"commentCount\":3,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/what-is-ssl-and-why-is-it-important\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/04\/what-is-ssl.png\",\"articleSection\":[\"Secure Socket Layer (SSL)\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/what-is-ssl-and-why-is-it-important\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/what-is-ssl-and-why-is-it-important\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/what-is-ssl-and-why-is-it-important\/\",\"name\":\"What Is SSL and Why Matters for Your Website | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/what-is-ssl-and-why-is-it-important\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/what-is-ssl-and-why-is-it-important\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/04\/what-is-ssl.png\",\"datePublished\":\"2021-04-13T09:30:00+00:00\",\"dateModified\":\"2026-04-22T17:50:51+00:00\",\"description\":\"SSL encrypts data between browsers and your server. Learn how it works, the difference between DV, OV, and EV, and how to install one on your site.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/what-is-ssl-and-why-is-it-important\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/what-is-ssl-and-why-is-it-important\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/what-is-ssl-and-why-is-it-important\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/04\/what-is-ssl.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/04\/what-is-ssl.png\",\"width\":1200,\"height\":630,\"caption\":\"What is a SSL\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/what-is-ssl-and-why-is-it-important\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What Is SSL and Why Does It Matter for Your Website?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/595948dab2995d347a87076abdae19d8\",\"name\":\"Carrie Smaha\",\"description\":\"Carrie Smaha is a Senior Marketing Operations leader with over 20 years of experience in digital strategy, web development, and IT project management. She specializes in go-to-market programs and SaaS solutions for WordPress and VPS Hosting, working closely with technical teams and customers to deliver high-performance, scalable platforms. At InMotion Hosting, she drives product marketing initiatives that blend strategic insight with technical depth.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/carriesmaha\/\",\"https:\/\/x.com\/carriesmaha\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/carries\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What Is SSL and Why Matters for Your Website | InMotion Hosting","description":"SSL encrypts data between browsers and your server. Learn how it works, the difference between DV, OV, and EV, and how to install one on your site.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/what-is-ssl-and-why-is-it-important\/","og_locale":"en_US","og_type":"article","og_title":"What Is SSL and Why Matters for Your Website | InMotion Hosting","og_description":"SSL encrypts data between browsers and your server. Learn how it works, the difference between DV, OV, and EV, and how to install one on your site.","og_url":"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/what-is-ssl-and-why-is-it-important\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2021-04-13T09:30:00+00:00","article_modified_time":"2026-04-22T17:50:51+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/04\/whatIsSSL.png","type":"image\/png"}],"author":"Carrie Smaha","twitter_card":"summary_large_image","twitter_creator":"@carriesmaha","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"Carrie Smaha","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/what-is-ssl-and-why-is-it-important\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/what-is-ssl-and-why-is-it-important\/"},"author":{"name":"Carrie Smaha","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/595948dab2995d347a87076abdae19d8"},"headline":"What Is SSL and Why Does It Matter for Your Website?","datePublished":"2021-04-13T09:30:00+00:00","dateModified":"2026-04-22T17:50:51+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/what-is-ssl-and-why-is-it-important\/"},"wordCount":1712,"commentCount":3,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/what-is-ssl-and-why-is-it-important\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/04\/what-is-ssl.png","articleSection":["Secure Socket Layer (SSL)"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/what-is-ssl-and-why-is-it-important\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/what-is-ssl-and-why-is-it-important\/","url":"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/what-is-ssl-and-why-is-it-important\/","name":"What Is SSL and Why Matters for Your Website | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/what-is-ssl-and-why-is-it-important\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/what-is-ssl-and-why-is-it-important\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/04\/what-is-ssl.png","datePublished":"2021-04-13T09:30:00+00:00","dateModified":"2026-04-22T17:50:51+00:00","description":"SSL encrypts data between browsers and your server. Learn how it works, the difference between DV, OV, and EV, and how to install one on your site.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/what-is-ssl-and-why-is-it-important\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/what-is-ssl-and-why-is-it-important\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/what-is-ssl-and-why-is-it-important\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/04\/what-is-ssl.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/04\/what-is-ssl.png","width":1200,"height":630,"caption":"What is a SSL"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/what-is-ssl-and-why-is-it-important\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"What Is SSL and Why Does It Matter for Your Website?"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/595948dab2995d347a87076abdae19d8","name":"Carrie Smaha","description":"Carrie Smaha is a Senior Marketing Operations leader with over 20 years of experience in digital strategy, web development, and IT project management. She specializes in go-to-market programs and SaaS solutions for WordPress and VPS Hosting, working closely with technical teams and customers to deliver high-performance, scalable platforms. At InMotion Hosting, she drives product marketing initiatives that blend strategic insight with technical depth.","sameAs":["https:\/\/www.linkedin.com\/in\/carriesmaha\/","https:\/\/x.com\/carriesmaha"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/carries\/"}]}},"jetpack_featured_media_url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2021\/04\/what-is-ssl.png","jetpack_sharing_enabled":true,"primary_category":{"id":4312,"name":"Secure Socket Layer (SSL)","slug":"ssl","link":"https:\/\/www.inmotionhosting.com\/support\/website\/ssl\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/284","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/56983"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=284"}],"version-history":[{"count":14,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/284\/revisions"}],"predecessor-version":[{"id":131977,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/284\/revisions\/131977"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media\/129522"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=284"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=284"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=284"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}