How do I specify that specific certificate in the gatling.conf?
My recorder window says:
‘secured hosts requiring accepting a certificate’: https://github.com:443 (in red letters)
and my console says:
22:40:25.403 [ERROR] i.g.r.h.h.u.HttpsUserHandler - IOException Broken pipe, did you accept the certificate for https://github.com:443?
22:40:26.108 [ERROR] i.g.r.h.h.u.HttpsUserHandler - IOException Broken pipe, did you accept the certificate for https://github.com:443?
Started the recorder and chose HAR converter mode in the top of the recorder
Pressed ‘Start’ on the recorder
Then I get ‘Succsessfully converted HAR file to a Gatling Simulation’
But now I am not sure how to proceed. Do I change back to 'HTTP Proxy" in the Recorder mode and keep in recording my navigation on the github site?
If I do stop the recording after the ‘Succsessfully converted HAR file to a Gatling Simulation’ I do not get a RecordedSimulation.
Ok, so if I start dev tools in google chrome and navigate around on the https://github.com site and save alle the requests and responses into a HAR file.
Question: how di I save “all the requests into a HAR”
Then start the recorder and select ‘Recorder mode’ and HAR converter, and locate the file and load it in getting a successful message.
Then the script will automagically create a runnable simulation?