Hi,
I am new to Gatling. I ran a simple test - opening the homepage of application. I get the following error when I run my Gatling test.
[ERROR] i.g.r.h.h.u.HttpsUserHandler - Handshake failure with font
.googleapis.com/216.58.192.170:443
java.nio.channels.ClosedChannelException: null
at io.netty.handler.ssl.SslHandler.channelInactive(…)(Unknown Source)
[ERROR] i.g.r.h.h.u.HttpsUserHandler - Handshake failure with clie
ts4.google.com/216.58.192.174:443
java.nio.channels.ClosedChannelException: null
at io.netty.handler.ssl.SslHandler.channelInactive(…)(Unknown Source)
Can someone help me understand this?