Hello!
I'm trying to set up HTTPS on an internal website where I work. It is one of many sites on the webserver. The certificate comes from an internal certificate authority and is a wild card certificate (*.mycompany.com).
When accessing the site (https://app.mycompany.com) I get the following certificate error ERR_CERT_COMMON_NAME_INVALID.
The web site has the following bindings:
- Type: HTTP; IP Address: All Unassigned; Port: 80; Hostname: app.mycompany.com
- Type: HTTPS; Address: All Unassigned; Port: 443; Hostname: app.mycompany.com; Require Server Name Indication: Yes; SSL Cert: mywildcardcert
Any thoughts?