<div dir="ltr">Приветствую,<div><br></div><div>Проблема только в Safari при использовании</div><div><div>ssl_session_cache    shared:SSL:10m;</div></div><div><br></div><div>если установить в builtin либо вообще выключить то все работает</div><div><br></div><div>в Safari при этом 'connection closed'</div><div><br></div><div>2015/06/17 11:01:46 [alert] 24556#0: worker process 24995 exited on signal 11<br></div><div><br></div><div><div># nginx -V</div><div>nginx version: nginx/1.8.0</div><div>built by gcc 4.8.2 20140120 (Red Hat 4.8.2-16) (GCC) </div><div>built with OpenSSL 1.0.1e-fips 11 Feb 2013</div><div>TLS SNI support enabled</div><div>configure arguments: --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp --http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=nginx --group=nginx --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_stub_status_module --with-http_auth_request_module --with-mail --with-mail_ssl_module --with-file-aio --with-ipv6 --with-http_spdy_module --with-cc-opt='-O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic'</div></div><div><br></div><div>Конфиг:</div><div><div>server {</div><div>    listen 80;</div><div>    listen 443 ssl spdy;</div><div>    server_name <hostname>;</div><div><br></div><div>    add_header Access-Control-Allow-Origin *;</div><div><br></div><div><div>ssl_session_timeout  5m;</div><div>ssl_session_cache    shared:SSL:10m;</div><div>    <br></div><div>ssl_protocols  TLSv1 TLSv1.1 TLSv1.2;</div><div>ssl_buffer_size 8k;</div><div>ssl_ciphers 'ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS';</div><div>ssl_prefer_server_ciphers   on;</div><div>proxy_set_header SSL   $https;<br></div></div><div><br></div><div>    ssl_certificate ssl/<hostname>.pem;<br></div><div>    ssl_certificate_key ssl/<hostname>.key;</div><div><br></div><div><span class="" style="white-space:pre">    </span>error_page 405 = $uri;<br></div><div>    location / {</div><div>            client_max_body_size 800m;</div><div>            proxy_pass <a href="http://upstream">http://upstream</a>;</div><div>            proxy_set_header Host $http_host;</div><div>            proxy_buffering off;</div><div>            proxy_read_timeout 10m;</div><div>    }</div><div>}</div></div><div><br></div></div>