Skip to content

feat: add --crawl-ignore-ssl flag#77

Open
Clausinho wants to merge 3 commits into
jimmc414:mainfrom
Clausinho:feature/ignore-ssl
Open

feat: add --crawl-ignore-ssl flag#77
Clausinho wants to merge 3 commits into
jimmc414:mainfrom
Clausinho:feature/ignore-ssl

Conversation

@Clausinho
Copy link
Copy Markdown

This PR adds a --crawl-ignore-ssl CLI argument to allow users to bypass SSL certificate verification errors during web crawling. This is useful for crawling sites with self-signed or invalid certificates.

Copilot AI review requested due to automatic review settings January 27, 2026 23:27
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds a --crawl-ignore-ssl flag to allow users to bypass SSL certificate verification errors during web crawling, which is useful for crawling sites with self-signed or invalid certificates.

Changes:

  • Added ignore_ssl attribute to the DocCrawler class configuration
  • Modified _init_session() to create an aiohttp.TCPConnector with SSL disabled when the flag is set
  • Added a warning message that displays when SSL verification is disabled
  • Added the --crawl-ignore-ssl CLI argument to the argument parser

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread onefilellm.py Outdated
Comment thread onefilellm.py Outdated
Clausinho and others added 2 commits January 28, 2026 00:56
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.

2 participants