Hi,
I am getting error while recording https application. I am using Neoload 7.0 for recording.
The application uses below SSL:
TLS 1.2
TLS_RSA_WITH_3DES_EDE_CBC_SHA
112 bit keys.
PFB the Neoload Log,
2019/09/25 20:29:47 WARN - com.neotys.net.proxy.f.h: Exception during the recording 41 javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at sun.security.ssl.Alerts.getSSLException(Alerts.java:203)
at sun.security.ssl.Alerts.getSSLException(Alerts.java:162)
at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2023)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1125)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
at com.neotys.net.proxy.d.i.a(i.java:35)
at java.lang.Thread.run(Thread.java:745)