Relative Content

Tag Archive for androidqtopenssl

How do I fix HTTPS requests not working with ‘android_openssl’?

I’m working on an Android app using Qt. I need to download a file from an HTTPS URL. App developers must now ship their own copy of OpenSSL. The easiest way I’ve found to do this is with the android_openssl project. This theoretically provides Qt with a usable TLS backend to use for downloading files from HTTPS servers.