This is my first post and I\'m going to try to do my best to be as clear as possible (sorry for my english).
Here is my trouble, I\'m using retrofit:1.9.0 and okhttp
If you are using OkHttpClient use
OkHttpClient.Builder client = new OkHttpClient.Builder(); client.connectionSpecs(Arrays.asList(ConnectionSpec.COMPATIBLE_TLS));
And the do client.build() when setting your client.