1
Tutorials and FAQs / Re: Tutorial 2023/09: HAProxy + Let's Encrypt Wildcard Certificates + 100% A+ Rating
« on: October 10, 2023, 07:45:04 pm »
Hello TheHellSite,
I have recently switched back to using OPNsense and HAProxy and again used your tutorial.
As I mainly use IPv6 today, I had to slightly modify two steps to make it work with my setup:
Part 4 - System preparation
Step 4: To allow IPv4 and IPv6 with the same firewall rule, all I had to do was change "TCP/IP Version" from "IPv4" to "IPv4+IPv6":
Part 5 - HAProxy configuration
Step 10: To make HAProxy listen on ports 80 and 443 on its IPv6 as well as IPv4 addresses, all I had to add here was "[::]:80" and "[::]:443":
After applying these changes, I can now securely access my services behind HAproxy from IPv4 and IPv6 networks.
Do you think you could add these changes to your tutorial? Anyway, thanks for all your work
I have recently switched back to using OPNsense and HAProxy and again used your tutorial.
As I mainly use IPv6 today, I had to slightly modify two steps to make it work with my setup:
Part 4 - System preparation
Step 4: To allow IPv4 and IPv6 with the same firewall rule, all I had to do was change "TCP/IP Version" from "IPv4" to "IPv4+IPv6":
Part 5 - HAProxy configuration
Step 10: To make HAProxy listen on ports 80 and 443 on its IPv6 as well as IPv4 addresses, all I had to add here was "[::]:80" and "[::]:443":
After applying these changes, I can now securely access my services behind HAproxy from IPv4 and IPv6 networks.
Do you think you could add these changes to your tutorial? Anyway, thanks for all your work