I'm trying to get an SSL cert to work for https://myserver.work.lcl and https://myserver. Both URLs are for the same website, server, and IP. I have an SSL cert configured for myserver.work.lcl and a Subject Alternative Name of myserver. The cert works fine for the FQDN but I get a certificate warning if I try to browse to the netbios name. Our Certificate Services Admin says the cert is fine and it's an IIS configuration issue. I've found some documentation about configuring IIS to use a single SSL cert for multiple websites using host headers, but nothing about multiple URLs and host headers for just one website.
Is this possible with IIS7?