Skip to content

Add SSL certificate and network error exclusions to lychee config #2227

@ihabadham

Description

@ihabadham

Problem

Several URLs in PROJECTS.md are causing link checker failures due to SSL certificate issues and network errors. These are external sites we have no control over.

Sites to exclude

Add to .lychee.toml exclude list:

# SSL certificate issues in PROJECTS.md
'^https://(www\.)?blinkinc\.com',      # Expired SSL certificate
'^https://(www\.)?localwise\.com',     # SSL verification failed
'^https://(www\.)?mycfsapp\.com',      # SSL hostname mismatch
'^https://(www\.)?scoutapp\.com',      # SSL hostname mismatch

Note

  • These are legitimate sites that users may have working links to
  • We're excluding them because we can't control their SSL certificate status
  • They cause CI failures but are not actual dead links from our perspective

Related

🤖 Generated with Claude Code

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions