You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved exception handling of haproxy adder module
Change haproxy socket connection keep-alive (formerly "timeout") to new
default: 3600 seconds.
Updated dependencies with vulnerabilities, not affecting stapled.
Added the --one-off argument that allows running stapled in one-off mode
which is a mode that runs staple fetching for all certificates as usual,
including threading, but stops threads once they are finished with their
queues and then quits.
Reduced minimum time to live setting for keeping HAProxy sockets open to 10
seconds.
Reduced default time to live setting for keeping HAProxy sockets open to 10
seconds. This should still be more then enough for all expected conditions
stapled could run under.
Add --haproxy-socket-keepalive command line argument.
Also Note: Python 2 and Jessie support were removed in a previous version.