Rishi Bakshirishibakshi.hashnode.dev·Jan 7, 2025HTTP vs. HTTPS: The Starting PointWhat is HTTP? HTTP (Hypertext Transfer Protocol) is the foundational protocol used to transfer data between a browser and a server. However, it lacks encryption, which makes it highly insecure. Any data transmitted over HTTP can be intercepted and re...End-To-End-Encryptionencryption
RaunaK Madaneverything-about-ssl-and-tls.hashnode.dev·Dec 22, 2024Why we need Encryption??Imagine you’re visiting a website—say your bank’s website http://mybank.com. You type your username and password, hit enter, and your credentials are sent to the web server for authentication. Now this data travels across the network as plain text. A...encryption
Syed Mahmood Alisyedmahmoodali.hashnode.dev·Dec 11, 2024Kubernetes and TLS: A Symphonic IntegrationToday, I'll demonstrate the process of issuing and approving a certificate for a new user in a Kubernetes cluster. STEP 1: Generate a private key using the following command openssl genrsa -out myuser.key 2048 STEP 2: Generate a CSR (certificate sig...Kubernetes
Denishdenish.hashnode.dev·Nov 26, 2024Boost Your Web Security with Reverse Proxies and SSL Certificates!Hello friends, gadget freaks? ✌ Now let me share with you something rather important for any Web application nowadays – security. As it seen, hackers are always coming up with new strategies and methods of penetrating through a particular system; the...proxy
Syed Mahmood Alisyedmahmoodali.hashnode.dev·Nov 19, 2024Comprehensive Guide to SSL/TLSIn today’s digital world, ensuring the security of online communications has never been more important. Every day, millions of people send personal information across the internet, from credit card numbers to social security details, and it is crucia...1 like·30 readsKubernetes
George Ezejioforgeorgeezejiofor.com·Nov 15, 2024Implementing Blue-Green Deployment in Kubernetes with TLS Encryption Using Cert-Manager and Nginx IngressIntroduction 🌟 In modern cloud-native environments, ensuring zero-downtime deployments while maintaining robust security is critical. Blue-Green Deployment is a proven strategy that allows teams to switch traffic between different versions of an app...1 like·48 readsTLS Certificate
Shohanur Rahmanshohanur.hashnode.dev·Nov 15, 2024Disable SSL Certificate Verification for RestClient and WebClientTo disable SSL certificate verification in Spring Boot using RestTemplate or WebClient, you can configure them to ignore SSL validation. Here’s how you can do it for both: 1. Disabling SSL Certificate Verification for RestTemplate You need to create ...72 readsSpring Boot
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Nov 7, 2024Certificate choices for OCI Load BalancerI’ve tried to simplify this section, because it can get complicated. I also provide a table of where to upload the certificates as I really needed one and I couldn’t find any - so I created my own. Certificate Choices Your choices are Get Let’s Encr...2 likes·49 readsOCI
Yarelys Riveracyberyara.com·Nov 4, 2024How Secure Web Traffic Happens: Step-by-Step GuideWe've all experienced that sense of relief when we see the lock icon or “your connection is secure”. But have you ever wondered what's happening behind the scenes to make that possible? Secure web traffic is essential for protecting sensitive data tr...Secure Web Traffic
tommaso borgatotommasoborgato.hashnode.dev·Oct 25, 2024WildFly to Infinispan EncryptionIntroduction When using Infinispan as an external cache for WildFly, we might want to: Encrypt communication Use a client certificate to authenticate to Infinispan Generate Keystores The first thing we need is keys and certificates to: encrypt com...infinispan