On Fri, Feb 3, 2012 at 6:14 PM, Kosmo Kosmorum <elko...@gmail.com> wrote:
> I'm developing an android application which communicates with a web
> server. We use HTTPS for this communication and we have also a client
> certificate inside the android application for authentication.
>
> We created SSL certificates using ECC (ANSI x9.62) in order to have
> very small certificates so we can reduce the transmission cost during
> handshake.
>
....
>
> The problem is that when we try to connect we have errors like:
>
> E/NativeCrypto(4744): Unknown error 5 during connect
> W/System.err(4744): java.io.IOException: SSL handshake failure: I/O
> error during system call, Connection reset by peer

Does it work with other clients? What does the server log say?
What is the Android version you are using? Most build prior to
ICS don't support EC, so that is probably your problem.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to