Hi, I tested nginx configuration and got one problem.
For example, I made 2 virtual hosts. They are SSL enabled server.

http
{
#host1
server
{
    ...
    ssl_sesstion_tickets off;
    ...
}

#host2
{
    ...
    ssl_session_tickets on;
    ...
}

}

Visit host1 after apply this configuration, chrome shows an error
ERR_SSL_PROTOCOL_ERROR

Is it impossible to set ssl_session_tickets differently each  virtual host?

Posted at Nginx Forum: 
https://forum.nginx.org/read.php?2,271971,271971#msg-271971

_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to