Tagged Questions
-1
votes
0answers
30 views
Android - Ask user to accept self-signed SSL Certificate
I am developing an app and i have some php services in my server which i use to query my database. I dont want the http requests to be sent as "cleartext". For this reason i have created a self-signed ...
5
votes
3answers
1k views
Android SSL HTTP Request using self signed cert and CA
I have an android application that is connecting to an SSL web service that we host. The Web server is apache and has its own CA that we created and a self signed SSL certificate.
I have imported ...
0
votes
0answers
64 views
How to check Fingerprint of self-signed SSL Certificate on Android?
I have a self-signed SSL Certificate and an Android App that should only trust this one specific Certificate. I use the solution from HTTPS and self-signed certificate issue to accept all ...
0
votes
1answer
776 views
Spring RestTemplate I/O error: No peer certificate
I always get the same error whens try to get a https resource:
org.springframework.web.client.ResourceAccessException: I/O error: No peer certificate; nested exception is ...
1
vote
0answers
113 views
using self signed certificate on mobile data plan
Short story: I am experiencing different android app behaviors based on whether I'm on wireless or mobile data. This looks related to using https with self signed certificate.
Long story: I have a ...
0
votes
0answers
55 views
Android-WampServer self-signed HTTPS - possibility of unauthorized access
I couldn't find an simple answer to my problem, but if it exists already please accept my apologies :)
I am a beginner and I am working on a little Android app that uses MySQL DB in local network ...
1
vote
1answer
451 views
Signed App cant install on low end tablet
Hi guys, I know most of people faced the problem same like me.
But I still cant solve this problems.
I had build android app and this app is using Google Map API and Google Places API.
I had signed my ...
-2
votes
1answer
136 views
Android - HTTP GET SELF SIGNED [duplicate]
Possible Duplicate:
How do I accept a self-signed certificate with a Java HttpsURLConnection?
I have set up a HTTP GET.
The code is as follows:
public class GetMethodEx {
public String ...
4
votes
1answer
688 views
Android kSOAP2 SSL self-signed certificates “Security Requirements not met - No Security header in message”
there is a problem connecting to the SSL WebServices Apache Tomcat, Java SE client connects fine, but the Android client does not want to connect and displays one of the following errors: 1. "Security ...
2
votes
1answer
2k views
AJAX Requests to Self-Signed HTTPS Resources in Cordova/PhoneGap 2.1.0 Android Apps
I am trying to implement the workaround provided by Chris found here to allow a PhoneGap/Cordova-built Android app to make AJAX HTTPS requests to a server with a self-signed SSL certificate. I am ...
2
votes
1answer
222 views
Android application with SSL
I know that this particular topic was asked many times, but unfortunately in my case none of them are working. For past few days I was trying to get it to functional state, but I failed every time, so ...
0
votes
1answer
215 views
Pack a certificate containing the private key in .apk on download
I'm developing an android application that uses self-signed certificates with a private key to authenticate a secure connection which is needed to transfer data to the application (using httpclient). ...
0
votes
0answers
149 views
Android ** 2.2 ** SSL self signed certificates workarround?
After looking a while how I could solve my problem, I wonder if it is actually possible...
It seems ssl on android 2.2 is broken for good...
Has anyone have an idea on how to get it work with self ...
0
votes
2answers
250 views
Amazon App Store Submission for a App which uses a self-signed certficate for SSL
We are submitting an android app to Amazon app store, it was rejected once because our app wasn't using an secure connection for Sign-In/Sign-up requests.
Our concern is, if we use a self-signed ...
1
vote
0answers
256 views
how do we allow WebView to accept Self-Signed (internal) Certificates?
Android WebView with https Url shows blank/empty page. So how do we allow WebView to accept Self-Signed (internal) Certificates?
0
votes
2answers
2k views
HTTPS From Android Application
I'm trying to make Https connections on the Android phones, using HttpClient. Since the certificate is self-signed I keep getting "javax.net.ssl.SSLException: Not trusted server certificate".
Please ...
2
votes
2answers
1k views
How can I connect to a mail server using IMAP over SSL in android?
I need to establish the Connection with MailServer (Custom Mail server). Whenever I tried to connect it throws the javax.net.SSLException, Not trusted server certificate exception.
I don,t know how ...
1
vote
1answer
5k views
android mapview not working
This is killing me!!!
I seem to have done all I need to do but it just wont work!
here is what i did:
-created a keystore using keytool:
$ keytool -genkey -v -keystore PADReleaseKey.keystore ...
31
votes
7answers
39k views
unsigned APK can not be installed
I am trying to distribute my application to some people for testing.
I have installed it on my Desire directly from eclipse and it works fine.
To create an APK-file, I choose "Export Unsigned ...
5
votes
1answer
172 views
Android Signed Apps
I am trying to publish an app which can be used by other applications (meaning others apps can invoke my application to do some service for them). However I see that when I sign my app using my ...
3
votes
2answers
11k views
Android DefaultHttpClient accept all certificates for SSL session help
I am attempting to connect to a local HTTPS server using the apache DefaultHttpClient on a Android device.
DefaultHttpClient httpclient = new DefaultHttpClient();
HttpPost httppost = new ...
5
votes
2answers
16k views
HTTPS with Self-Signed SSL Certificate Issues… Solution or better way?
All I need to do is download some basic text-based and image files from a web server that has a self-signed SSL certificate.
I have been trying to figure out how to use HttpClient to do this, but ...
24
votes
7answers
44k views
Self Signed SSL acceptance Android
I've looked everywhere on the internet and while some people claim to have found the solution, it either does not work or there is no sample code to back it up.
Does anyone know how to accept a self ...