Skip to content

Commit ea3931b

Browse files
authored
Merge pull request #23927 from github/repo-sync
repo sync
2 parents 4763b62 + 288cc2e commit ea3931b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

content/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ All {% data variables.product.prodname_pages %} sites, including sites that are
3737
3. Under "{% data variables.product.prodname_pages %}," select **Enforce HTTPS**.
3838
![Enforce HTTPS checkbox](/assets/images/help/pages/enforce-https-checkbox.png)
3939

40+
## Troubleshooting certificate provisioning ("Certificate not yet created" error")
41+
42+
When you set or change your custom domain in the Pages settings, an automatic DNS check begins. This check determines if your DNS settings are configured to allow {% data variables.product.prodname_dotcom %} to obtain a certificate automatically. If the check is successful, {% data variables.product.prodname_dotcom %} queues a job to request a TLS certificate from [Let's Encrypt](https://letsencrypt.org/). On receiving receiving a valid certificate, {% data variables.product.prodname_dotcom %} automatically uploads it to the servers that handle TLS termination for Pages. When this process completes successfully, a check mark is displayed beside your custom domain name.
43+
44+
The process may take some time. If the process has not completed several minutes after you clicked **Save**, try clicking **Remove** next to your custom domain name. Retype the domain name and click **Save** again. This will cancel and restart the provisioning process.
45+
4046
## Resolving problems with mixed content
4147

4248
If you enable HTTPS for your {% data variables.product.prodname_pages %} site but your site's HTML still references images, CSS, or JavaScript over HTTP, then your site is serving *mixed content*. Serving mixed content may make your site less secure and cause trouble loading assets.

0 commit comments

Comments
 (0)