{"id":894,"date":"2019-10-18T10:01:44","date_gmt":"2019-10-18T10:01:44","guid":{"rendered":"https:\/\/sectigostore.com\/page\/?p=894"},"modified":"2020-08-06T08:25:56","modified_gmt":"2020-08-06T08:25:56","slug":"sni-ssl-vs-ip-ssl","status":"publish","type":"post","link":"https:\/\/sectigostore.com\/page\/sni-ssl-vs-ip-ssl\/","title":{"rendered":"SNI SSL vs IP SSL \u2013A Look at the Similarities and Differences"},"content":{"rendered":"\n<p>The rise of ecommerce and the shift towards an online marketplace necessitated having a secure channel via which sensitive information could be transmitted. SSL\/TLS certificates fulfilled this demand by connecting websites over HTTPS and providing a secure, encrypted communication channel between clients and servers. Initially, the only SSL certificates available were organization validated (OV) certificates because they were mostly used by corporations to secure their business transactions. Now, of course, we have several different types of SSL certificates that vary by functionality and validation levels, including SNI and dedicated IP SSLs.<\/p>\n\n\n\n<div class=\"graysection\"><h2>Secure Up to 250 Multiple Domains with One Multi Domain SSL \u2013 Save 50%<\/h2>\n<p><strong>Save 50%<\/strong> on Sectigo Multi Domain SSL Certificates. It includes unlimited server licenses, reissuances, 256-bit encryption, and more.<\/p>\n<p><a class=\"greenbutton\" style=\"text-decoration: none;\" href=\"https:\/\/sectigostore.com\/ssl-types\/multi-domain-ssl-certificates\">Shop for Multi Domain SSL and Save 50%<\/a><\/p>\n<\/div>\n\n\n\n<p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nIn\nsimple words, Server Name Indication (SNI) is an addition to the TLS encryption\nprotocol that binds a website hosted on a shared server with its associated SSL\ncertificate using its hostname. IP SSL, on the other hand, binds an SSL\ncertificate to the account with a unique IP address. Before looking at SNI SSL\nvs IP SSL in terms of a comparative study, let\u2019s get a better understanding of\nthese two terms.\n\n\n\n<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"298\" src=\"https:\/\/sectigostore.com\/page\/wp-content\/uploads\/2019\/10\/sni-ssl-vs-ip-ssl-1024x298.png\" alt=\"SNI SSL vs IP SSL mechanism\" class=\"wp-image-895\" srcset=\"https:\/\/sectigostore.com\/page\/wp-content\/uploads\/2019\/10\/sni-ssl-vs-ip-ssl-1024x298.png 1024w, https:\/\/sectigostore.com\/page\/wp-content\/uploads\/2019\/10\/sni-ssl-vs-ip-ssl-300x87.png 300w, https:\/\/sectigostore.com\/page\/wp-content\/uploads\/2019\/10\/sni-ssl-vs-ip-ssl-768x223.png 768w, https:\/\/sectigostore.com\/page\/wp-content\/uploads\/2019\/10\/sni-ssl-vs-ip-ssl.png 1228w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>SNI\nSSL vs IP SSL: A Quick Overview<\/strong><\/h2>\n\n\n\n<p>IP-based SSL certificates use the dedicated public IP address of the server on which the website is hosted to map the certificate to the site. In addition to the problem of only a limited number of IPv4 addresses being available, this approach can be expensive \u2014 especially when you have multiple websites. (Since webhosts charge a fee for each dedicated IP address.)<\/p>\n\n\n\n<p>\n\nSNI, an extension to the TLS protocol, allows each domain or website hosted on a shared server under a single IP to be mapped to a separate security certificate. During the TLS handshake, the client hello uses the SNI field to specify the hostname to which it is attempting to connect. The server parses this request and sends back the relevant certificate to complete the encrypted connection.\n\n<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"783\" height=\"397\" src=\"https:\/\/sectigostore.com\/page\/wp-content\/uploads\/2019\/10\/sni-vs-ip-ssl-mechanism.png\" alt=\"The difference between SNI and IP SSL explained\" class=\"wp-image-896\" srcset=\"https:\/\/sectigostore.com\/page\/wp-content\/uploads\/2019\/10\/sni-vs-ip-ssl-mechanism.png 783w, https:\/\/sectigostore.com\/page\/wp-content\/uploads\/2019\/10\/sni-vs-ip-ssl-mechanism-300x152.png 300w, https:\/\/sectigostore.com\/page\/wp-content\/uploads\/2019\/10\/sni-vs-ip-ssl-mechanism-768x389.png 768w\" sizes=\"auto, (max-width: 783px) 100vw, 783px\" \/><\/figure>\n\n\n\n<p>Consider the following example:<\/p>\n\n\n\n<p>Bob wants to host more than one site on a\nvirtual server. So fundamentally, one IP address is shared between multiple\nwebsites with different hostnames. Bob understands that the server needs to know\nwhich of these sites the client wants to connect to and must be able to send\nout the corresponding certificate. If the server issues the wrong certificate, the\nclient\u2019s connection will fail to establish. This adversely affects his business\nwhen customers can\u2019t connect.<\/p>\n\n\n\n<p>Luckily for Bob, SNI allows clients to\ncommunicate with the specified hostname on the shared server. So, what does Bob\ndo? He opts for an SNI SSL solution, where the client can tell the server\nexactly which certificate it\u2019s requesting by referencing its hostname during\nthe TLS handshake. <\/p>\n\n\n\n<p>In contrast, an IP SSL certificate secures the connection based on a unique IP address. <\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"394\" src=\"https:\/\/sectigostore.com\/page\/wp-content\/uploads\/2019\/10\/ip-https-vs-sni-https-1024x394.png\" alt=\"IP HTTPS vs SNI HTTPS\" class=\"wp-image-897\" srcset=\"https:\/\/sectigostore.com\/page\/wp-content\/uploads\/2019\/10\/ip-https-vs-sni-https-1024x394.png 1024w, https:\/\/sectigostore.com\/page\/wp-content\/uploads\/2019\/10\/ip-https-vs-sni-https-300x115.png 300w, https:\/\/sectigostore.com\/page\/wp-content\/uploads\/2019\/10\/ip-https-vs-sni-https-768x295.png 768w, https:\/\/sectigostore.com\/page\/wp-content\/uploads\/2019\/10\/ip-https-vs-sni-https.png 1339w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>SNI SSL vs IP SSL: Difference Between the Two<\/strong><\/h2>\n\n\n\n<p>The table below makes a quick comparison\nbetween IP SSL vs SNI SSL:<\/p>\n\n\n\n<table class=\"product-table\" width=\"\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" align=\"left\">\n  <tbody>\n    <tr>\n\t  <th valign=\"top\" align=\"left\">IP SSL Certificates<\/th>\n      <th style=\"\" valign=\"top\" align=\"left\">SNI SSL Certificates<\/th>\n\t    \n    <\/tr>\n    <tr>\n     \n      <td>IP SSL certificates are associated with unique IP addresses.<\/td>\n\t   <td style=\"\" valign=\"middle\" align=\"left\">SNI SSL certificates are associated with hostnames.<\/td>\n\t       <\/tr>\n\t<tr>\n     \n      \t   <td style=\"\" valign=\"middle\" align=\"left\">IP SSL certificates can be used on shared servers only if a dedicated IP address is assigned to the website.<\/td>\n\t    <td style=\"\" valign=\"middle\" align=\"left\">SNI SSL certificates can be used with both dedicated as well as shared servers.<\/td>\n    <\/tr>\n\t<tr>\n     \n      <td>An IP SSL certificate is the traditional method of facilitating an encrypted connection and can be used on older systems that do not support SNI.<\/td>\n\t   <td>SNI may not be compatible with older legacy browsers or systems. Browsers compatible with SNI (earliest version) include:\n<ul>\n<li>IE 7 +<\/li>\n<li>Chrome 5.0.342.1 +<\/li>\n<li>Mozilla Firefox 2.0 +<\/li>\n<li>Opera 8.0 +<\/li>\n<li>Safari 3.0 +<\/li>\n<\/ul>\n<\/td>\n\t   \n\t\n\t<\/tbody>\n<\/table>\n\n\n\n<h2 class=\"wp-block-heading\">Top Multi-Domain SSL with SNI Support<\/h2>\n\n\n\n<table class=\"product-table\"><tbody><tr><th>\n  <strong>Features<\/strong>\n  <\/th><th>\n  <strong>PositiveSSL Multi-Domain (DV)<\/strong>\n  <\/th><th>\n  <strong>Sectigo OV Multi-Domain SSL Certificate<\/strong>\n  <\/th>\n  <th>\n  <strong>Sectigo Multi-Domain\/UCC SSL Certificate<\/strong>\n  <\/th>\n  <\/tr>\n    <tr>\n  <td>Lowest Price<\/td>\n  <td>$25.60\/yr<\/td>\n  <td>$140.00\/yr<\/td>\n  <td>$127.20\/yr<\/td>\n  <\/tr>\n  <tr>\n  <td>Domains Secured<\/td>\n  <td>Up to 250 Multiple Domains<\/td>\n  <td>Up to 250 Multiple Domains<\/td>\n  <td>Up to 250 Multiple Domains<\/td>\n  <\/tr>\n  <tr>\n  <td>Validation Level<\/td>\n  <td>Domain Validation<\/td>\n  <td>Organization Validation<\/td>\n <td>Domain Validation<\/td>\n  <\/tr>\n  <tr>\n  <td>SSL Encryption<\/td>\n  <td>up to 256-bit<\/td>\n  <td>up to 256-bit<\/td>\n  <td>up to 256-bit<\/td>\n  <\/tr>\n  <tr>\n  <td>Key Length<\/td>\n  <td>2048 bits<\/td>\n  <td>2048 bits<\/td>\n  <td>2048 bits<\/td>\n  <\/tr>\n  <tr>\n  <td>Server License\/td>\n  <td>Unlimited<\/td>\n  <td>Unlimited<\/td>\n  <td>Unlimited<\/td>\n  <\/tr>\n  <tr>\n  <td>SSL Site Seal<\/td>\n  <td>Included<\/td>\n  <td>Included<\/td>\n  <td>Included<\/td>\n  <\/tr>\n  <tr>\n  <td>Reissue Policy<\/td>\n  <td>Unlimited<\/td>\n  <td>Unlimited<\/td>\n  <td>Unlimited<\/td>\n  <\/tr>\n  <tr>\n  <td>Warranty<\/td>\n  <td>$50,000<\/td>\n  <td>$1,000,000<\/td>\n  <td>$500,000<\/td>\n  <\/tr>\n  <tr>\n  <td>Refund Policy<\/td>\n  <td>30 Days<\/td>\n  <td>30 Days<\/td>\n  <td>30 Days<\/td>\n  <\/tr>\n  <tr>\n  <td>SAN \/ UCC Support<\/td>\n  <td>Yes<\/td>\n  <td>Yes<\/td>\n  <td>Yes<\/td>\n  <\/tr>\n  <tr>\n  <td>Browser Support<\/td>\n  <td>99%<\/td>\n  <td>99%<\/td>\n  <td>99%<\/td>\n  <\/tr>\n  <tr>\n  <td>OS Support [Desktop]<\/td>\n  <td>Yes<\/td>\n  <td>Yes<\/td>\n  <td>Yes<\/td>\n  <\/tr>\n  <tr>\n  <td>OS Support [Mobile]<\/td>\n  <td>Yes<\/td>\n  <td>Yes<\/td>\n  <td>Yes<\/td>\n  <\/tr>\n   <tr><td>\n  <strong>Buy Now<\/strong>\n  <\/td><td>\n  <a class=\"button\" href=\"https:\/\/sectigostore.com\/ssl-certificates\/positivessl-multidomain\"><strong>View Product<\/strong><\/a>\n  <\/td><td>\n  <a class=\"button\" href=\"https:\/\/sectigostore.com\/ssl-certificates\/sectigo-ov-multi-domain-ssl\"><strong>View Product<\/strong><\/a>\n  <\/td>\n  <td>\n  <a class=\"button\" href=\"https:\/\/sectigostore.com\/ssl-certificates\/sectigo-multi-domain-ucc-ssl\"><strong>View Product<\/strong><\/a>\n  <\/td>\n  <\/tr><\/tbody><\/table>\n","protected":false},"excerpt":{"rendered":"<p>The rise of ecommerce and the shift towards an online marketplace necessitated having a secure channel via which sensitive information could be transmitted. SSL\/TLS certificates fulfilled this demand by connecting websites over HTTPS and providing a secure, encrypted communication channel between clients and servers. Initially, the only SSL certificates available were organization validated (OV) certificates because they were mostly used by corporations to secure their business transactions. Now, of course, we have several different types of SSL certificates that vary by functionality and validation levels, including SNI and dedicated IP <a href=\"https:\/\/sectigostore.com\/page\/sni-ssl-vs-ip-ssl\/\" class=\"more-link\">Continue Reading<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[39],"tags":[],"class_list":["post-894","post","type-post","status-publish","format-standard","hentry","category-advance-ssl"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>SNI SSL vs IP SSL \u2013 A Look at the Similarities and Differences<\/title>\n<meta name=\"description\" content=\"Understand two different types of SSL certificate which supports SNI (Server Name Indication) and IP technology. Read now!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sectigostore.com\/page\/sni-ssl-vs-ip-ssl\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SNI SSL vs IP SSL \u2013 A Look at the Similarities and Differences\" \/>\n<meta property=\"og:description\" content=\"Understand two different types of SSL certificate which supports SNI (Server Name Indication) and IP technology. Read now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sectigostore.com\/page\/sni-ssl-vs-ip-ssl\/\" \/>\n<meta property=\"og:site_name\" content=\"SectigoStore\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/sectigostore\/\" \/>\n<meta property=\"article:published_time\" content=\"2019-10-18T10:01:44+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-08-06T08:25:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/sectigostore.com\/page\/wp-content\/uploads\/2019\/10\/sni-ssl-vs-ip-ssl-1024x298.png\" \/>\n<meta name=\"author\" content=\"sectigostorepages\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@sectigostore\" \/>\n<meta name=\"twitter:site\" content=\"@sectigostore\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"sectigostorepages\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/sni-ssl-vs-ip-ssl\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/sni-ssl-vs-ip-ssl\\\/\"},\"author\":{\"name\":\"sectigostorepages\",\"@id\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/#\\\/schema\\\/person\\\/f38f303abd42ade13a74a5d3c12b1cec\"},\"headline\":\"SNI SSL vs IP SSL \u2013A Look at the Similarities and Differences\",\"datePublished\":\"2019-10-18T10:01:44+00:00\",\"dateModified\":\"2020-08-06T08:25:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/sni-ssl-vs-ip-ssl\\\/\"},\"wordCount\":736,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/sni-ssl-vs-ip-ssl\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/wp-content\\\/uploads\\\/2019\\\/10\\\/sni-ssl-vs-ip-ssl-1024x298.png\",\"articleSection\":[\"Advanced SSL\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/sni-ssl-vs-ip-ssl\\\/\",\"url\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/sni-ssl-vs-ip-ssl\\\/\",\"name\":\"SNI SSL vs IP SSL \u2013 A Look at the Similarities and Differences\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/sni-ssl-vs-ip-ssl\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/sni-ssl-vs-ip-ssl\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/wp-content\\\/uploads\\\/2019\\\/10\\\/sni-ssl-vs-ip-ssl-1024x298.png\",\"datePublished\":\"2019-10-18T10:01:44+00:00\",\"dateModified\":\"2020-08-06T08:25:56+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/#\\\/schema\\\/person\\\/f38f303abd42ade13a74a5d3c12b1cec\"},\"description\":\"Understand two different types of SSL certificate which supports SNI (Server Name Indication) and IP technology. Read now!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/sni-ssl-vs-ip-ssl\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/sectigostore.com\\\/page\\\/sni-ssl-vs-ip-ssl\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/sni-ssl-vs-ip-ssl\\\/#primaryimage\",\"url\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/wp-content\\\/uploads\\\/2019\\\/10\\\/sni-ssl-vs-ip-ssl.png\",\"contentUrl\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/wp-content\\\/uploads\\\/2019\\\/10\\\/sni-ssl-vs-ip-ssl.png\",\"width\":1228,\"height\":357},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/sni-ssl-vs-ip-ssl\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"SSL Resources\",\"item\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Advanced SSL\",\"item\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/advance-ssl\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"SNI SSL vs IP SSL \u2013A Look at the Similarities and Differences\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/#website\",\"url\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/\",\"name\":\"SectigoStore\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/#\\\/schema\\\/person\\\/f38f303abd42ade13a74a5d3c12b1cec\",\"name\":\"sectigostorepages\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/78239165ecb118435d2709ba4dd124dd9151b1f6b069f87258c6514fe3728c7e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/78239165ecb118435d2709ba4dd124dd9151b1f6b069f87258c6514fe3728c7e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/78239165ecb118435d2709ba4dd124dd9151b1f6b069f87258c6514fe3728c7e?s=96&d=mm&r=g\",\"caption\":\"sectigostorepages\"},\"url\":\"https:\\\/\\\/sectigostore.com\\\/page\\\/author\\\/sectigostorepages\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SNI SSL vs IP SSL \u2013 A Look at the Similarities and Differences","description":"Understand two different types of SSL certificate which supports SNI (Server Name Indication) and IP technology. Read now!","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:\/\/sectigostore.com\/page\/sni-ssl-vs-ip-ssl\/","og_locale":"en_US","og_type":"article","og_title":"SNI SSL vs IP SSL \u2013 A Look at the Similarities and Differences","og_description":"Understand two different types of SSL certificate which supports SNI (Server Name Indication) and IP technology. Read now!","og_url":"https:\/\/sectigostore.com\/page\/sni-ssl-vs-ip-ssl\/","og_site_name":"SectigoStore","article_publisher":"https:\/\/www.facebook.com\/sectigostore\/","article_published_time":"2019-10-18T10:01:44+00:00","article_modified_time":"2020-08-06T08:25:56+00:00","og_image":[{"url":"https:\/\/sectigostore.com\/page\/wp-content\/uploads\/2019\/10\/sni-ssl-vs-ip-ssl-1024x298.png","type":"","width":"","height":""}],"author":"sectigostorepages","twitter_card":"summary_large_image","twitter_creator":"@sectigostore","twitter_site":"@sectigostore","twitter_misc":{"Written by":"sectigostorepages","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/sectigostore.com\/page\/sni-ssl-vs-ip-ssl\/#article","isPartOf":{"@id":"https:\/\/sectigostore.com\/page\/sni-ssl-vs-ip-ssl\/"},"author":{"name":"sectigostorepages","@id":"https:\/\/sectigostore.com\/page\/#\/schema\/person\/f38f303abd42ade13a74a5d3c12b1cec"},"headline":"SNI SSL vs IP SSL \u2013A Look at the Similarities and Differences","datePublished":"2019-10-18T10:01:44+00:00","dateModified":"2020-08-06T08:25:56+00:00","mainEntityOfPage":{"@id":"https:\/\/sectigostore.com\/page\/sni-ssl-vs-ip-ssl\/"},"wordCount":736,"commentCount":0,"image":{"@id":"https:\/\/sectigostore.com\/page\/sni-ssl-vs-ip-ssl\/#primaryimage"},"thumbnailUrl":"https:\/\/sectigostore.com\/page\/wp-content\/uploads\/2019\/10\/sni-ssl-vs-ip-ssl-1024x298.png","articleSection":["Advanced SSL"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/sectigostore.com\/page\/sni-ssl-vs-ip-ssl\/","url":"https:\/\/sectigostore.com\/page\/sni-ssl-vs-ip-ssl\/","name":"SNI SSL vs IP SSL \u2013 A Look at the Similarities and Differences","isPartOf":{"@id":"https:\/\/sectigostore.com\/page\/#website"},"primaryImageOfPage":{"@id":"https:\/\/sectigostore.com\/page\/sni-ssl-vs-ip-ssl\/#primaryimage"},"image":{"@id":"https:\/\/sectigostore.com\/page\/sni-ssl-vs-ip-ssl\/#primaryimage"},"thumbnailUrl":"https:\/\/sectigostore.com\/page\/wp-content\/uploads\/2019\/10\/sni-ssl-vs-ip-ssl-1024x298.png","datePublished":"2019-10-18T10:01:44+00:00","dateModified":"2020-08-06T08:25:56+00:00","author":{"@id":"https:\/\/sectigostore.com\/page\/#\/schema\/person\/f38f303abd42ade13a74a5d3c12b1cec"},"description":"Understand two different types of SSL certificate which supports SNI (Server Name Indication) and IP technology. Read now!","breadcrumb":{"@id":"https:\/\/sectigostore.com\/page\/sni-ssl-vs-ip-ssl\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sectigostore.com\/page\/sni-ssl-vs-ip-ssl\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sectigostore.com\/page\/sni-ssl-vs-ip-ssl\/#primaryimage","url":"https:\/\/sectigostore.com\/page\/wp-content\/uploads\/2019\/10\/sni-ssl-vs-ip-ssl.png","contentUrl":"https:\/\/sectigostore.com\/page\/wp-content\/uploads\/2019\/10\/sni-ssl-vs-ip-ssl.png","width":1228,"height":357},{"@type":"BreadcrumbList","@id":"https:\/\/sectigostore.com\/page\/sni-ssl-vs-ip-ssl\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"SSL Resources","item":"https:\/\/sectigostore.com\/page\/"},{"@type":"ListItem","position":2,"name":"Advanced SSL","item":"https:\/\/sectigostore.com\/page\/advance-ssl\/"},{"@type":"ListItem","position":3,"name":"SNI SSL vs IP SSL \u2013A Look at the Similarities and Differences"}]},{"@type":"WebSite","@id":"https:\/\/sectigostore.com\/page\/#website","url":"https:\/\/sectigostore.com\/page\/","name":"SectigoStore","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sectigostore.com\/page\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/sectigostore.com\/page\/#\/schema\/person\/f38f303abd42ade13a74a5d3c12b1cec","name":"sectigostorepages","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/78239165ecb118435d2709ba4dd124dd9151b1f6b069f87258c6514fe3728c7e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/78239165ecb118435d2709ba4dd124dd9151b1f6b069f87258c6514fe3728c7e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/78239165ecb118435d2709ba4dd124dd9151b1f6b069f87258c6514fe3728c7e?s=96&d=mm&r=g","caption":"sectigostorepages"},"url":"https:\/\/sectigostore.com\/page\/author\/sectigostorepages\/"}]}},"_links":{"self":[{"href":"https:\/\/sectigostore.com\/page\/wp-json\/wp\/v2\/posts\/894","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sectigostore.com\/page\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sectigostore.com\/page\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sectigostore.com\/page\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sectigostore.com\/page\/wp-json\/wp\/v2\/comments?post=894"}],"version-history":[{"count":0,"href":"https:\/\/sectigostore.com\/page\/wp-json\/wp\/v2\/posts\/894\/revisions"}],"wp:attachment":[{"href":"https:\/\/sectigostore.com\/page\/wp-json\/wp\/v2\/media?parent=894"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sectigostore.com\/page\/wp-json\/wp\/v2\/categories?post=894"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sectigostore.com\/page\/wp-json\/wp\/v2\/tags?post=894"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}