Add SSL certificate exception while proxy session via jmeter/burpsuite for an Android/iOS App

泪湿孤枕 提交于 2019-12-04 07:00:52

问题


I'm trying to record a session via Jmeter/Burpsuite for and Android or iOS App which interact with an HTTPS API requests e.g. https//api.server.com/login

We can add the exception of SSL if using a Browser, But how can we do so while doing proxy on App for Android/iOS.


回答1:


The easy way is sending the certificate to yourself by email, opening the email on the mobile device and installing the certificate using system dialog.

The certificate file is ApacheJMeterTemporaryRootCA.crt and it's being generated in the "bin" folder of your JMeter installation when you start HTTP(S) Test Script Recorder

As an alternative can also consider using Mobile Recorder service, in that case you will be automatically guided through dummy certificate installation process. Moreover, it can export JMeter tests in so-called "SmartJMX" mode - with automatic correlation applied so you won't have to waste your time on developing Regular Expressions to work around dynamic parameters



来源:https://stackoverflow.com/questions/38743816/add-ssl-certificate-exception-while-proxy-session-via-jmeter-burpsuite-for-an-an

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!