Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix TLS error for https://www.agilesix.com (not www.agile6.com) #6

Open
ElijahLynn opened this issue Sep 5, 2019 · 5 comments
Open
Labels
Infrastructure Environments, builds, deployments, etc

Comments

@ElijahLynn
Copy link
Contributor

Getting cert error on https://www.agilesix.com when it tries to redirect

image.png

dig www.agilesix.com

www.agilesix.com. 3504 IN CNAME agilesix.com.
agilesix.com. 504 IN A 184.168.131.241

ip2location.com > 184.168.131.241 > godaddy.com

@ElijahLynn
Copy link
Contributor Author

Just hangs at connecting now.

@bderfer68 bderfer68 added the Infrastructure Environments, builds, deployments, etc label Mar 18, 2020
@ElijahLynn ElijahLynn changed the title Fix SSL error for https://www.agilesix.com (not www.agile6.com) Fix TLS error for https://www.agilesix.com (not www.agile6.com) Sep 3, 2020
@ElijahLynn
Copy link
Contributor Author

This is also happening at https://agilesix.net/.

@ElijahLynn
Copy link
Contributor Author

I think what needs to be done is that we update the Lets Encrypt certificate with 2 Subject Alternative Names (SAN) and somehow attach that to the shortener.secureserver.net redirects. I don't know if the shortener.secureserver.net are in GoDaddy or where that is?

image

@ElijahLynn
Copy link
Contributor Author

ElijahLynn commented Sep 3, 2020

It appears that securesever.net is in fact GoDaddy. And now that I think about it, the main site is on Netlify and probably has integration with Lets Encrypt, so the SAN idea won't be easy with that. I suggest we update DNS to point at Netlify instead of GoDaddy's redirect service (secureserver) for agilesix.com/net and use the interface in Netlify to regenerate the TLS certificate with the two additional SANs.

image

@ElijahLynn
Copy link
Contributor Author

ElijahLynn commented Sep 3, 2020

K, I added the domain aliases in Netlify:

image

Now we just need to update the DNS in GoDaddy. For the below domains in GoDaddy we need to add the following DNS records, make sure to include the trailing period, .:

  • agilesix.net

    • agilesix.net ALIAS agile6.netlify.app.
    • www CNAME agile6.netlify.app.
  • agilesix.com

    • agilesix.com ALIAS agile6.netlify.app.
    • www CNAME agile6.netlify.app.

Then, we need to go into our Netlify and "Renew Certificate" and the SANs should be added to the Lets Encrypt certificate.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Infrastructure Environments, builds, deployments, etc
Projects
None yet
Development

No branches or pull requests

2 participants