pound
pound copied to clipboard
Pound Load Balancer
I have continued and rebased your patch-queue against your v2.8a import, as well as the v2.8 (final) import as I recently had need for that. https://github.com/nyov/pound/tree/stage_for_upstream/v2.8b https://github.com/nyov/pound/tree/stage_for_upstream/v2.9a I'll open only...
The current code is using fnmatch(3) which allows a wildcard to match multiple DNS labels. e.g. *.domain.tld matches foo.bar.domain.tld. This is incorrect. According to the RFC a wildcard can at...
I am using pound in an SSL-offloading proxy capacity and have been wondering if it is possible to have access to the client-side connections' SSL session-ID either as a header...
Hi goochjj, currently if no suitable certificate is found in a Service declaration, the first certificate is issued to the client. If the domain does not suite the certificate the...