What is the difference between two Credential use options “VPN and apps” vs “Wifi” when installing a custom certificate on an Android emulator?

落花浮王杯 提交于 2019-12-04 15:02:03

问题


I'm trying to install a Charles Certificate on an Android emulator and I noticed that there are two Credential use options: "VPN and apps" and "Wi-Fi".

I've tried looking around for explanations regarding to the two options, but the one I've found simply say "pick one that fits your use case."
What is the difference between the two options? Which one should a developer pick?


回答1:


The WiFi option is for authentication WiFi networks, while VPN and apps is for authenticating certificates for SSL/TLS communication for apps including the browser.

I can also confirm that VPN and apps is the right choice for proxying HTTPS requests for an Android device in Charles.

You can use digital certificates to identify your device for a variety of purposes, including VPN or Wi-Fi network access as well as authentication to servers by apps such as Email or Chrome. If you plan to use certificates for Wi-Fi authentication, be sure to select the Wi-Fi option from the menu described below.

Source: https://support.google.com/nexus/answer/2844832?hl=en



来源:https://stackoverflow.com/questions/29356816/what-is-the-difference-between-two-credential-use-options-vpn-and-apps-vs-wif

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