hmm let me check :)
hmm i can't reproduce that error on running centmin.sh it's fine for me. double check you added to inc/openssl_install.inc correctly - uploaded a gist file for openssl_install.inc https://gist.github.com/centminmod/ab45e89cdf90eb2233cc
ah line 20 might be different for you as you incorrectly added it outside the opensslpatches function might be easier to replace your inc/openssl_install.inc contents with this contents from gist https://gist.github.com/centminmod/ab45e89cdf90eb2233cc updated instructions it's after line 19 https://community.centminmod.com/threads/nginx-ssl-cipher-suite.714/#post-3341 and not 20 https://github.com/centminmod/centminmod/blob/master/inc/openssl_install.inc#L19 heh
it overrides your system OpenSSL which was the case with older Centmin Mod installs, it really isn't needed these days and probably should be disabled from prompt in future (or at least have a variable in centmin.sh to turn it on/off)
what @RoldanLT said you're missing from nginx vhost Code: add_header Strict-Transport-Security "max-age=31536000; includeSubdomains";
And also you have some anchor issue Seriously, you have 4-5 certificate loaded? That would slow down 1st time visitor.
Aw, as far as I know that's not needed/accurate anymore. All the time, I just follow this: And I have no problem even old browser. I have access on a windows Xp Sp2 with Google Chrome 18 and my site still work fine.