Later that morning I was sent this in an email by one of our web admins:
When I saw this email I checked my Chrome version and sure enough, my workstation had been upgraded to Chrome 58 overnight through our Corporate PC management tools.In an effort to make our lives more difficult Google has decided to end the use of Common Names in Chrome version 58. What this means to us is any certificate created by our internal servers (all Dev/QA and a few production internal only sites) will report as the certificate is not valid because of the common name.
Going forward all Certificates need to have a subject alternate name (san) entered when created. You can do this in the Attributes box of the certificate server by adding:
san:dns=<websitename>.company.com
if you want to do both FQDN and websitename you would enter:
san:dns=<websitename>.company.com&dns=<websitename>
replacing <websitename> with the name of the website (like webservicesqa or wwwqa3)
My Nagios server is not exposed to the Internet, but we do need SSL on it for various reasons. So, in case anyone else encounters this in chrome... Go get a new cert.
To be clear, this is for Internally generated Certs only. The Cert providers that make you pay for certs have already dealt with this.
Just when everything works perfectly, something has to intrude. Nice huh.
Steve B