Ehsan Mirsaeedimirsaeedi.hashnode.dev·Nov 11, 2024mTLS & ASP.NETIn Microsoft, we use mTLS (Mutual Transport Layer Security) extensively to secure our service-to-service (S2S) communications. In this short post, I’m going to cover what mTLS is and how it can be used in dotnet. Link: mTLS protocol explained in TLS ...DiscussmTLS
Raul NaupariProblog.raulnq.com·Jun 15, 2024How to Set Up Mutual TLS Authentication for Amazon API GatewayMutual Transport Layer Security (mTLS) is a type of Transport Layer Security (TLS) where both the client and server authenticate each other. This two-way authentication process ensures that both parties in the communication are who they claim to be, ...Discuss·104 readsaws-apigateway
Srujan Reddysrujanpakanati.com·Apr 30, 2024Understanding Zero Trust Networks, mTLS and SPIFFENeed for ZTN Firstly, Zero Trust Network is where no network entity is trusted by default or with respect to its position in the network. Every workload, node, machine needs to continuously identify itself. Shortcomings of traditional network archite...Discussspiffe
Aranya Chauhanaranya.hashnode.dev·Apr 22, 2024Securing Kafka Communication Channels on Kubernetes with TLS/mTLSThe article covers a guide on setting up TLS/Mutual TLS (mTLS) for securing communication between Kafka clients and servers, specifically in a Kubernetes environment, thus mitigating potential threats such as man-in-the-middle attacks and unauthorize...Discuss·6 likes·333 readskafka
Ibrahim Kabbashikabbash.hashnode.dev·Nov 18, 2023Configure mTLS with Nginx and EasyRSAThe goal of this article is to explain the concept of Mutual Transport Layer Security (mTLS) protocol, how it works, the role of each component and all with an example as a proof of concept. Prerequisites Nginx knowledge Secure Sockets Layer (SSL) ...Discuss·65 readseasyrsa
Saidu Bellocodeflutter.hashnode.dev·Oct 15, 2023🚀 Securing Your NGINX Server with mTLS 💥With cyber threats becoming more rampant in today's digital world, it is crucial to fortify your web servers with a more sophisticated security measure. the term "mTLS" might sound familiar if you have heard of TLS in the past.Basically, mTLS stands ...Discuss·1 like·149 readsnginx
Hasitha Prabhath Gamagehasithaishere.hashnode.dev·Sep 23, 2023A Comprehensive Introduction to Mutual TLSIntroduction Safety is important, but it can also be fun to learn about! Today we’ll talk about something called Mutual TLS (mTLS) and how it helps secure applications. Understanding mTLS in Simple Terms Let's break down mTLS: Mutual: Both parties (...Discuss·1 like·38 readsExploring Security with mTLSmTLS
Sreejith P Ssreejithps.hashnode.dev·Jun 29, 2023Authenticated Origin Pulls (mTLS) between Cloudflare and Ingress NginxAuthenticated Origin Pulls help ensure requests to your origin server come from the Cloudflare network, which provides an additional layer of security on top of Full or Full (strict) encryption modes. This authentication becomes particularly importan...Discuss·509 readscloudflare
Tejaswi Kasatblog.tdevs.in·Mar 28, 2023Symmetric and asymmetric encryptionEncryption is the process of converting readable data to an unreadable format using a mathematical algorithm. It is extremely useful to keep the integrity of data. This process is widely used across most of the domains existing today. From processing...Discuss·64 readsMutual TLS (mTLS) authentication - efficient way to build a zero trust systemencryption
sycuredsycured.hashnode.dev·Jan 4, 2020How to force CloudFlare WAF: mTLSWe'll see how it's possible to do mutual TLS (mTLS) with Nginx and force your users to pass through CloudFlare WAF and reject all direct connections.more What's mTLS? mTLS or mutual TLS is a double check that web server and browser do at the same tim...Discuss·159 readscloudflare