Hi, That page is only for adding OpenSSL support to Qt SDK. If you're building Qt yourself, then you need to add "-openssl -I /path/to/openssl/headres" to configure params.
Yours, BogDan. On Wednesday 15 June 2016 13:28:39 Fabrice Salvaire wrote: > Dear All, > > I tried to follow http://doc.qt.io/qt-5/opensslsupport.html but I > couldn't succeed to have https working on Android. > > It seems this note is not up to date for 5.6 and later. > > Apparently Qt configure disables the OpenSSL Qt code due to the > cross-compilation environment and if I try to force the OpenSSL library > using the options I get a conflict with boringssl from webengine. > > I believe most devices have an openssl system library as on Linux (which > should be boringssl on Android ?). Thus it should be just a > configuration/cross-compilation issue. > > That is quite annoying since https is mandatory for some network services. > > Sincerely yours, > > Fabrice > > > _______________________________________________ > Development mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/development _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
