I have a website that has a valid wildcard certificate from Godaddy. When I view it in my browser I get a valid secure certificate (green padlock) and when I examine the certificate within the browser it says secure and signed by godaddy and everything appears normal.
However, if I use openssl s_client -connect my.site.com:443
I get a self signed certificate:
issuer=/C=AU/ST=Some-State/O=Internet Widgits Pty Ltd
I don't understand why this is. There seems to be an issue with some of my users that have ssl self-signed errors within their browsers and I think this has something to do with it.
I'm using Ubuntu 11.04 with apache2. Any ideas why this is the case, or how I could further examine the issue?