
Security News
GitHub Actions Pricing Whiplash: Self-Hosted Actions Billing Change Postponed
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.
github.com/l3o-io/haproxy-ldap-sni-forwarder
Advanced tools
haproxy-ldap-sni-forwarder is tcp reverse proxy server for ldap connections supporting Server Name Indication (SNI) for TLS based connections.
Existing solutions with TCP TLS SNI support do not work for ldap servers
because prior to the TLS handshake a ldap extended request
LDAP_START_TLS_OID must send.
This server intercepts the ldap extended requests for LDAP_START_TLS_OID
pretending the server supports TLS and detects the SNI server name from the
client hello message. Based on SNI, traffic will be forwarded to backends
configured in conf.yaml either directly (1) or through haproxy (2) using
the /etc/haproxy/tcp2be.map map (file) dynamically configured using
haproxy's control socket.
For production deployments preferably use method (2) because haproxy does a great job in proxying including health checks.
concat converter support (1.9+), when using haproxyhaproxy-ldap-sni-forwarder is open source software released under the AGPL-3.0-or-later license (http://www.gnu.org/licenses/agpl-3.0.html)
FAQs
Unknown package
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.