Re: RE: slow https performance compared to http

2016-11-13 Thread gigihc11
Just to help those not knowing about -k option: -k Enable the HTTP KeepAlive feature, i.e., perform multiple requests within one HTTP session. Default is no KeepAlive I'll do it but I guess the test will no longer be so relevant because I want to simulate different users. Anyway, the question

Re: slow https performance compared to http

2016-11-13 Thread gigihc11
I used https://mozilla.github.io/server-side-tls/ssl-config-generator/ in order to configure the ssl part for my nginx: https://mozilla.github.io/server-side-tls/ssl-config-generator/?server=nginx-1.11.3&openssl=1.0.2g&hsts=yes&profile=intermediate but with no OCSP Stapling, ssl_trusted_certificate

Re: slow https performance compared to http

2016-11-13 Thread gigihc11
Oh, I forgot to mention that the setup included also: ssl_session_cache shared:SSL:1m; ssl_session_timeout 5m; Posted at Nginx Forum: https://forum.nginx.org/read.php?2,270898,270900#msg-270900 ___ nginx mailing list nginx@nginx.org http://mailman.ng

slow https performance compared to http

2016-11-13 Thread gigihc11
Hi, I have: nginx 1.11.3 Ubuntu 16.04.1 LTS openssl 1.0.2g-1ubuntu4.5 amd64 libssl1.0.0:amd64 1.0.2g-1ubuntu4.5 weak CPU: N3150 16 GB RAM with this test-setup: open_file_cache max=1000 inactive=360s; open_file_cache_valid 30s; I test on running ab command on the same host as nginx is. For a 1.6K