Hi,
I am receiving an SSL handshake unrecognized_name error when using an
SSL cert which is configured in the keystore block of gatling.conf.
keyStore {
type = "pkcs12" # Type of SSLContext's KeyManagers store
file = "/etc/pki/tls/private/client.p12" # Location of
SSLContext's KeyManagers store
password = “*******” # Password for SSLContext's KeyManagers store
}
After Googling, it looks like I may need to pass the Java option:
"java -Djsse.enableSNIExtension=false"
Could anyone tell me how I set a Java option for one particular script
using gatling-sbt?
Many Thanks
Aidy