Protocol https unknown with QQNetworkAccessManager
-
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 ?
-
@jsulm
That's what i do with "sudo apt-get install openssl", but it doesn't change anything. -
-
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 ?
-
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.