--- a/Helpviewer/SiteInfo/SiteInfoDialog.py Sat Oct 19 12:28:12 2013 +0200 +++ b/Helpviewer/SiteInfo/SiteInfoDialog.py Sat Oct 19 13:03:39 2013 +0200 @@ -91,7 +91,7 @@ # populate the Security info and the Security tab if sslInfo and \ - ((qVersion() >= "5.0.0" and not sslInfo[0].isBlacklisted()) or \ + ((qVersion() >= "5.0.0" and not sslInfo[0].isBlacklisted()) or (qVersion() < "5.0.0" and sslInfo[0].isValid())): self.securityLabel.setStyleSheet(SiteInfoDialog.okStyle) self.securityLabel.setText('<b>Connection is encrypted.</b>')