I have tried to follow the installation instructions again; installing SCL manually (because these are not available on CentOS 6.9 anymore?) as follows:
I’m curious why you specified a URL in that install; centos-release-scl-rh is part of the normal repositories, and thus available via
yum install centos-release-scl-rh
You might try
rpm -q nss
and see if maybe you only have the i686 version installed. I think the version you have should be good enough, if you have the x86_64 variant. You should be able to locate nss-3.28.4 at http://vault.centos.org/6.9/updates/x86_64/Packages/
That said, it’s probably best to update to the current release of CentOS before trying to deploy a possibly public facing web service.