Re: [guardian-dev] help with netcipher

2017-01-21 Thread arrase
Ouch! I was not printing the trace maybe I should take a break but I'm so close ... thanks :) El 21 ene. 2017 22:01, "Mark Murphy" escribió: > On Sat, Jan 21, 2017, at 15:49, arrase wrote: > > And then is called: > > > > public void

Re: [guardian-dev] help with netcipher

2017-01-21 Thread Mark Murphy
On Sat, Jan 21, 2017, at 15:49, arrase wrote: > And then is called: > > public void onConnectionException(Exception e) What does the stack trace associated with the exception tell you? -- Mark Murphy (a Commons Guy) https://commonsware.com | https://github.com/commonsguy

[guardian-dev] help with netcipher

2017-01-21 Thread arrase
Hi, I am fighting with StrongBuilder, currently he wins :) . What is the correct way to use StrongBuilder + OkHttpClient? After calling: try { StrongOkHttpClientBuilder .forMaxSecurity(this) .build(this); }