I have apache configured with 2 SSL X509 certificates with differing signature algorithms as in:
1. sha1WithRSAEncryption
2. sha256WithRSAEncryption
Now it seems "that the certificate with "sha256WithRSAEncryption" is always utilized when SSL / TLS is established. Tested with the latest browsers and "openssl s_client".
Is this a supported combination while configuring TLS in Apache?
This post will explicate the configuration and deployment of Cassandra v1.2 cluster across 2 Amazon EC2 regions – one EC2 instance in Oregon and the other in Virgi...