Trying to get SSL_CTX from QNetworkAccessManager
Qt WebKit
2
Posts
2
Posters
791
Views
1
Watching
-
QNetworkAccessManager is mostly following "ship in the bottle" pattern, i.e. it does not allow you to get access to implementation details like OpenSSL to extend its functionality (unlike e.g. libcurl)
So you'll have to make a patch for QNetworkAccessManager exposing this in public API. This may also include providing implementation for SecureTransport on Apple platforms.