In Jmeter, I am facing issues with SSL identification when tried to record the traffic on my mobile application. Error message I am getting is Problem with SSL certificate for url for XXXXXXXX Ensure browser is set to accept the JMeter proxy cert: Received fatal alert: certificate_unknown
I have already tried Installing dummy Jmeter certificate in mobile, by referring this link. But it didnt work.
Some information about my apps
1) My application is on http layer, but during login process its referring some third party apis which are on https layer
2) Jmeter is getting stuck at the page where we are referring facebook, twitter and some other third party plugins. And the error page in Jmeter displaying certificate unknown against each of those plugins.
Experts, please throw some light.