Unable to record transactions

Hi all,

Am new to gatling. I tried to record a script using the sample recording documentation provided in https://github.com/excilys/gatling/wiki/Recorder . But the script is not getting recorded. Mine is an https application.
These are the screen shots of the recordings and the proxy settings that i have modified in the browser according to the requirement.

Am unable to understand properly regd the signing of certificate if we are trying to record an https application given in https://github.com/excilys/gatling/wiki/Recorder.

Can any one please provide me a sample documentation on how to record, using a simple example? Am running recorder.bat in windows.

Thanks & Regards
Y Ramya

Hi,

In the proxy configuration window, there should be a “No Proxy For” setting, which contains “localhost” by default.
You’ll have to remove localhost from “No Proxy For” or the Recorder won’t be able to see what you’re doing in your browser.
Moreover, as you’re trying to record browsing from an HTTPS application, you should have a look at this part of the Recorder documentation : https://github.com/excilys/gatling/wiki/Recorder#wiki-https

Cheers,

Pierre