vikasdhar / exchangeit

Automatically exported from code.google.com/p/exchangeit
0 stars 0 forks source link

OLWA Server with self issued security certificate #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Accessing OLWA server with a self issued security certificate
2.
3.

What is the expected output? What do you see instead?
Dialog box: Caught IO Exception: Not trusted server certificate

What version of the product are you using? On what operating system?
Android (G1)

Please provide any additional information below.
Just a suggestion to permit access to OLWA servers with self issued certs 
or permit such access based on user selection.

Original issue reported on code.google.com by ggemign...@gmail.com on 18 Nov 2008 at 5:19

GoogleCodeExporter commented 9 years ago
Unfortunately the only real way to do this with HttpClient is to be able to add 
certs 
to the keystore, and this appears to be something that android doesn't allow.  
I've 
taken a couple of deep dives on this, and haven't come up with anything.

It seems to be a popular request, though, so hopefully someone will come up 
with a 
solution eventually that I can re-use.

Marking wont fix for now, I'll keep an eye on the developers list and will 
re-open if 
new info becomes available.

Original comment by byar...@gmail.com on 21 Nov 2008 at 8:35