Kaggle / Kaggle/kaggle-cli

Need to have a method to disable SSL Verification

Open
#309 3 comments 6 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.