You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-11-01T06:59:18.324Z http RequestError: error:1E08010C:DECODER routines::unsupported
at Request._makeRequest (C:\eplatform\tools\node\v18\node_modules\artillery\node_modules\got\dist\source\core\index.js:1191:19)
at C:\eplatform\tools\node\v18\node_modules\artillery\node_modules\got\dist\source\core\index.js:334:28
at setKey (node:internal/tls/secure-context:93:11)
at configSecureContext (node:internal/tls/secure-context:200:7)
at Object.createSecureContext (node:_tls_common:117:3)
at Object.connect (node:_tls_wrap:1750:48)
at HttpsAgent.createConnection (node:https:158:22)
at HttpsAgent.createConnection (C:\eplatform\tools\node\v18\node_modules\artillery\node_modules\agentkeepalive\lib\https_agent.js:29:49)
at HttpsAgent.createSocket (node:_http_agent:341:26)
at HttpsAgent.addRequest (node:_http_agent:288:10)
at new ClientRequest (node:_http_client:342:16)
at request (node:https:366:10)
errors.ERR_OSSL_UNSUPPORTED: ................................................... 1
vusers.created: ................................................................ 1
vusers.created_by_name.0: ...................................................... 1
vusers.failed: ................................................................. 1
Request / Certificate / pem is ok with:
a) Postman
b) Artillery using customer.js, customer.js reads cert and key
Error:
ERR_OSSL_UNSUPPORTED
Topic
Client Certificate, mTLS,
I need to set Client Certificate
VERSION INFO:
Artillery: 2.0.21
Node.js: v18.20.2
OS: win32
Running this command:
artillery run _test4OpenSSLError.yaml
I expected to see this happen:
return Http200
Please validate:
key: 'C:\temp\mypem-key.pem'
cert: 'C:\temp\mypem-cert.pem'
Instead, this happened:
Request / Certificate / pem is ok with:
a) Postman
b) Artillery using customer.js, customer.js reads cert and key
Files being used:
The text was updated successfully, but these errors were encountered: