Sigh. It looks like some of the tests are using qt-project.org even though
they aren't supposed to:
void
tst_QSslSocket_onDemandCertificates_member::onDemandRootCertLoadingMemberMethods()
{
QString host("qt-project.org");
// not using any root certs -> should not work
QSslSocketPtr socket2 = newSocket();
this->socket = socket2.data();
socket2->setCaCertificates(QList<QSslCertificate>());
socket2->connectToHostEncrypted(host, 443);
QVERIFY(!socket2->waitForEncrypted());
Grr.
Rich.
On 26 January 2015 at 20:54, Richard Moore <[email protected]> wrote:
>
>
> On 26 January 2015 at 19:28, Marc Mutz <[email protected]> wrote:
>
>> I guess that's the reason why no integration succeeds in qtbase atm
>> (always
>> some ssl test error)?
>>
>> If so, it might be a good idea to suspend qtbase integration tasks until
>> it's
>> fixed, unless people like to have it running as a compilation oracle...
>>
>
> The network test server doesn't depend on the qt-project cert.
>
> Rich.
>
>
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development