Syntax: | uwsgi_ssl_session_reuse |
---|---|
Default: | uwsgi_ssl_session_reuse on; |
Context: | http , server , location |
This directive appeared in version 1.5.8.
Determines whether SSL sessions can be reused when working with a secured uwsgi server. If the errors “SSL3_GET_FINISHED:digest check failed
” appear in the logs, try disabling session reuse.
Please login to continue.