Could you please post your config?
Have you got the frontend set to SSL / HTTPS TCP mode?
Have you got the frontend set to SSL / HTTPS TCP mode?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuotesrc_is_local : boolean
Returns true if the source address of the incoming connection is local to the
system, or false if the address doesn't exist on the system, meaning that it
comes from a remote machine. Note that UNIX addresses are considered local.
It can be useful to apply certain access restrictions based on where the
client comes from (e.g. require auth or https for remote machines). Please
note that the check involves a few system calls, so it's better to do it only
once per connection.
Quote from: bartjsmit on May 14, 2020, 09:58:12 PM
I have found Smokeping very good at providing graphs to strengthen the case with your ISP: https://oss.oetiker.ch/smokeping/index.en.html
You will need to run it on an internal server - a Raspberry Pi will do just fine.
On a Debian based system run 'sudo apt-get install smokeping' to get started.
Bart...
Quote from: hwsweng on May 12, 2020, 10:49:09 PM
@cmdr.adama: Thanks for your reply .
I'm using Apache webservers. I'm going to check the error log of the server, maybe I can find some hint.
How can I implement the second way "Choose a server using SNI: aka SSL routing" in combination with OpnSense when it's not possible to edit the config file directly?
Is there any way to get a detail debug log out of HaProxy running on opnSense?
QuoteSSL: check
Verify SSL Certificate: check
SSL Verify CA: LE Authority X3
Quoteeither via IPv4 from inside my network or URL from inside/outside my network.So... You can't even access it internally?