Hello!

On Mon, Mar 16, 2020 at 12:36:21AM -0700, Frank Liu wrote:

> I have a question after reading https://trac.nginx.org/nginx/ticket/621 .
> When that alert is logged in error log, what will happen to the connection?
> Will the client get an error (such as HTTP 4XX), or will it work as if the
> server doesn't support session resumption?
> As mentioned in comment3 in that ticket, for 2-way SSL clients, this could
> happen more frequently, will nginx fail the 2-way SSL handshake and give
> 4xx error?

The error in question simply means the session won't be cached, so 
it cannot be resumed later.  No SSL handshake or HTTP level errors 
will happen.

-- 
Maxim Dounin
http://mdounin.ru/
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to