For a given request and response I would like to determine what version of TLS has been used, and if the request was secure, meaning that https was used.
I have tried using the karate.prevRequest but it is not working, responseHeaders does not have any information either and I have added '* configure ssl = true' in the background