Hi,
i am using gatling tool for recording for one of my application website, but on the cosole i am getting bunch of errors list displayed at the end,
Configurations i am using are:
- Accessing application website using vpn connection
- Exception Certificate is added to the firefox (Using firefox for recording)
- Proxy - Localhost 8000
- HTTPS Mode - Self Signed Certificate
11:01:25.843 [ERROR] i.g.r.h.f.SecuredNoProxyMitmActor - Connect failure with Remote(stats.manticoretechnology.com,443)
java.net.UnknownHostException: This is usually a temporary error during hostname resolution and means that the local server did not receive a response
from an authoritative server (stats.manticoretechnology.com)
11:01:26.319 [WARN ] i.n.c.DefaultChannelPipeline - An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means
the last handler in the pipeline did not handle the exception.
javax.net.ssl.SSLException: Received fatal alert: bad_certificate
11:04:03.817 [WARN ] i.n.c.DefaultChannelPipeline - An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means
the last handler in the pipeline did not handle the exception.
javax.crypto.AEADBadTagException: Tag mismatch!
If i continue to record script with these warnings, at the end when i open scala file then it seems that transactions are not recorded at all.
Please help me identifying whats wrong,
Thanks,
Mohini Nemade