Protocol https unknown with QQNetworkAccessManager
-
wrote on 9 Feb 2018, 10:50 last edited by
When i try to send a post request with Qt5.5 in debian (raspbian) machine.
The error "Protocol https unknown" is displayed.To solve this problem i try to :
- install libssl-dev
- install openssl
- copy libcrypto.so and libssl.so to /usr/lib
but he problem persist.
Do you have some idea ?
-
When i try to send a post request with Qt5.5 in debian (raspbian) machine.
The error "Protocol https unknown" is displayed.To solve this problem i try to :
- install libssl-dev
- install openssl
- copy libcrypto.so and libssl.so to /usr/lib
but he problem persist.
Do you have some idea ?
@Snyfir Why don't you simply install OpenSSL package from Debian?
-
@jsulm
That's what i do with "sudo apt-get install openssl", but it doesn't change anything.@Snyfir I was wondering why you copy the libs to /usr/lib?
-
wrote on 9 Feb 2018, 12:28 last edited by
-
-
Hi,
What version of Raspbian are you using ? Did you check what version of OpenSSL you did install ?
-
Hi,
What version of Raspbian are you using ? Did you check what version of OpenSSL you did install ?
-
wrote on 10 Feb 2018, 09:04 last edited by
In the config.summary of Qtbase i have:
Networking:
getaddrinfo .......... yes
getifaddrs ........... yes
IPv6 ifname .......... yes
libproxy.............. no
OpenSSL .............. nocan it be the problem or it is at yes if openssl is embeded in the executable ?
-
You are missing the OpenSSL development package for your target in order for Qt to detect it and build the corresponding code.
-
wrote on 10 Feb 2018, 13:42 last edited by
when you configure qt there is an ssl option (which is off by default i think ).
+i would install newest openssl from source ~100MB, but its worth it !
4/12