Commit 8229f70
committed
Add SSL verification bypass option via GIT_SSL_NO_VERIFY environment variable
- Add GIT_SSL_NO_VERIFY env var support (1/true/yes/on) to disable SSL cert checks during git clone
- Monkey-patch urllib3.PoolManager to set cert_reqs=CERT_NONE when SSL verification is disabled
- Suppress InsecureRequestWarning when SSL verification is bypassed
- Restore original PoolManager in finally block to avoid side effects
- Add urllib3 to dependencies list in README
- Run ruff format across entire codebase (1 parent e2777e7 commit 8229f70
4 files changed
Lines changed: 198 additions & 73 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| |||
0 commit comments