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
Hello Nginx users,
Now available: Nginx 1.15.1 for Windows
https://kevinworthington.com/nginxwin1151
(32-bit and 64-bit versions)
These versions are to support legacy users who are already using Cygwin
based builds of Nginx. Officially supported native Windows binaries are at
nginx.org.
Announc
Changes with nginx 1.15.103 Jul 2018
*) Feature: the "random" directive inside the "upstream" block.
*) Feature: improved performance when using the "hash" and "ip_hash"
directives with the "zone" directive.
*) Feature: the "reuseport" p
I don't think this is possible. By the time you know the client wishes to
request the /winac location, the SSL session has already been established,
at which point the server can no longer send a ClientCertificateRequest.
Using the stream module to proxy the whole connection may work, but
obviousl
I am trying to set up a reverse proxy to the Windows Admin Center (WAC). The
WAC requires the use of a client certificate for authentication. When I log
into the WAC via https://localhost:6516 or https://192.168.0.100:6516 I am
prompted for the certificate and everything works fine. If I attempt to