test(TLS 驗證): 補上憑證忽略行為測試
This commit is contained in:
@@ -48,4 +48,8 @@ describe('getLLMConfig', () => {
|
||||
assert.equal(agent.options.rejectUnauthorized, false);
|
||||
});
|
||||
|
||||
it('disables Node TLS certificate verification globally', () => {
|
||||
assert.equal(process.env.NODE_TLS_REJECT_UNAUTHORIZED, '0');
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user