{"id":347,"date":"2019-07-11T16:07:16","date_gmt":"2019-07-11T16:07:16","guid":{"rendered":"https:\/\/cheapsslsecurity.com\/p\/?p=347"},"modified":"2019-09-06T07:45:47","modified_gmt":"2019-09-06T07:45:47","slug":"what-is-ssl-inspection","status":"publish","type":"post","link":"https:\/\/cheapsslsecurity.com\/p\/what-is-ssl-inspection\/","title":{"rendered":"What is SSL Inspection and Why Should You Use It?"},"content":{"rendered":"<h2>Inspecting your HTTPS traffic is critical, especially at scale<\/h2>\n<p>A lack of SSL inspection can bring down giants. Do you remember the Equifax data breach \u2014 the one that compromised the data of millions of people, cost millions of dollars and caused the credit bureau to get its own credit rating downgraded? Yeah, that one. The breach went unaddressed for 76 days because an expired digital certificate caused it to lose the ability to inspect its own traffic.<\/p>\n<p><!--more--><\/p>\n<p>Had Equifax had that ability, it would\u2019ve noticed that amount of data being exfiltrated by the attackers and could have mitigated the problem much faster \u2014 and with much less damage. Instead, the attackers were able to hide in Equifax\u2019s HTTPS traffic and operate undetected.<\/p>\n<p>Now, there are two major lessons to learn from that. The first is that certificate management is critical. Allowing an <a href=\"https:\/\/cheapsslsecurity.com\/p\/what-would-happen-if-your-ssl-certificate-expired\/\">SSL certificate expiration<\/a> to occur is one thing; not fixing it for 76 days \u2014 which implies you didn\u2019t notice \u2014 is downright negligent. That just can\u2019t happen \u2014 and it doesn\u2019t with the right certificate management solution.<\/p>\n<p>But that\u2019s not why we\u2019re here. We\u2019re here for the other takeaway: SSL inspection, sometimes called HTTPS inspection, is critical.<\/p>\n<h2>What is SSL Inspection?<\/h2>\n<p><a href=\"https:\/\/www.thesslstore.com\/blog\/ssl-inspection\/\"><img decoding=\"async\" class=\"alignright wp-image-350 lazyload\" data-src=\"https:\/\/cheapsslsecurity.com\/p\/wp-content\/uploads\/2019\/07\/SSL-Inspection-300x87.png\" alt=\"Graphic: SSL inspection\" width=\"404\" height=\"126\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 404px; --smush-placeholder-aspect-ratio: 404\/126;\" \/>SSL inspection<\/a>, in the simplest terms, is decrypting the traffic that\u2019s coming through your site and inspecting it before it actually has a chance to reach the site itself. If that sounds a bit abstract, think of it like a security checkpoint. In most configurations, the encrypted traffic gets all the way to your website before it gets decrypted and, at that point, it\u2019s right at your doorstep. SSL inspection is like putting a security checkpoint at the perimeter, where it can check for any bad actors <em>before<\/em> they have the chance to reach your doorstep.<\/p>\n<h2>The Nitty-Gritty of SSL Inspection<\/h2>\n<p>That\u2019s the simple explanation. Now let\u2019s look at it from a technical standpoint. Internet connections are incredibly complicated \u2014 it\u2019s not just a 1:1, client-routes-straight-to-the-server type of situation. And for larger websites, a single server isn\u2019t even what powers the site. There may be multiple servers handling multiple functions. For instance, at a certain size, if you\u2019re still using RSA key exchange it\u2019s advisable that you offload all those encryption and decryption functions that occur during the <a href=\"https:\/\/cheapsslsecurity.com\/blog\/what-is-ssl-tls-handshake-understand-the-process-in-just-3-minutes\/\">handshake<\/a> to a dedicated device to free up resources on the application server that actually hosts most of its core functions. The server uses up 15 times more resources during an RSA handshake than the client does.<\/p>\n<h3>What Happens with SSL Offloading<\/h3>\n<p>This is called SSL offloading. And understanding what that is will help you better understand HTTPS inspection. SSL inspection is a form of SSL offloading. With SSL inspection, you offload the SSL functions to an edge device the decrypts all of the traffic that\u2019s incoming and outgoing so that it can be filtered. There are two options from there:<\/p>\n<ul>\n<li>SSL Termination<\/li>\n<li>SSL Bridging<\/li>\n<\/ul>\n<p>With SSL termination, you terminate the encryption at the edge device and pass the data through to your application server in plaintext. This isn\u2019t ideal because if you have anyone inside your firewall, they can see everything.<\/p>\n<p>The better option is SSL bridging \u2014 where you install an additional SSL certificate on the application server (best practice would be to use an OV certificate) and re-encrypt the traffic as it\u2019s passed to the application server. This uses up more resources, but it\u2019s also more secure.<\/p>\n<div class=\"graysection\">\n<h2>Purchase Sectigo SSL Certificates &amp; Save Up to 89%<\/h2>\n<p>We offer the best discount on all types of Sectigo SSL Certificates. It includes Sectigo Wildcard SSL, EV SSL, Multi-Domain SAN\/UCC SSL, and Code Signing Certificates.<\/p>\n<p><a class=\"comparebtn\" href=\"https:\/\/cheapsslsecurity.com\/sslbrands\/sectigo.html\">Shop Sectigo SSL Certificates and Save Up to 89%<\/a><\/p>\n<\/div>\n<h2>Why Do I Need to Inspect HTTPS Traffic?<\/h2>\n<p>The whole point of HTTPS is anonymity. And that has a lot of benefits but there are also a few drawbacks. One of them is that it\u2019s difficult to distinguish a request made in good faith from a malicious one. Hiding in HTTPS traffic is a great way to amplify distributed denial of service (DDoS) attacks for the aforementioned reason that it\u2019s so expensive on the server-side to perform the handshake.<\/p>\n<p>It would be good to know if a lot of those requests are coming from criminals or hackers so they could be blocked, and you can avoid having your website or server go down. This is a prime example of why organizations use HTTPS inspection.<\/p>\n<p>Beyond that, SSL inspection just gives you better visibility about what\u2019s happening within your network. You can see what information is coming in and, more importantly, what\u2019s going out. It\u2019s also required if you want to use an AI\/machine learning security solution, as that\u2019s contingent upon being able to analyze and see trends in traffic patterns.<\/p>\n<h3>Advantages of SSL Inspection<\/h3>\n<ul>\n<li>Ability to sniff out malicious requests<\/li>\n<li>Indicates when large amounts of data leave your network<\/li>\n<li>Allows for better access management<\/li>\n<li>Requisite for AI\/machine learning security solutions<\/li>\n<li>Protects against DDoS attacks<\/li>\n<li>Make it easier to block users and IP addresses<\/li>\n<\/ul>\n<h2>How Do I Get Started with SSL Inspection?<\/h2>\n<p>SSL inspection requires actual hardware in most cases. While there are some ways to do it virtually, at scale, it\u2019s going to require dedicate edge devices to handle all the handshakes, decryption and encryption, as well as the filtering responsibilities. This can sometimes be done with a load balancer; other companies sell dedicated devices.<\/p>\n<p>From there, you\u2019re going to need to configure your network to offload those functions to the chosen device in addition to configuring the device to filter how you want. Those are entire topics in and of themselves.<\/p>\n<p>The important thing is to ensure you either have strong protection like firewalls in place to keep intruders out, or you need to re-encrypt the data before sending it along.<\/p>\n<p>SSL inspection CAN hurt your encryption security if you\u2019re not careful. So be careful.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Inspecting your HTTPS traffic is critical, especially at scale A lack of SSL inspection can bring down giants. Do you remember the Equifax data breach \u2014 the one that compromised the data of millions of people, cost millions of dollars &hellip; <a href=\"https:\/\/cheapsslsecurity.com\/p\/what-is-ssl-inspection\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[13],"class_list":["post-347","post","type-post","status-publish","format-standard","hentry","category-ssl-basics","tag-https-traffic"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What is SSL Inspection and Why Should You Use It?<\/title>\n<meta name=\"description\" content=\"SSL inspection and HTTPS inspection \u2014 what each of these terms means and why inspecting your HTTPS traffic is critical for your business.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cheapsslsecurity.com\/p\/what-is-ssl-inspection\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is SSL Inspection and Why Should You Use It?\" \/>\n<meta property=\"og:description\" content=\"SSL inspection and HTTPS inspection \u2014 what each of these terms means and why inspecting your HTTPS traffic is critical for your business.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cheapsslsecurity.com\/p\/what-is-ssl-inspection\/\" \/>\n<meta property=\"og:site_name\" content=\"Cheap SSL Security\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/CheapSSLSecurities\" \/>\n<meta property=\"article:published_time\" content=\"2019-07-11T16:07:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-09-06T07:45:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cheapsslsecurity.com\/p\/wp-content\/uploads\/2019\/07\/SSL-Inspection-300x87.png\" \/>\n<meta name=\"author\" content=\"casey.crane\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@sslsecurity\" \/>\n<meta name=\"twitter:site\" content=\"@sslsecurity\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"casey.crane\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/what-is-ssl-inspection\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/what-is-ssl-inspection\\\/\"},\"author\":{\"name\":\"casey.crane\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/#\\\/schema\\\/person\\\/d9c1744bb0931c1942814061a5aca108\"},\"headline\":\"What is SSL Inspection and Why Should You Use It?\",\"datePublished\":\"2019-07-11T16:07:16+00:00\",\"dateModified\":\"2019-09-06T07:45:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/what-is-ssl-inspection\\\/\"},\"wordCount\":1012,\"image\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/what-is-ssl-inspection\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/wp-content\\\/uploads\\\/2019\\\/07\\\/SSL-Inspection-300x87.png\",\"keywords\":[\"HTTPS traffic\"],\"articleSection\":[\"SSL Basics\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/what-is-ssl-inspection\\\/\",\"url\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/what-is-ssl-inspection\\\/\",\"name\":\"What is SSL Inspection and Why Should You Use It?\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/what-is-ssl-inspection\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/what-is-ssl-inspection\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/wp-content\\\/uploads\\\/2019\\\/07\\\/SSL-Inspection-300x87.png\",\"datePublished\":\"2019-07-11T16:07:16+00:00\",\"dateModified\":\"2019-09-06T07:45:47+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/#\\\/schema\\\/person\\\/d9c1744bb0931c1942814061a5aca108\"},\"description\":\"SSL inspection and HTTPS inspection \u2014 what each of these terms means and why inspecting your HTTPS traffic is critical for your business.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/what-is-ssl-inspection\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/what-is-ssl-inspection\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/what-is-ssl-inspection\\\/#primaryimage\",\"url\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/wp-content\\\/uploads\\\/2019\\\/07\\\/SSL-Inspection.png\",\"contentUrl\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/wp-content\\\/uploads\\\/2019\\\/07\\\/SSL-Inspection.png\",\"width\":647,\"height\":188,\"caption\":\"Graphic: SSL inspection\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/what-is-ssl-inspection\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"SSL Help\",\"item\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SSL Basics\",\"item\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/ssl-basics\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"What is SSL Inspection and Why Should You Use It?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/#website\",\"url\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/\",\"name\":\"Cheap SSL Security\",\"description\":\"Shop for SSL Certificates at Cheap Prices\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/#\\\/schema\\\/person\\\/d9c1744bb0931c1942814061a5aca108\",\"name\":\"casey.crane\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c18d819d34a1995e91a4aa7518e9048df7856f336a1ede2262a572db7b1c2506?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c18d819d34a1995e91a4aa7518e9048df7856f336a1ede2262a572db7b1c2506?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c18d819d34a1995e91a4aa7518e9048df7856f336a1ede2262a572db7b1c2506?s=96&d=mm&r=g\",\"caption\":\"casey.crane\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is SSL Inspection and Why Should You Use It?","description":"SSL inspection and HTTPS inspection \u2014 what each of these terms means and why inspecting your HTTPS traffic is critical for your business.","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:\/\/cheapsslsecurity.com\/p\/what-is-ssl-inspection\/","og_locale":"en_US","og_type":"article","og_title":"What is SSL Inspection and Why Should You Use It?","og_description":"SSL inspection and HTTPS inspection \u2014 what each of these terms means and why inspecting your HTTPS traffic is critical for your business.","og_url":"https:\/\/cheapsslsecurity.com\/p\/what-is-ssl-inspection\/","og_site_name":"Cheap SSL Security","article_publisher":"https:\/\/www.facebook.com\/CheapSSLSecurities","article_published_time":"2019-07-11T16:07:16+00:00","article_modified_time":"2019-09-06T07:45:47+00:00","og_image":[{"url":"https:\/\/cheapsslsecurity.com\/p\/wp-content\/uploads\/2019\/07\/SSL-Inspection-300x87.png","type":"","width":"","height":""}],"author":"casey.crane","twitter_card":"summary_large_image","twitter_creator":"@sslsecurity","twitter_site":"@sslsecurity","twitter_misc":{"Written by":"casey.crane","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cheapsslsecurity.com\/p\/what-is-ssl-inspection\/#article","isPartOf":{"@id":"https:\/\/cheapsslsecurity.com\/p\/what-is-ssl-inspection\/"},"author":{"name":"casey.crane","@id":"https:\/\/cheapsslsecurity.com\/p\/#\/schema\/person\/d9c1744bb0931c1942814061a5aca108"},"headline":"What is SSL Inspection and Why Should You Use It?","datePublished":"2019-07-11T16:07:16+00:00","dateModified":"2019-09-06T07:45:47+00:00","mainEntityOfPage":{"@id":"https:\/\/cheapsslsecurity.com\/p\/what-is-ssl-inspection\/"},"wordCount":1012,"image":{"@id":"https:\/\/cheapsslsecurity.com\/p\/what-is-ssl-inspection\/#primaryimage"},"thumbnailUrl":"https:\/\/cheapsslsecurity.com\/p\/wp-content\/uploads\/2019\/07\/SSL-Inspection-300x87.png","keywords":["HTTPS traffic"],"articleSection":["SSL Basics"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/cheapsslsecurity.com\/p\/what-is-ssl-inspection\/","url":"https:\/\/cheapsslsecurity.com\/p\/what-is-ssl-inspection\/","name":"What is SSL Inspection and Why Should You Use It?","isPartOf":{"@id":"https:\/\/cheapsslsecurity.com\/p\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cheapsslsecurity.com\/p\/what-is-ssl-inspection\/#primaryimage"},"image":{"@id":"https:\/\/cheapsslsecurity.com\/p\/what-is-ssl-inspection\/#primaryimage"},"thumbnailUrl":"https:\/\/cheapsslsecurity.com\/p\/wp-content\/uploads\/2019\/07\/SSL-Inspection-300x87.png","datePublished":"2019-07-11T16:07:16+00:00","dateModified":"2019-09-06T07:45:47+00:00","author":{"@id":"https:\/\/cheapsslsecurity.com\/p\/#\/schema\/person\/d9c1744bb0931c1942814061a5aca108"},"description":"SSL inspection and HTTPS inspection \u2014 what each of these terms means and why inspecting your HTTPS traffic is critical for your business.","breadcrumb":{"@id":"https:\/\/cheapsslsecurity.com\/p\/what-is-ssl-inspection\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cheapsslsecurity.com\/p\/what-is-ssl-inspection\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cheapsslsecurity.com\/p\/what-is-ssl-inspection\/#primaryimage","url":"https:\/\/cheapsslsecurity.com\/p\/wp-content\/uploads\/2019\/07\/SSL-Inspection.png","contentUrl":"https:\/\/cheapsslsecurity.com\/p\/wp-content\/uploads\/2019\/07\/SSL-Inspection.png","width":647,"height":188,"caption":"Graphic: SSL inspection"},{"@type":"BreadcrumbList","@id":"https:\/\/cheapsslsecurity.com\/p\/what-is-ssl-inspection\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"SSL Help","item":"https:\/\/cheapsslsecurity.com\/p\/"},{"@type":"ListItem","position":2,"name":"SSL Basics","item":"https:\/\/cheapsslsecurity.com\/p\/ssl-basics\/"},{"@type":"ListItem","position":3,"name":"What is SSL Inspection and Why Should You Use It?"}]},{"@type":"WebSite","@id":"https:\/\/cheapsslsecurity.com\/p\/#website","url":"https:\/\/cheapsslsecurity.com\/p\/","name":"Cheap SSL Security","description":"Shop for SSL Certificates at Cheap Prices","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cheapsslsecurity.com\/p\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/cheapsslsecurity.com\/p\/#\/schema\/person\/d9c1744bb0931c1942814061a5aca108","name":"casey.crane","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/c18d819d34a1995e91a4aa7518e9048df7856f336a1ede2262a572db7b1c2506?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c18d819d34a1995e91a4aa7518e9048df7856f336a1ede2262a572db7b1c2506?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c18d819d34a1995e91a4aa7518e9048df7856f336a1ede2262a572db7b1c2506?s=96&d=mm&r=g","caption":"casey.crane"}}]}},"_links":{"self":[{"href":"https:\/\/cheapsslsecurity.com\/p\/wp-json\/wp\/v2\/posts\/347","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cheapsslsecurity.com\/p\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cheapsslsecurity.com\/p\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/p\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/p\/wp-json\/wp\/v2\/comments?post=347"}],"version-history":[{"count":0,"href":"https:\/\/cheapsslsecurity.com\/p\/wp-json\/wp\/v2\/posts\/347\/revisions"}],"wp:attachment":[{"href":"https:\/\/cheapsslsecurity.com\/p\/wp-json\/wp\/v2\/media?parent=347"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/p\/wp-json\/wp\/v2\/categories?post=347"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/p\/wp-json\/wp\/v2\/tags?post=347"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}