Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to load #7

Closed
demiantres opened this issue Sep 2, 2019 · 5 comments
Closed

Fails to load #7

demiantres opened this issue Sep 2, 2019 · 5 comments

Comments

@demiantres
Copy link

demiantres commented Sep 2, 2019

qDebug() << QSslSocket::supportsSsl() << QSslSocket::sslLibraryBuildVersionString() << QSslSocket::sslLibraryVersionString();
produces:
D MyApp: false "OpenSSL 1.1.1b 26 Feb 2019" ""
for both armv7 and arm64 on Qt 5.13.1 snapshot.

@demiantres
Copy link
Author

Interestingly this one works: https://github.com/orangefour/android-openssl

@bog-dan-ro
Copy link
Collaborator

What android_openssl branch are you using ?

@demiantres
Copy link
Author

I am using the master branch. I also tried manually compiled 1.1.1b libraries produced with the build_ssl.sh script with the same result.

@bog-dan-ro
Copy link
Collaborator

bog-dan-ro commented Sep 2, 2019

I think the 5.13.1 snapshot is too old and it doesn't have the support, please wait for the next snapshot, or compile Qt from srcs.
5.12.5 snapshot from Aug. 23 should work with no problems.

@demiantres
Copy link
Author

Ok, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants