Hey,
> Maybe SSL_CTX_set_timeout() should be moved to the beginning of
> ngx_ssl_session_cache() then.
http://hg.nginx.org/nginx/rev/767aa37f12de
Best regards,
Piotr Sikora
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listin
On Thursday 10 July 2014 12:18:24 T.crowder wrote:
> Hi all,
>
> I'm trying out nginx. I would like to use it to perform the following:
>
> 1. Retrieve a page from a server1 which includes some SSI commands
> 2. Process the SSI commands, eventually including content from server2
> 3. Return the r
Hi all,
I'm trying out nginx. I would like to use it to perform the following:
1. Retrieve a page from a server1 which includes some SSI commands
2. Process the SSI commands, eventually including content from server2
3. Return the resultant page
I've got SSI working when using a local file, but
Hello,
>From http://tools.ietf.org/html/rfc5077#section-3.4, I think Session Tickets
and Session ID do not work for one connection at the same time. If the
client supports Tickets, then Session ID (or the session cache) will not
work.
Am I right? In my test, the 2 callbacks ngx_ssl_new_session()