The Department of Justice OIG website has been moved to its own subdomain, and migrated to HTTPS. The scraper will need some TLC, since the base URL has changed.
Unfortunately, the server only supports TLS_RSA_WITH_RC4_128_SHA, which is already deprecated. Newer versions of urllib3 (since 1.10.2) don't support RC4 by default. Options for a workaround are downgrading, this, and shazow/urllib3#617.
The Department of Justice OIG website has been moved to its own subdomain, and migrated to HTTPS. The scraper will need some TLC, since the base URL has changed.
Unfortunately, the server only supports TLS_RSA_WITH_RC4_128_SHA, which is already deprecated. Newer versions of urllib3 (since 1.10.2) don't support RC4 by default. Options for a workaround are downgrading, this, and shazow/urllib3#617.