Set ssl_session_tickets each virtual host is unable?

malloc813 nginx-forum at forum.nginx.org
Thu Jan 12 16:57:58 UTC 2017


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



More information about the nginx mailing list