Commit f32f588
Grok Compression
CurlFetcher: also accept GRK_CURL_ALLOW_INSECURE for SSL bypass
CurlFetcher's auth() only checked GRK_HTTP_UNSAFESSL while S3Fetcher
checked GRK_CURL_ALLOW_INSECURE, causing direct HTTPS URLs to fail
with SSL errors when only GRK_CURL_ALLOW_INSECURE was set. Now both
env vars work in both code paths.1 parent 72c53fe commit f32f588
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
561 | 561 | | |
562 | 562 | | |
563 | 563 | | |
564 | | - | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
565 | 567 | | |
566 | 568 | | |
567 | 569 | | |
| |||
0 commit comments