I have a godaddy domain www.mikaelcedergren.com, and its set up through Github pages. If I go to the link mikaelcedergren.com it works fine, but using www it results in ‘Your connection is not private’.
Anyone knows what’s wrong?
1
in the DNS settings I needed to set a CNAME for ‘www’ that doesn’t redirect to my domain, but instead my github pages address. Then in settings in github make sure to wait until a certificate has been created and then force https connection.