Reverse Proxy Prompt for Client Certificate?
mevans336
nginx-forum at forum.nginx.org
Tue Jul 3 16:10:01 UTC 2018
Kemp can do it:
https://www.tech-coffee.net/deploy-windows-admin-center-in-ha-through-kemp-load-balancer/
I can give the stream module a shot also.
Would this be a basic config to get me started?
stream {
listen 443
proxy_pass https://192.168.1.0:6516/
proxy_ssl_verify off;
}
Posted at Nginx Forum: https://forum.nginx.org/read.php?2,280385,280393#msg-280393
More information about the nginx
mailing list