Skip to content

Instantly share code, notes, and snippets.

View devnulldevzero's full-sized avatar
🤡

devnulldevzero

🤡
  • Moscow
View GitHub Profile
@devnulldevzero
devnulldevzero / README.md
Created November 24, 2020 04:58 — forked from jnovack/README.md
Proxy SSL Client Certificate through NGINX Load-Balancer

Proxy SSL Client Certificate through NGINX Load-Balancer

The frontend stream proxy_pass can be used for load-balancing without SSL off-loading. All SSL connections will be terminated on the backend and client certificate information can be properly authenticated.

This should be used in cases:

  • you have enough CPU to decrypt SSL on the backend servers
  • you require direct client AUTHENTICATION on the backend servers

Backend