Thursday, February 5, 2015

apache 2.2 - Warn: CommonName (CN) `*.xxx.yyy' does NOT match server name?

We're getting the occasional error:



[warn] RSA server certificate wildcard CommonName (CN) `*.example.com' does NOT match server name!?



(This is not a duplicate of Apache Config: RSA server certificate CommonName (CN) ... NOT match server name? read on)



This is non-fatal and is only happening occasionally.



The error is accurate... our cert's CN is doesn't match the VirtualHost. That's how it's supposed to work. We match a Subject Alternative Name.



Any idea what might cause this?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...