Udhayakumarblog.udhay.dev·Sep 27, 2024HAProxy Basic AuthenticationYou can secure access to private or protected sites in HAProxy by enabling basic authentication, which prompts users for a username and password. Steps for Setting Up Basic Authentication: Create User Details: In /etc/haproxy/haproxy.cfg, add the us...Discuss·34 readsHaproxy
Nahidnahidislam.hashnode.dev·Jul 13, 2024HA Proxy Load BalancerHAProxy (High Availability Proxy) is free, open-source software that provides a high-availability load balancer and proxy server for TCP and HTTP-based applications. It's used to improve the performance and reliability of web servers by distributing ...Discuss·1 likeProxy Server
Patrick A. Nobletnoblet.hashnode.dev·Jul 2, 2024SSL Termination With HAproxy: The Pain of An ErrorIntroduction If you are reading this article, chances are you know what SSL termination is, you ran into the same problem I did, or you might be one curious individual looking to find out what all of this is about. And how I solved my "so-called erro...Discuss·3 likes·95 readsSSL
Tanmoy Sarkarblog.tanmoysrt.xyz·Jun 24, 2024Swiftwave PaaS: One Year in DevelopmentFrom last year (July~August), I am working on an open source PaaS to deploy and manage applications easily on any VPS. I have a motive to create a solution which you once setup on your cloud, you will get same kind of experience like other platforms ...DiscussDevops
Jorge Gomestechwiredbrains.com·Apr 11, 2024How to generate Diffie-Hellman (DH) parameters using OpenSSLScenario: For HAProxy, I want to use unique Diffie-Hellman parameters but you don’t know how to generate the .pem file using OpenSSL. Solution: Use this command to generate the parameters and save them in dhparams.pem: generate-diffie-hellman-dh-para...Discuss·42 readsHaproxy
Srujan Reddysrujanpakanati.com·Mar 28, 2024Checking out HAProxy Ingress ControllerIntroduction For me HAProxy is reminiscent of the days when I am still figuring out my way around software world. I started my career while working with HAProxy load-balancer. Back then we used to use automated shell scripts to dynamically configure ...Discuss·26 readsHaproxy
BRYNNnote.heebin.site·Mar 5, 2024HAPROXY Lab (CentOS VM)PROXY: A server that intermediates requests and responses between a client and a server. Types of PROXY Forward Proxy: Located between the client and the internet. Reverse Proxy: Located between the internet and the server. Key Features Security...DiscussLinuxHaproxy
The Tech Loverhollad.hashnode.dev·Jan 29, 2024Installing Certbot and Haparoxy Error-ResolveWhat type of error have you encountered while working on your server? I'll talk about those I experienced and how I got it resolved Could not bind IPV4 0r IPV6 "Problem binding to port 80: Could not bind to IPv4 or IPv6" indicates that something else...Discuss·3 likes·73 readsHaproxy
Soumya Biswassoumyabiswas37.hashnode.dev·Jan 21, 2024Creation of Security groups, EC2 Instance, adding the ip addresses to inventory file, configure webservice and load-balancer to them, access webpageIntroduction: In this module, I will demonstrate the power of ansible to create EC2 instance, security groups in AWS, adding their IP address to the ansible inventory file and configure webservice and load-balancer to the dedicated instances and acce...Discussansible
Gideon Batureblog.benehub.tech·Dec 15, 2023What Happens When You Type "https://www.google.com" in Your Browser and Press "Enter"Introduction One beauty of the internet is that, you can make use of it even without the knowledge of the technologies that power it. Many people understands the internet just from the perspective of searching and getting information and resources su...Discuss·12 likes·104 readsHTTP/SSL