SSL Privacy Error on www Redirect to non-www

Congrats on the progress!

The cert shows up fine for me at https://cg-originals.com/ but not for the www version because www is not included in the cert, e.g., see

openssl s_client -connect cg-originals.com:443 2>&1 | openssl x509 -text | grep DNS

The problem is that once the cert is created, Trellis won’t adjust the domains it covers, at least not until roots/trellis#630 is merged. So, you’ll need to do the following:

3 Likes