mirror of
https://github.com/diced/zipline.git
synced 2025-12-12 15:50:11 -08:00
fix: allow unauthorized certs s3
This commit is contained in:
@@ -55,6 +55,7 @@ export class S3Datasource extends Datasource {
|
|||||||
httpsAgent: new HttpsAgent({
|
httpsAgent: new HttpsAgent({
|
||||||
maxSockets: 1000,
|
maxSockets: 1000,
|
||||||
keepAlive: true,
|
keepAlive: true,
|
||||||
|
rejectUnauthorized: false,
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user