Open
Description
In createHost
additional agentOptions
can be passed to configure undici (
Line 62 in c13259a
References, where createHost
is called:
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.