Skip to content

Instantly share code, notes, and snippets.

View devnulldevzero's full-sized avatar
🤡

devnulldevzero

🤡
  • Moscow
View GitHub Profile

Keybase proof

I hereby claim:

  • I am devnulldevzero on github.
  • I am devnulldevzero (https://keybase.io/devnulldevzero) on keybase.
  • I have a public key ASAePvf00XVIAF9DDCq1Qh4-AHta5igPyrKNgZf2W2Hyswo

To claim this, I am signing this object:

@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