Example config - `const instance = autocannon({ url: 'https://localhost:8080', connection: 10, workers: 3, tlsOptions: { pfx: fs.readFileSync('path/of/p12/keystore') passphrase: 'test' } }` When I use this config. I get 'Error: Unable to load PFX certificate' This config works when I don't use 'workers' option.