Example of performing Https request to server with self-signed certificate.
AndroidHttpsRequestExample is hosted in the following web site
https://github.com/aolszak/AndroidHttpsRequestExample
If you think the Android project AndroidHttpsRequestExample listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of AndroidHttpsRequestExample.
Item | Value |
---|---|
Java File Count | 3 |
Activity Count | 1 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
AndroidHttpsRequestExample has the following Java source files.
com.sznur.httpsrequestexample.ApplicationTest.java com.sznur.httpsrequestexample.ExSSLSocketFactory.java com.sznur.httpsrequestexample.Main.java