summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
Diffstat (limited to 'src/network')
-rw-r--r--src/network/access/qhttpthreaddelegate.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/access/qhttpthreaddelegate.cpp b/src/network/access/qhttpthreaddelegate.cpp
index 524042add6..4e1d24280b 100644
--- a/src/network/access/qhttpthreaddelegate.cpp
+++ b/src/network/access/qhttpthreaddelegate.cpp
@@ -644,6 +644,7 @@ void QHttpThreadDelegate::encryptedSlot()
if (!httpReply)
return;
+ emit sslConfigurationChanged(httpReply->sslConfiguration());
emit encrypted();
}