Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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".

enter image description here

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?

like image 299
Some Noob Student Avatar asked Mar 30 '15 21:03

Some Noob Student


People also ask

What is CA certificate in WIFI Android?

Server certificate validation is a security feature of WPA2-Enterprise that makes devices check the identity of a server before they attempt to authenticate to a network. Devices are able to verify the server by checking the CA (Certificate Authority) that signs the RADIUS server and confirming that it is trusted.


1 Answers

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

like image 154
soroushjp Avatar answered Sep 29 '22 23:09

soroushjp