Ignore SSL certificate check

Hi,

Is there a way to ignore SSL certificate check with Gatling for Websockets/HTTP?

Python equivalent: ws.run_forever(sslopt={“cert_reqs”: ssl.CERT_NONE})

Thanks!