{"id":739,"date":"2020-03-12T13:09:51","date_gmt":"2020-03-12T13:09:51","guid":{"rendered":"https:\/\/sectigostore.com\/blog\/?p=739"},"modified":"2020-11-06T22:27:18","modified_gmt":"2020-11-06T22:27:18","slug":"what-is-ssl-offloading-features-benefits-of-ssl-offloading","status":"publish","type":"post","link":"https:\/\/sectigostore.com\/blog\/what-is-ssl-offloading-features-benefits-of-ssl-offloading\/","title":{"rendered":"What Is SSL Offloading? Features &#038; Benefits of SSL Offloading"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">SSL offloading\nis a great solution for enterprises\nthat wish to improve website performance without compromising security \u2014\nhere\u2019s how it works<\/h2>\n\n\n\n<p>SSL offloading is a solution that\nsome enterprises choose to use to reduce latency and demand on their servers. <\/p>\n\n\n\n<p>As a website user, you might have noticed\nthat certain websites get slower when there\u2019s a large number of people\naccessing them at the same time. For example, entertainment websites (when a\nnew episode of a popular series goes on air), news channel websites (at the\ntime of elections), sports websites (during major events and competitions),\netc. <\/p>\n\n\n\n<p>But do you know that the same thing can happen to your website if it gets more traffic than usual? One of the reasons for such latency is an <a href=\"https:\/\/sectigostore.com\/ssl-certificates\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">SSL\/TLS certificate<\/a> you have installed on the server. You can&#8217;t (and must not) remove it due to security reasons, but you <em>can<\/em> improve the speed of the server by integrating SSL offloading into your processes. <\/p>\n\n\n\n<p>In this article, we\u2019ll explore how\na regular SSL\/TLS connection works and how SSL offloading can help to improve site\nperformance. We\u2019ll also explore the types of SSL offloading, and their\nadvantages and disadvantages, so that you can decide whether it\u2019s the right\ntechnology for your website. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is SSL Offloading?<\/h2>\n\n\n\n<p>An SSL offloading relieves the\nburden of encryption and decryption from the server&#8217;s metaphoric shoulders. Here,\na separate SSL proxy device is placed between the browser (client) and the\nserver. This SSL offloading device is known as the application-specific integrated\ncircuit (ASIC) processer, a proxy server or a load balancer. They\u2019re designed\nto use the secure SSL\/TLS protocol to perform SSL termination and\/or SSL\nbridging to reduce the operational burden from the servers.&nbsp; <\/p>\n\n\n\n<p>The load balancer receives the\nencrypted traffic from the client. It decrypts the data and passes on the\nunencrypted data to the server. Sometimes, the device inspects the incoming HTTPS\ntraffic, filters malware (if any), and re-encrypts the data before sending it\nto the server. <\/p>\n\n\n\n<p>This load balancer can be a\nfirewall, a special application, or even a hardware device. Some of the popular\nSSL load balancer providers include: <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/www.f5.com\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">F5<\/a>, <\/li><li><a href=\"http:\/\/www.haproxy.org\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">HAProxy<\/a>, <\/li><li><a href=\"https:\/\/www.nginx.com\/resources\/glossary\/ssl-load-balancer\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Cloudflare<\/a>, <\/li><li><a href=\"https:\/\/www.nginx.com\/resources\/glossary\/ssl-load-balancer\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Nginx<\/a>,&nbsp; <\/li><li><a href=\"https:\/\/kemptechnologies.com\/load-balancer\/?utmsource=capterra\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Kemp<\/a>, <\/li><li><a href=\"https:\/\/www.loadbalancer.org\/?category=resources&amp;post-name=free-trial&amp;lbclid=ppccapterra\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">loadbalancer.org<\/a>, and <\/li><li><a href=\"https:\/\/www.manageengine.com\/network-monitoring\/index.html?utm_medium=ppc&amp;utm_campaign=loadbalancing&amp;utm_source=capterra\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Manage Engine.<\/a><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">How a Regular SSL Connection Is Made Without SSL Offloading <\/h2>\n\n\n\n<p>Now that you\u2019ve got a basic idea about the SSL offloading process, you might be wondering why it\u2019s needed in the first place. To understand that, you must be aware of <a href=\"https:\/\/sectigostore.com\/page\/what-is-ssl-server-certificate\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">how an SSL certificate works<\/a>. So, let\u2019s start with the basics: <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>When someone opens a website on their web browser, the browser tries to establish the HTTPS connection by performing the <a href=\"https:\/\/www.thesslstore.com\/blog\/explaining-ssl-handshake\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">SSL\/TLS handshake<\/a>. It creates a <strong>session key<\/strong> that\u2018s then encrypted by using the <strong>public key<\/strong> of the website. <\/li><li>This encrypted session key reaches to the website\u2019s server. The server then decrypts it by using the website\u2019s <strong>private key<\/strong>.<\/li><li>Each website has its own unique set of public and private keys. These pairs are mathematically related to each other in a way that the data encrypted using a public key can be decrypted only by its corresponding private key. <\/li><li>Now, this <strong>session key is used for encrypting and decrypting data<\/strong> transmitted between browser and server for that entire session.<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">The Need for SSL Offloading<\/h2>\n\n\n\n<p>The public key and private key can\nbe 2048-bit long with RSA algorithm. It provides robust protection, but it\u2019s\nvery bulky and is relatively slow for encryption and decryption. <\/p>\n\n\n\n<p>The session key would support up to <a href=\"https:\/\/sectigostore.com\/page\/256-bit-encryption\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">256-bit encryption<\/a> strength. It\u2019s faster than 2048-bit keys, but when more people are trying to access a website at the same time, the server has to deal with numerous session keys and encryption\/decryption requests simultaneously. <\/p>\n\n\n\n<p>This task is processor-driven and\nutilizes the server\u2019s resources up to a great extent. Thus, the server gets\nexhausted and becomes slower. To reduce the encryption\/decryption burden from\nthe servers, the concept of SSL offloading was introduced in the industry. &nbsp;<\/p>\n\n\n\n<p><em>Note: The new <\/em><a href=\"https:\/\/sectigostore.com\/page\/elliptic-curve-cryptography-vs-rsa-certificates-whats-the-difference\/\"><em>elliptic curve cryptography<\/em><\/a><em> (ECC) key has been introduced in the market to replace the 2048-bits RSA key. It provides the same level of protection with a smaller key size. However, only a handful of SSL certificates and platforms support it at this time. <\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How Does SSL Offloading Work?<\/h2>\n\n\n\n<p>As we mentioned earlier, SSL\noffloading is deployed by placing a separate device \u2014 aka a load balancer \u2014 between\nthe browser and the server to handle the encryption and decryption tasks. The\nload balancer doesn\u2019t require a new SSL certificate. It utilizes the server\u2019s\nexisting SSL certificate and uses its private key to perform the job. <\/p>\n\n\n\n<p>There are two types of SSL\noffloading: SSL termination and SSL bridging. Let&#8217;s explore both of these types\nand their advantages and disadvantages. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\">SSL Termination<\/h3>\n\n\n\n<p>As a type of SSL offloading, SSL\ntermination, essentially, is a process that helps to speed up the decryption\nprocess. It does this by connecting the client to the load balancer via the\nsecure, encrypted HTTPS connection, and then connecting them from the load\nbalancer to the web server via the insecure HTTP protocol. <\/p>\n\n\n\n<p>The connection between a client and\nthe load balancer will be encrypted. However, both the incoming and outgoing\ndata transmission between the load balancer and the server will remain\nunencrypted.<\/p>\n\n\n\n<p>It works like this:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>A load balancer is connected to the browser and\nthe server. <\/li><li>When the browser tries to establish an SSL\/TLS\nconnection, the session key is generated between the browser and load balancer\nusing the website&#8217;s public and private keys. <\/li><li>All the data, which is encrypted by the browser,\nreaches to the load balancer device first. <\/li><li>The load balancer decrypts the data using the symmetric\nsession key and sends the unencrypted data to the server. <\/li><li>Hence, the server gets the data in plaintext and\ndoesn\u2019t need to decrypt it. <\/li><li>The server sends back the response in plaintext\nto the load balancer. <\/li><li>The load balancer encrypts the unencrypted data\nusing the session key and sends it to the client.<\/li><li>The client decrypts the data using the same\nsession key. <\/li><\/ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img decoding=\"async\" src=\"https:\/\/sectigostore.com\/blog\/wp-content\/uploads\/2020\/03\/load-balancer-new.png\" alt=\"The Process of Load Balancer\" class=\"wp-image-740 addshadow\"><\/figure><\/div>\n\n\n\n<h4 class=\"wp-block-heading\">Pros of SSL Termination:<\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>The server doesn\u2019t need to encrypt and decrypt all\nof the incoming and outgoing data. That\u2019s what reduces the workload and saves\non computational overhead. <\/li><li>It helps enterprises improve their server speed.\n<\/li><li>SSL termination is a highly effective method for\nwebsites that don&#8217;t deal with users&#8217; sensitive information. For example, blogs,\ninformative sites (such as Wikipedia), media sharing websites (such as YouTube,\nPexels, etc.). <\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Cons of SSL Termination:<\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>The traffic between the load-balancer and the server is unencrypted and, therefore, is vulnerable to data theft, session hijacking, and man-in-the-middle (MitM) attacks. In a way, the purpose of the SSL certificate is destroyed because the encryption is lost mid-process. <\/li><li>The server must share the private key with the load balancer tool. It\u2019s a risky practice. <\/li><li>Clients won\u2019t get any alerts if the HTTPS session is compromised between a load balancer and the server. So, in a way, it deceives web users into believing that their data is more secure than it may actually be.<\/li><li>An element of secrecy and privacy could be lost when all of your data is exposed to a third-party load balancer platform.<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">SSL Bridging <\/h3>\n\n\n\n<p>Websites that handle users\u2019\nsensitive information such as personal information, payment card numbers,\nhealth data, military information, tax related data, etc. aren&#8217;t appropriate\nfor deploying SSL termination. Sometimes, these types of websites are capable of\nhandling a large quantity of the HTTPS traffic. But they get slower when they\nhave to constantly deal with the malware and corrupted data coming from the\nclient. In such cases, SSL bridging, another SSL offloading method, proves more\nefficient than SSL termination.<\/p>\n\n\n\n<p>Much like with SSL termination, SSL\nbridging also places a load balancer between a client and the server. <\/p>\n\n\n\n<p>When a client sends the encrypted\ndata via HTTPS to the load balancer, it decrypts the data. Then, it performs\nthe SSL inspection task. The load balancer performs deep-packet inspection for\nall the HTTPS traffic, and if it finds anything suspicious, it blocks such\ncontent. It\u2019s like a man-in-the-middle attack, but it\u2019s done with the goal of\nprotecting users rather than exploiting them!<\/p>\n\n\n\n<p>After that, instead of sending the\nplaintext data to the server, the load balancer re-writes and re-encrypts the\ninformation and forwards it to the server. Thus, the data remains encrypted throughout\nthe entire route and remain secure. As you have guessed correctly, the server still\nneeds to go through the encryption and decryption process. <\/p>\n\n\n\n<p>In SSL bridging, the SSL load\nbalancer filters out viruses, spyware, and other sorts of malware coming from\nthe client. <\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Pros of SSL Bridging<\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>Data security isn\u2019t compromised because the data remains encrypted during the entire transmission process i.e., from the client to the load balancer, and from the load balancer to the server. <\/li><li>It saves the server from the most <a href=\"https:\/\/www.supermonitoring.com\/blog\/most-common-web-app-attacks\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">common web-application attacks<\/a> such as SQL injections, distributed denial of service (DDoS) attacks, and cross-site request forgeries.&nbsp; <\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Cons of SSL Bridging<\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>The biggest disadvantage of the SSL bridging is\nthe re-writing process. The load balancer will be given authority to inspect and\nmodify the client data if its artificial intelligence (AI) finds anything\nsuspicious. It re-encrypts and send along only that content that it deems safe.\nThus, you will rely on the AI of load balancer for your all incoming data. If\nthe load balancer\u2019s AI is suffering from a false positive (i.e. considering\nsafe traffic to be malicious by mistake) and blocking it, you\u2019ll miss the\nimportant (and safe) traffic, too. &nbsp;<\/li><li>The load for encryption and decryption doesn\u2019t\nget reduced from the server. <\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">A Final Word<\/h2>\n\n\n\n<p>There is no place for a slower\nwebsite in this highly competitive world. If your website delays the loading of\ncontent by even a couple of seconds, people move on to another site \u2014 possibly,\none of your competitors\u2019 sites. At the same time, if you uninstall an SSL\ncertificate from your website, it leaves the site and any sensitive information\nit collects vulnerable to <a class=\"wpil_keyword_link\" href=\"https:\/\/sectigostore.com\/blog\/10-different-types-of-cyber-attacks-how-they-work\/\" title=\"cyber attacks\">cyber attacks<\/a>. <\/p>\n\n\n\n<p>Considering the risks and circumstances,\nwith the SSL offloading technology, you get the best of both worlds. You get an\nimproved speed without compromising the security. However, SSL offloading\ntechnology also suffers from flaws and poses a security risk to the website.\nAfter reading the advantages and disadvantages of both the SSL offloading types,\nyou must choose which method is most suitable for your server because the same\nload balancer won\u2019t perform SSL termination and SSL bridging simultaneously. <\/p>\n\n\n\n<p>In any case, choose the load\nbalancer provider very carefully because virtually all of them require you to\nhand over your private key. <\/p>\n","protected":false},"excerpt":{"rendered":"<p>SSL offloading is a great solution for enterprises that wish to improve website performance without compromising security \u2014 here\u2019s how it works SSL offloading is a solution that some enterprises&#8230;<\/p>\n","protected":false},"author":6,"featured_media":741,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":"","tve_updated_post":"","tve_custom_css":"","tve_user_custom_css":"","tve_globals":{},"tcb2_ready":0,"tcb_editor_enabled":0,"tve_landing_page":"","_tve_header":"","_tve_footer":""},"categories":[9],"tags":[45],"class_list":["post-739","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-encryption","tag-ssl-offloading","post-with-tags"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What Is SSL Offloading? Features &amp; Benefits of SSL Offloading - InfoSec Insights<\/title>\n<meta name=\"description\" content=\"SSL offloading is a solution that some enterprises choose to use to reduce latency &amp; demand on their servers. Not sure how it works? Read on to learn more.\" \/>\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\/blog\/what-is-ssl-offloading-features-benefits-of-ssl-offloading\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What Is SSL Offloading? Features &amp; Benefits of SSL Offloading - InfoSec Insights\" \/>\n<meta property=\"og:description\" content=\"SSL offloading is a solution that some enterprises choose to use to reduce latency &amp; demand on their servers. Not sure how it works? Read on to learn more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sectigostore.com\/blog\/what-is-ssl-offloading-features-benefits-of-ssl-offloading\/\" \/>\n<meta property=\"og:site_name\" content=\"InfoSec Insights\" \/>\n<meta property=\"article:published_time\" content=\"2020-03-12T13:09:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-11-06T22:27:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/sectigostore.com\/blog\/wp-content\/uploads\/2020\/03\/ssl_offloading.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"1000\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Medha Mehta\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Medha Mehta\" \/>\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:\\\/\\\/sectigostore.com\\\/blog\\\/what-is-ssl-offloading-features-benefits-of-ssl-offloading\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/what-is-ssl-offloading-features-benefits-of-ssl-offloading\\\/\"},\"author\":{\"name\":\"Medha Mehta\",\"@id\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/#\\\/schema\\\/person\\\/41d095943b7798ade1bc3683c8822f15\"},\"headline\":\"What Is SSL Offloading? Features &#038; Benefits of SSL Offloading\",\"datePublished\":\"2020-03-12T13:09:51+00:00\",\"dateModified\":\"2020-11-06T22:27:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/what-is-ssl-offloading-features-benefits-of-ssl-offloading\\\/\"},\"wordCount\":1813,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/what-is-ssl-offloading-features-benefits-of-ssl-offloading\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/03\\\/ssl_offloading.jpg\",\"keywords\":[\"SSL offloading\"],\"articleSection\":[\"Encryption\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/sectigostore.com\\\/blog\\\/what-is-ssl-offloading-features-benefits-of-ssl-offloading\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/what-is-ssl-offloading-features-benefits-of-ssl-offloading\\\/\",\"url\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/what-is-ssl-offloading-features-benefits-of-ssl-offloading\\\/\",\"name\":\"What Is SSL Offloading? Features & Benefits of SSL Offloading - InfoSec Insights\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/what-is-ssl-offloading-features-benefits-of-ssl-offloading\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/what-is-ssl-offloading-features-benefits-of-ssl-offloading\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/03\\\/ssl_offloading.jpg\",\"datePublished\":\"2020-03-12T13:09:51+00:00\",\"dateModified\":\"2020-11-06T22:27:18+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/#\\\/schema\\\/person\\\/41d095943b7798ade1bc3683c8822f15\"},\"description\":\"SSL offloading is a solution that some enterprises choose to use to reduce latency & demand on their servers. Not sure how it works? Read on to learn more.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/what-is-ssl-offloading-features-benefits-of-ssl-offloading\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/sectigostore.com\\\/blog\\\/what-is-ssl-offloading-features-benefits-of-ssl-offloading\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/what-is-ssl-offloading-features-benefits-of-ssl-offloading\\\/#primaryimage\",\"url\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/03\\\/ssl_offloading.jpg\",\"contentUrl\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/03\\\/ssl_offloading.jpg\",\"width\":1600,\"height\":1000,\"caption\":\"Image of a server room, which would be impacted by SSL offloading\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/what-is-ssl-offloading-features-benefits-of-ssl-offloading\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What Is SSL Offloading? Features &#038; Benefits of SSL Offloading\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/\",\"name\":\"InfoSec Insights\",\"description\":\"SectigoStore.com Blog\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/sectigostore.com\\\/blog\\\/#\\\/schema\\\/person\\\/41d095943b7798ade1bc3683c8822f15\",\"name\":\"Medha Mehta\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a1e5b5025e87d4e1acfd683fbede8c366e652e9ddb2164b7a0d0a77e2d9da727?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a1e5b5025e87d4e1acfd683fbede8c366e652e9ddb2164b7a0d0a77e2d9da727?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a1e5b5025e87d4e1acfd683fbede8c366e652e9ddb2164b7a0d0a77e2d9da727?s=96&d=mm&r=g\",\"caption\":\"Medha Mehta\"},\"description\":\"Medha is a regular contributor to InfoSec Insights. She's a tech enthusiast and writes about technology, website security, cryptography, cyber security, and data protection.\",\"sameAs\":[\"https:\\\/\\\/sectigostore.com\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What Is SSL Offloading? Features & Benefits of SSL Offloading - InfoSec Insights","description":"SSL offloading is a solution that some enterprises choose to use to reduce latency & demand on their servers. Not sure how it works? Read on to learn more.","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\/blog\/what-is-ssl-offloading-features-benefits-of-ssl-offloading\/","og_locale":"en_US","og_type":"article","og_title":"What Is SSL Offloading? Features & Benefits of SSL Offloading - InfoSec Insights","og_description":"SSL offloading is a solution that some enterprises choose to use to reduce latency & demand on their servers. Not sure how it works? Read on to learn more.","og_url":"https:\/\/sectigostore.com\/blog\/what-is-ssl-offloading-features-benefits-of-ssl-offloading\/","og_site_name":"InfoSec Insights","article_published_time":"2020-03-12T13:09:51+00:00","article_modified_time":"2020-11-06T22:27:18+00:00","og_image":[{"width":1600,"height":1000,"url":"https:\/\/sectigostore.com\/blog\/wp-content\/uploads\/2020\/03\/ssl_offloading.jpg","type":"image\/jpeg"}],"author":"Medha Mehta","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Medha Mehta","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/sectigostore.com\/blog\/what-is-ssl-offloading-features-benefits-of-ssl-offloading\/#article","isPartOf":{"@id":"https:\/\/sectigostore.com\/blog\/what-is-ssl-offloading-features-benefits-of-ssl-offloading\/"},"author":{"name":"Medha Mehta","@id":"https:\/\/sectigostore.com\/blog\/#\/schema\/person\/41d095943b7798ade1bc3683c8822f15"},"headline":"What Is SSL Offloading? Features &#038; Benefits of SSL Offloading","datePublished":"2020-03-12T13:09:51+00:00","dateModified":"2020-11-06T22:27:18+00:00","mainEntityOfPage":{"@id":"https:\/\/sectigostore.com\/blog\/what-is-ssl-offloading-features-benefits-of-ssl-offloading\/"},"wordCount":1813,"commentCount":0,"image":{"@id":"https:\/\/sectigostore.com\/blog\/what-is-ssl-offloading-features-benefits-of-ssl-offloading\/#primaryimage"},"thumbnailUrl":"https:\/\/sectigostore.com\/blog\/wp-content\/uploads\/2020\/03\/ssl_offloading.jpg","keywords":["SSL offloading"],"articleSection":["Encryption"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/sectigostore.com\/blog\/what-is-ssl-offloading-features-benefits-of-ssl-offloading\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/sectigostore.com\/blog\/what-is-ssl-offloading-features-benefits-of-ssl-offloading\/","url":"https:\/\/sectigostore.com\/blog\/what-is-ssl-offloading-features-benefits-of-ssl-offloading\/","name":"What Is SSL Offloading? Features & Benefits of SSL Offloading - InfoSec Insights","isPartOf":{"@id":"https:\/\/sectigostore.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/sectigostore.com\/blog\/what-is-ssl-offloading-features-benefits-of-ssl-offloading\/#primaryimage"},"image":{"@id":"https:\/\/sectigostore.com\/blog\/what-is-ssl-offloading-features-benefits-of-ssl-offloading\/#primaryimage"},"thumbnailUrl":"https:\/\/sectigostore.com\/blog\/wp-content\/uploads\/2020\/03\/ssl_offloading.jpg","datePublished":"2020-03-12T13:09:51+00:00","dateModified":"2020-11-06T22:27:18+00:00","author":{"@id":"https:\/\/sectigostore.com\/blog\/#\/schema\/person\/41d095943b7798ade1bc3683c8822f15"},"description":"SSL offloading is a solution that some enterprises choose to use to reduce latency & demand on their servers. Not sure how it works? Read on to learn more.","breadcrumb":{"@id":"https:\/\/sectigostore.com\/blog\/what-is-ssl-offloading-features-benefits-of-ssl-offloading\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sectigostore.com\/blog\/what-is-ssl-offloading-features-benefits-of-ssl-offloading\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sectigostore.com\/blog\/what-is-ssl-offloading-features-benefits-of-ssl-offloading\/#primaryimage","url":"https:\/\/sectigostore.com\/blog\/wp-content\/uploads\/2020\/03\/ssl_offloading.jpg","contentUrl":"https:\/\/sectigostore.com\/blog\/wp-content\/uploads\/2020\/03\/ssl_offloading.jpg","width":1600,"height":1000,"caption":"Image of a server room, which would be impacted by SSL offloading"},{"@type":"BreadcrumbList","@id":"https:\/\/sectigostore.com\/blog\/what-is-ssl-offloading-features-benefits-of-ssl-offloading\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/sectigostore.com\/blog\/"},{"@type":"ListItem","position":2,"name":"What Is SSL Offloading? Features &#038; Benefits of SSL Offloading"}]},{"@type":"WebSite","@id":"https:\/\/sectigostore.com\/blog\/#website","url":"https:\/\/sectigostore.com\/blog\/","name":"InfoSec Insights","description":"SectigoStore.com Blog","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sectigostore.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/sectigostore.com\/blog\/#\/schema\/person\/41d095943b7798ade1bc3683c8822f15","name":"Medha Mehta","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/a1e5b5025e87d4e1acfd683fbede8c366e652e9ddb2164b7a0d0a77e2d9da727?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/a1e5b5025e87d4e1acfd683fbede8c366e652e9ddb2164b7a0d0a77e2d9da727?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a1e5b5025e87d4e1acfd683fbede8c366e652e9ddb2164b7a0d0a77e2d9da727?s=96&d=mm&r=g","caption":"Medha Mehta"},"description":"Medha is a regular contributor to InfoSec Insights. She's a tech enthusiast and writes about technology, website security, cryptography, cyber security, and data protection.","sameAs":["https:\/\/sectigostore.com\/"]}]}},"_links":{"self":[{"href":"https:\/\/sectigostore.com\/blog\/wp-json\/wp\/v2\/posts\/739","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sectigostore.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sectigostore.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sectigostore.com\/blog\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/sectigostore.com\/blog\/wp-json\/wp\/v2\/comments?post=739"}],"version-history":[{"count":0,"href":"https:\/\/sectigostore.com\/blog\/wp-json\/wp\/v2\/posts\/739\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sectigostore.com\/blog\/wp-json\/wp\/v2\/media\/741"}],"wp:attachment":[{"href":"https:\/\/sectigostore.com\/blog\/wp-json\/wp\/v2\/media?parent=739"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sectigostore.com\/blog\/wp-json\/wp\/v2\/categories?post=739"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sectigostore.com\/blog\/wp-json\/wp\/v2\/tags?post=739"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}