Answered question

How to solve SSL_ERROR_RX_RECORD_TOO_LONG when trying to record site?

I am trying to record a website. Whem opening it in Firefox it works fine. But when i start Firefox to record and open the page it says: "SSL_ERROR_RX_RECORD_TOO_LONG".. I found two possible sollutions on this forum, i tried both, but i still get the error.

http://answers.neotys.com/questions/1105390-ssl-error-rx-record-error-occurring-recording -> Does not help for me
http://answers.neotys.com/questions/1092624-recording-ssl-firefox -> Does not help for me

It is a TLS 1.2 secure connection.

Patrick Z.
Patrick Z.

Patrick Z.

Level
1
232 / 750
points
Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

Ok by default NeoLoad has the SNI option enabled on the JVM but  it seems that your server is not properly configured and so the hostname sent is not correct.

You can disable it on NeoLoad by editing the <install_dir>\bin\NeoLoadGUI.vmoptions file.

Change the option from "-Djsse.enableSNIExtension=true" to "-Djsse.enableSNIExtension=false".

Restart NeoLoad and that should do the trick.

 

Did you find this useful ?

No (0)

Yes (1)

100%

100% of users found this answer useful

Other answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

The best way to figure out what happens is to manually create your request in NeoLoad.

To do so, create an HTTP server with the server information like SSL and port.

Then create a page and use that server. Then run a check virtual user.

You should get a more meaningful error message.

Patrick Z.
Patrick Z.

Patrick Z.

Level
1
232 / 750
points

Then i get the error:
Error detected by NeoLoad
Error Code: NL-NETWORK-01 Message: Network error: An IO error occurred sending the request. Details: javax.net.ssl.SSLProtocolException: handshake alert: unrecognized_name
Please refer to the documentation for further details and advice