If you’re running multiple sites on a single server (using Server Name Indication), you might be running into issues using openssl s_client to validate your SSL certificate. Make sure you’re using the -servername flag, otherwise your verification may fail. For example, when checking my blog, I needed to make sure I included everything here: openssl… [Continue Reading]
pci compliance
Resolving PCI Compliance Issues on CentOS7/RedHat/Linux
I just finished moving over an e-commerce website from a shared host to its own virtual private server and ran into a ton of PCI compliance issues. For those of you with experience dealing with PCI compliance scans, you know the headache dealing with your cases. If you’ve gotten a ton of flags for httpd… [Continue Reading]