This PR is a workaround for the SSL configuration of the https://ody.dekalbcountyga.gov website. The scraper fails to run because the site returns an incomplete certificate chain. Python's Requests package does not download intermediate certificates and is therefore unable to verify the certificate. With this patch the request is not verified, warnings are printed, and the scrape task continues.
This PR is a workaround for the SSL configuration of the
https://ody.dekalbcountyga.gov
website. The scraper fails to run because the site returns an incomplete certificate chain. Python's Requests package does not download intermediate certificates and is therefore unable to verify the certificate. With this patch the request is not verified, warnings are printed, and the scrape task continues.