Closed xirdneh closed 5 years ago
Duplicate of https://github.com/celery/celeryproject/issues/24.
This problem still exists, visiting https://docs.celeryproject.org/en/latest/
with Firefox 66.0.3 (64-bit):
Read the Docs can issue this SSL cert once the DNS is updated. To get this certificate issued:
Change the CNAME for docs.celeryproject.org (docs):
$ dig CNAME +short docs.celeryproject.org
celery.readthedocs.org.
# This should return "readthedocs.io"
Once you've updated the CNAME, some one with access to the project on Read the Docs needs to go to https://readthedocs.org/dashboard/celery/domains/, edit the domain (make sure HTTPS is checked) and save it. This will cause Read the Docs to revalidate and issue the SSL cert.
Checklist
Description
The SSL certs in the documentation are missing. Not sure if this is on read the docs or us.
Suggestions
Check read the docs config?