| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
haproxy-devel, widget, added widget-configuration settings, fixed showing client traffic.
|
| |
| |
| |
| | |
client traffic.
|
|\|
| |
| | |
haproxy-devel, add widget files.
|
| | |
|
|\|
| |
| | |
haproxy-devel added widget from external github tree made by: jvorhees
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
-widget, Source: https://github.com/jvorhees/pfsense/tree/master/Widgets/Haproxy
-widget, dropped socat requirement
-widget, improved enabling/disabling server abilities
-support configuration of transparent proxying (though currently disabled)
-fix for default http check
-better startup error checks
|
|\|
| |
| | |
haproxy-devel, added support for combining acl's,lb-agent-chk,multiple port's,openssl1.0.1
|
| |
| |
| |
| |
| |
| |
| | |
-Agent check (lb-agent-chk)
-binding multiple port's
-new try at including OpenSSL 1.0.1
-fix combining frontends
|
|\|
| |
| | |
haproxy-devel, add options for checking server health
|
| |
| |
| |
| |
| | |
-fix adding a new server
-show advanced options icon in serverpool overview
|
|/
|
|
|
|
|
|
|
|
|
|
| |
I got an error that haproxy can't load the cert. I looked into it and saw that the two parts are concationated together without a newline.
Wrong:
-----END CERTIFICATE----------BEGIN RSA PRIVATE KEY-----
Correct:
-----END CERTIFICATE-----\r\n
-----BEGIN RSA PRIVATE KEY-----
It works for me now...
|
|
|
|
| |
change deprecated options to current equivalents, changed nbproc default to 1, for better (default settings) compatibility with other options.
|
|
|
|
|
|
|
| |
-allow advanced configuration like a cookie per backend-server
-show if ACLs have been used in the overview
-fixed global advanced option saving
-show all certificates, as filtering server certs didn't work properly..
|
|
|
|
| |
that a lot of settings are not needed for 'secondary' frontends.
|
|
|
|
| |
httpcheck for ssl backends, use req_ssl_hello_type for https with SNI acl's.
|
|
|
|
| |
active/backup/disabled/inactive, certificate purpose show 'server certs' only.
|
|
|
|
|
| |
-allow shared frontend with SSL offloading
-error checking+reporting to user while applying configuration.
|
| |
|
| |
|
| |
|
|
|
|
| |
server)
|
| |
|
| |
|
|
|
|
|
|
|
| |
-moved the 'backend' config fields to page where they make more sense without "magic merging" of frontend settings..
-certificate can now be chosen from certificate manager certificates
to find any 'config problems' run "haproxy -c -V -f /var/etc/haproxy.cfg" on a console/ssh session
|
|
|
|
| |
checking and/or SSL offloading.
|
|
|