Hi,
I am using Gatling 2.0 and Firefox 32. I had some difficulty to record an E-commence application. I set the http proxy as localhost and an unused port and was able to record the http part without any problem. When I also set SSL proxy with localhost and the unused port, I got the error like "An established connection was aborted by your host machine". If I bland out the SSL proxy setting in the browser, I only get the following for the process order
// 13_Process_Order
.exec(http("request_58")
.post(uri20 + """/""")
.body(RawFileBody("MXNoContract_request_0058.txt")))
.pause(14)
The file "MXNoContract_request_0058.txt" is not a text file, it is SSL encoded file and it not readable.
The question here is what is the correct setting in the browser for recording https. what setting to put for SSL proxy row? Any input for the Socket Host row also? Thank you.