04-02-2012 12:19 PM
Has anyone had any luck with QSslSocket?
I downloaded the Windows installer Beta from here: http://openbbnews.wordpress.com/2012/03/29/qt-upda
The errors I see are:
The root CA certificate is not trusted for this purpose
The issuer certificate of a locally looked up certificate could not be found
SocketError 13
04-02-2012 04:59 PM
This could be due to a regression in Qt4.8.1, I saw there was a commit for a QsslSocket regression just the other day for 4.8.1 (http://qt.gitorious.org/qt/qt/commits/4.8) it was commited last Friday.
I know nothing about this class so I am not sure if that helps or not!
If so just downlod and build the latest libs from there and give it a try.
Cheers,
Jon
04-08-2012 04:13 PM
Did you include the ssl-libs to your bar-file?
I have no access to the dev-system at the moment, but you should find the answer with a search engine in the internet. As I remember the problem is not playbook-specific.
You should also start with a URL Firefox doesn't complain about the certificate.
05-21-2012 10:17 AM
I see the same incorrect peer-verify errors with the Qt libraries pre-installed on the Dev Alpha. I also see this incorrect verify error:
The root certificate of the certificate chain is self-signed, and untrusted
But on the Dev Alpha QSslSocket can still be used (with warnings) when the setting setPeerVerifyMode(QSslSocket::VerifyNone) is used, so there is a slight improvement.