Skip to content Skip to sidebar Skip to footer
Showing posts with the label Https

How Can I Add A Ssl Certificate On My Apk?

I am trying to make a connection to an https url. The problem that I am facing is that when I am tr… Read more How Can I Add A Ssl Certificate On My Apk?

Provide Own Root-certificate For Https-connection?

currently my app connects to a (special) webserver via HTTP to retrieve some data from there via GE… Read more Provide Own Root-certificate For Https-connection?

Https Post In Android 4.0

I am testing a https post on android , I have 2 android devices, this code perfectly worked on my 2… Read more Https Post In Android 4.0

Ibm Worklight 6.0 - Native Android App Unable To Connect When Using Https

I have a simple Android Hybrid and Native Application developed using Worklight 6.0. Over http both… Read more Ibm Worklight 6.0 - Native Android App Unable To Connect When Using Https

Android Https Web Service Communication (ssl / Tls 1.2)

In my Android application I've got to communicate with a https web service and read the respons… Read more Android Https Web Service Communication (ssl / Tls 1.2)

Https Request, Authentication In Android

I am currently trying to authenticate with a server via a http Get call. The code provided below wo… Read more Https Request, Authentication In Android

Android Use A Ksoap2 Request With Https

I have a problem to use a soap request with my app android. I use Ksoap2 library. this is my code: … Read more Android Use A Ksoap2 Request With Https

Java.io.ioexception: Stream Was Reset: Refused_stream On Several Devices

I'm using Retrofit 1.9 in my Android app. Server is on Django with Nginx, HTTPS with HTTP 2. Ce… Read more Java.io.ioexception: Stream Was Reset: Refused_stream On Several Devices