Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for TLS v1.2 in Android #32

Closed
jpmens opened this issue Feb 5, 2014 · 5 comments
Closed

Support for TLS v1.2 in Android #32

jpmens opened this issue Feb 5, 2014 · 5 comments

Comments

@jpmens
Copy link
Member

jpmens commented Feb 5, 2014

Test wether Android will connect to a TLS v1.2 broker.

@hoalex
Copy link

hoalex commented Feb 9, 2014

I just tested communication with the Android and iOS app to my mosquitto-server (v1.2.3).

Under iOS, owntracks is able to connect to TLS v1, v1.1 and v1.2.
Under Android, owntracks can only connect to TLS v1. Trying to connect when using v1.1 oder v1.2 results in the following error:

OpenSSL Error: error:1408A10B:SSL routines:SSL3_GET_CLIENT_HELLO:wrong version number

@jpmens
Copy link
Member Author

jpmens commented Feb 9, 2014

Thank you @hoalex for doing this!

I hope @binarybucks finds a solution.

@binarybucks
Copy link

Theoretically Android 4.4.2 supports TLSv1.2 but the Paho client doesn't
seem to

com.ibm.ssl.protocolOne of: SSL, SSLv3, TLS, TLSv1, SSL_TLS.

I can work around this by using my own SSL socket factory like I do when
using custom TLS certs. I'll have to look into this.

On Sun, Feb 9, 2014 at 1:58 PM, JP Mens notifications@github.com wrote:

Thank you @hoalex https://github.com/hoalex for doing this!

I hope @binarybucks https://github.com/binarybucks finds a solution.


Reply to this email directly or view it on GitHubhttps://github.com//issues/32#issuecomment-34573115
.

Mit freundlichen Grüßen / With kind regards
Alexander Rust

@jpmens
Copy link
Member Author

jpmens commented Feb 9, 2014

Ticket renamed

@binarybucks
Copy link

Seems to be working.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants