AnishVohra

Results 1 issues of AnishVohra

I am trying to pass certificate (cert.pem and key.key) in the chakram.get using the following options: var config = { agentOptions : { key: fs.readFileSync(certfilePath), cert: fs.readFileSync(keyfilePath), Passphrase: passPhrase, securityOptions:...