Answered question

Recording with https hosted javascript ERR_INSECURE_RESPONSE

I'm testing against a website that has javascript hosted on a third party https location.
When I browse the website, I get the option to click advanced and proceed, but the javascript et al does not give me the option to continue and because of this breaks the functionality of the site.

I've added the neoload ca certificate to my trusted root - and can view it there.
Done a few other bits that I've found after searching on the Internet. Nothing is working and we can't see how to get around this.

ERR_INSECURE_RESPONSE is the message chrome shows in dev tools.

Russell P.
Russell P.

Russell P.

Level
0
11 / 100
points
Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

This "ERR_INSECURE_RESPONSE" message seems still related to certificate error. If you record any HTTPS website with NeoLoad do you get certificate warning from the browser? For example you can try with gmail.com.

 

Did you find this useful ?

No (0)

Yes (0)

0% of users found this answer useful

Other answers

Russell P.
Russell P.

Russell P.

Level
0
11 / 100
points

Yes, I do. But I have confirmed the CA is added to my trusted CA root.

If I record any https website, I can click proceed, so this hasn't been a problem before.

Edit: found that the certificate we are told to use was the incorrect certificate. Basically, just exported the certificate that was being blocked and imported that into the trusted root and that resolved the issue.