[Interest] Ignore SSL errors on Android 6.0+

Thiago Macieira thiago.macieira at intel.com
Tue Mar 28 18:09:34 CEST 2017


Em terça-feira, 28 de março de 2017, às 08:02:46 PDT, Jan 'Koviš' Struhár 
escreveu:
> On 03/28/2017 09:10 AM, Thiago Macieira wrote:
> > Em segunda-feira, 27 de março de 2017, às 23:58:32 PDT, Jan 'Koviš'
> > Struhár
> > 
> > escreveu:
> >> my mobile app using QNetworkAccessManager to access
> >> https://www.webnotes.cz
> > 
> > That website isn't working. Tried curl in the command-line:
> That goes without asking that the website is misconfigured.
> My point is that I do not know how to ignore the misconfiguration with
> Qt/C++ with Android 6.0+.
> Native Java can be set to ignore it, webbrowser (chrome) complains but
> can override the misconfiguration. Android 4.x works well.
> 
> I was just curious if somebody might know the trick.
> Maybe I'd better to file a JIRA bug...

It's an OpenSSL problem. If you can figure out how to make OpenSSL connect, we 
may have a way with the Qt wrapper around it.

You can ignore SSL authentication errors, you can't ignore protocol or 
encryption errors.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center



More information about the Interest mailing list