I am hoping to use Neoload to performance test an application that uses SSL client certificates to authenticate users.
I uploaded the SSL client for a user following the instructions here (https://www.neotys.com/documents/doc/neoload/3.2.x/en/htm...) and it is working wonderfully for all the https requests.
However on checking a recorded user pathway all the websocket requests are failing. After a bit of investigation it was found that the SSL client certificate was not being sent as part of the websocket request.
I've had a bit of a play around and done some Googling but can't seem to find out how to include the SSL client certificate as part of the websocket request. Does anyone know if I have missed some obvious config or if this is actually possible, I can't seem to find reference to anyone having a similar issue?