Raviryandam.hashnode.dev·Nov 27, 2023Deploying HTTPS enabled FastAPI Service on AWS EC2 InstanceOverview This page talks about setting up a HTTPS enabled FastAPI web application on AWS EC2 Instance. It assumes that, a Domain is already purchased using AWS Route 53. Prerequisites 1.Software This deployment uses AWS CLI and Terraform to create re...DiscussAWS
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·33 readseasyrsa
Mani Balamanib.hashnode.dev·Nov 13, 2023HTTP vs HTTPS: Understanding the DifferenceIntroduction: When browsing the web, you may have noticed that some websites start with "http://" while others start with "https://". These prefixes represent different protocols used for communication between your browser and the website you're visi...Discusshttp
Lim Woojaejaylog.hashnode.dev·Nov 8, 2023[Network & HTTP] TCP Three-Way Handshake & TLS HandshakeIntroduction In this article, I will be talking about what are TCP/IP, three-way handshake, and TLS handshake. TCP/IP Transmission Control Protocol (TCP) is a protocol that is used to send data to someone just like a message. TCP is similar to a puz...DiscussNetwork & HTTP3-way handshake
rootblog.thc.org·Oct 21, 2023HTTPS Interception by a state actor in GermanySome comments regarding the recently discovered Interception of HTTPS/TLS/SSL traffic by a state actor in Germany. Ten years ago, in 2013, the IETF #88 (which is the standardization body of the Internet) declared that the Internet surveillance progra...Discuss·1 like·990 readsTLS
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·46 readsnginx
Jayakumar Sakthivelcloudwithjk.hashnode.dev·Oct 6, 2023TLS/SSL : A Foundational Understanding of handshakesWhat is TLS and SSL? SSL, or Secure Sockets Layer, is an Internet security technology that uses encryption. To provide privacy, authentication, and data integrity in Internet communications, Netscape created it for the first time in 1995. The present...Discuss·31 readsTLS
Maxat Akbanovbrain2life.hashnode.dev·Sep 25, 2023Basics of SSL/TLS secure connectionSSL (Secure Sockets Layer) and TLS (Transport Layer Security) are cryptographic protocols designed to provide a secure communication channel over the Internet. While SSL is the older of the two, TLS is the more modern and secure protocol; however, th...Discuss·51 readsdevopsDevops
Jairaj Sahgaljairajremote.hashnode.dev·Aug 17, 2023Demystifying the TLS Protocol: A Comprehensive Guide to Secure CommunicationIntroduction TLS (Transport Layer Security): Ensures privacy and security in online communications. Evolution from SSL: TLS evolved from SSL, modernizing and improving security. TLS and HTTPS: HTTPS employs TLS for secure data exchange, recognized...DiscussPython
Amr Elhewyhewi.blog·Aug 14, 2023Securing Your EKS Cluster: A Comprehensive Guide to Adding HTTPS SSL EncryptionHello again! In this short-ish article, I'm going to be going through how you can add SSL encryption to your AWS EKS cluster. If you don't know what SSL stands for it's Secure Sockets Layer. It encrypts the information going through the internet whic...Discuss·93 readsAWS