Re: SSL Handshake Errors

2020-11-19 Thread sachingp
Thomas - Executed o ALPN negotiated SSL-Session: Protocol : TLSv1.2 Cipher: ECDHE-RSA-AES256-GCM-SHA384 Session-ID: BEEDB7A167EC486D98CFAFBDA541DDB308B27BFCF9D5732599DEDB1A3E2D45B2 Session-ID-ctx: Master-Key: 5E7AD6C866CEAAC0AE0868858ADDE392406533185DFD5CE7BCA7E12E7FE6A5

Re: SSL Handshake Errors

2020-11-19 Thread sachingp
Hi Thomas - We are using digicert, I don't have access to the client logs, what more I can do to go deeper Sachin Posted at Nginx Forum: https://forum.nginx.org/read.php?2,290009,290013#msg-290013 ___ nginx mailing list nginx@nginx.org http://mailman

SSL Handshake Errors

2020-11-19 Thread sachingp
Hi - We are using Nginx as a reverse proxy with SSL as a termination point Call flow Network Load Balancer (TCP) --> Nginx(SSL Termination) --> Vertx Servers (HTTP) This is the config we use, fairly standard upstream xyz { server 127.0.0.1:8080; keepalive 4096; } server { l

SSL Handshake Errors

2020-11-19 Thread sachingp
Hi - We are using Nginx as a reverse proxy with SSL as a termination point Call flow Network Load Balancer (TCP) --> Nginx(SSL Termination) --> Vertx Servers (HTTP) This is the config we use, fairly standard upstream xyz { server 127.0.0.1:8080; keepalive 4096; } server { l