Skip to content

Comments

Link checker: Start ignoring example.org due to certificate errors#707

Merged
amotl merged 1 commit intomainfrom
example.org-cert-error
Feb 17, 2026
Merged

Link checker: Start ignoring example.org due to certificate errors#707
amotl merged 1 commit intomainfrom
example.org-cert-error

Conversation

@amotl
Copy link
Member

@amotl amotl commented Feb 15, 2026

Problem

HTTPSConnectionPool(host='www.example.org', port=443): Max retries exceeded
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed:
unable to get local issuer certificate (_ssl.c:1081)

References

@coderabbitai

This comment was marked as spam.

@amotl amotl force-pushed the example.org-cert-error branch from 7704df5 to a3e5009 Compare February 15, 2026 12:40
@amotl amotl changed the title Link checker: Start ignoring example.org due to certificate errors Link checker: Start ignoring example.org due to certificate errors Feb 15, 2026
Comment on lines 178 to 181
# Sporadic CERTIFICATE_VERIFY_FAILED errors.
# https://github.com/crate/crate-docs-theme/issues/706
r"https://example\.org",
r"https://www\.example\.org",
Copy link
Member Author

@amotl amotl Feb 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI is still failing. Apparently, there is no way to suppress such errors?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jayaddison: You suggested to use real regular expressions here. Therefore, I've quoted the . in both links, possibly closer to what the documentation is suggesting. Please advise if you can discover other flaws why this directive could not work properly.

[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed:
unable to get local issuer certificate (_ssl.c:1081)
@amotl amotl force-pushed the example.org-cert-error branch from 0f3fdb8 to 55b5c6d Compare February 17, 2026 10:29
@amotl amotl merged commit bb92a0e into main Feb 17, 2026
9 checks passed
@amotl amotl deleted the example.org-cert-error branch February 17, 2026 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant