SSL session cache

Hi,

I am relatively new to Gatling, but liked the tool approach very much. I ant to know does Gatling support SSL session cache. It is supported in JMeter and is very much useful to test if Server application under test is designed to maintain SSL cache.

I tried to find if async-http-client supports this, but not able to get much info.

Thanks,
Prashant

Hi,

You can look at the configuration file (https://github.com/excilys/gatling/blob/master/gatling-bundle/src/main/assembly/assembly-structure/conf/gatling.conf), there is this following line:


		#allowSslConnectionPool = true

Cheers
Nicolas

Thanks. I will have a look at it.