Replies: 4 comments 5 replies
-
|
hi @vuonga000 👋 Artillery expects the contents of |
Beta Was this translation helpful? Give feedback.
-
|
Hi @hassy 👋 Thanks for the reply! I tried replacing with the key and cert values and got the same failures. :( There's no error message, though, is this a feature I need to turn on? Is there anything else I should try that you can suggest? Thanks, |
Beta Was this translation helpful? Give feedback.
-
|
Hey @hassy , thanks again for the quick reply! So the contents of the files is a block of alphanumeric characters (guessing it's encrypted), passing that exactly doesn't seem to work. I also tried testing after removing all newlines so it's one long string and that didn't work either. I did this in a Notepad. |
Beta Was this translation helpful? Give feedback.
-
|
So in case anyone in the future goes looking for how to setup mTLS for Artillery, the above is no longer the way to do it. By painstakingly debugging into Artillery's request ssl negotiation, into the Got library's @hassy the docs around this could use an update, they're quite misleading. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying out Artillery for the first time and I managed to get Artillery to work on an unsecured API. However, I want to test the performance of a secured one. The secured API has mTLS (.key and .pem files) and an API key.
I am able to perform a curl command with this setup and I get a response, so it's not the API that is the problem.
Could someone point out what I have wrong with my code, please?
After running the code, I get the following failed output:
Any help would be greatly appreciated.
Thanks,
Andrew
Beta Was this translation helpful? Give feedback.
All reactions