Grpc server is sitting at my backends, I use nginx as the proxy to transfer
http1.1 to http2(grpc) protocol, I set parameter like below:
upstream ID_PUMPER {
server 127.0.0.1:58548;
}
server {
listen 8080 http2;
grpc_read_timeout 120s;
grpc_send_timeout 120s;
grpc_socket_ke
Hello.I use nginx 1.13.6 as server for mutual tls auth with clients certs During ab test I get errors ssl read failed(5) closing connectionIn nginx log (debug mode) I get 2019/01/21 23:50:01 [debug] 26#26: *27497 http check ssl handshake2019/01/21 23:50:01 [debug] 26#26: *27497 http recv(): 12019/0
Thanks so much for replying. OWIN is on a separate box from NGINX. Below is
my traffic flow.
Internet--->Sonicwall(forward port
443)-->NGINX-->IIS with OWIN
OWIN listens on ports 80 and 443 I believe. Our developers did the site. It
has
Petrosetta,
Question is your nginx server running on the same host as your owin / IIS
server?
With OWIN / IIS listening only on port 80 and nginx only on port 443?
And both listening on the physical NIC (not localhost) and no firewall?
It looks as though you are wanting to do SSL termination an
Morning all
I don;t know if anyone has ever had this problem bit I am attempting to put
an OWIN Server running on a Windows 2012 Server with IIS. Whenever we try to
log on going through the NGINX server, I get "Invalid login attempt. Verify
that your username and password are correct." I am sure th