-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Labels
BugA code defect that needs to be fixed.A code defect that needs to be fixed.
Description
In createHost
additional agentOptions
can be passed to configure undici (
Line 62 in c13259a
function createHost(arangojsHostUrl: string, agentOptions?: any): Host { |
References, where createHost
is called:
Line 1019 in c13259a
this._hosts.push(...newUrls.map((url) => createHost(url))); Line 996 in c13259a
return createHost(url);
As you can easily spot in the functions, that call createHost, they already lack the additional parameters. Took some time to get down to this as I want to allow self signed certs and couldn't figure out why it fails, although I passed the params in every possible way and combination.
robross0606
Metadata
Metadata
Assignees
Labels
BugA code defect that needs to be fixed.A code defect that needs to be fixed.