QT 5 and https requests
-
Hello,
I hope this is the correct section to write this post.
A few weeks ago I start to migrate a webbrowser from qt 4.8 to qt 5. This browser also contains the ability to use a proxy for browing.
But when the NetworkRequest start with https strange things are happening. Depending on the NetworkProxy implementation either the local ip is used for the https connection instead of the proxy or the connection ends with an error, that the proxy closed the connection prematurly. In the second case the signal "proxyAuthentificationRequired" is emitted over and over again within the NetworkAccessManager.
Qt is build with openssl, and openssl-linked.
Does somebody has the same problem with the proxy settings or has any solution?
Thanks for any help