Skip to content

Add SSL verification disablement for KPMG and Segula scraper requests#676

Merged
lalalaurentiu merged 1 commit intopeviitor-ro:mainfrom
lalalaurentiu:main
Feb 6, 2026
Merged

Add SSL verification disablement for KPMG and Segula scraper requests#676
lalalaurentiu merged 1 commit intopeviitor-ro:mainfrom
lalalaurentiu:main

Conversation

@lalalaurentiu
Copy link
Collaborator

This pull request updates how HTTP requests are made in the kpmg.py and segula.py scrapers by disabling SSL certificate verification. This change may be necessary if the target APIs have misconfigured or self-signed SSL certificates.

Network request changes:

  • sites/kpmg.py: Added the verify=False parameter to the scraper.post call, disabling SSL certificate verification when posting to the API.
  • sites/segula.py: Added the verify=False parameter to the scraper.post call, disabling SSL certificate verification for requests to the Segula API.

@lalalaurentiu lalalaurentiu merged commit af42b60 into peviitor-ro:main Feb 6, 2026
1 check passed
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