Need to have a method to disable SSL Verification
Open
- Dominant language
- Python
- Stars
- 7.5k
- Forks
- 1.4k
- Avg merge
- 3d 15h
- Merged PRs (30d)
- 11
Description
My work device has a mandatory TLS Interception enabled. There's no way around it, so normally with requests or other Python libraries, I just use some equivalent of "verify=False".
I tried editing kaggle\configuration.py to set self.verify_ssl to True, but this had no effect.
Without this feature, the Kaggle-API is no use on corporate-managed devices, as it just throws a certificate verification error and doesn't allow the download.
Contributor guide
Assessment
This issue has not been assessed yet.