Details
Description
See https://codereview.qt-project.org/c/qt/qtbase/+/265700 , several integration attempts fail with :
FAIL! : tst_QNetworkReply::putToHttps(empty) Request failed: SSL handshake failed agent:2019/06/24 12:07:11 build.go:207: Loc: [../tst_qnetworkreply.cpp(2801)] agent:2019/06/24 12:07:11 build.go:207: FAIL! : tst_QNetworkReply::putToHttps(generic) Request failed: SSL handshake failed agent:2019/06/24 12:07:11 build.go:207: Loc: [../tst_qnetworkreply.cpp(2801)] agent:2019/06/24 12:07:11 build.go:207: FAIL! : tst_QNetworkReply::putToHttps(small) Request failed: SSL handshake failed agent:2019/06/24 12:07:11 build.go:207: Loc: [../tst_qnetworkreply.cpp(2801)] agent:2019/06/24 12:07:11 build.go:207: FAIL! : tst_QNetworkReply::putToHttps(with-nul) Request failed: SSL handshake failed agent:2019/06/24 12:07:11 build.go:207: Loc: [../tst_qnetworkreply.cpp(2801)] agent:2019/06/24 12:07:11 build.go:207: FAIL! : tst_QNetworkReply::putToHttps(4k+1) Request failed: SSL handshake failed agent:2019/06/24 12:07:11 build.go:207: Loc: [../tst_qnetworkreply.cpp(2801)] agent:2019/06/24 12:07:11 build.go:207: FAIL! : tst_QNetworkReply::putToHttps(128k+1) Request failed: SSL handshake failed agent:2019/06/24 12:07:11 build.go:207: Loc: [../tst_qnetworkreply.cpp(2801)] agent:2019/06/24 12:07:11 build.go:207: FAIL! : tst_QNetworkReply::putToHttps(2MB+1) Request failed: SSL handshake failed agent:2019/06/24 12:07:11 build.go:207: Loc: [../tst_qnetworkreply.cpp(2801)] agent:2019/06/24 12:07:11 build.go:207: FAIL! : tst_QNetworkReply::putToHttpsSynchronous(empty) Request failed: SSL handshake failed agent:2019/06/24 12:07:11 build.go:207: Loc: [../tst_qnetworkreply.cpp(2846)] agent:2019/06/24 12:07:11 build.go:207: FAIL! : tst_QNetworkReply::putToHttpsSynchronous(generic) Request failed: SSL handshake failed agent:2019/06/24 12:07:11 build.go:207: Loc: [../tst_qnetworkreply.cpp(2846)] agent:2019/06/24 12:07:11 build.go:207: FAIL! : tst_QNetworkReply::putToHttpsSynchronous(small) Request failed: SSL handshake failed agent:2019/06/24 12:07:11 build.go:207: Loc: [../tst_qnetworkreply.cpp(2846)] agent:2019/06/24 12:07:11 build.go:207: FAIL! : tst_QNetworkReply::putToHttpsSynchronous(with-nul) Request failed: SSL handshake failed agent:2019/06/24 12:07:11 build.go:207: Loc: [../tst_qnetworkreply.cpp(2846)] agent:2019/06/24 12:07:11 build.go:207: FAIL! : tst_QNetworkReply::putToHttpsSynchronous(4k+1) Request failed: SSL handshake failed agent:2019/06/24 12:07:11 build.go:207: Loc: [../tst_qnetworkreply.cpp(2846)] agent:2019/06/24 12:07:11 build.go:207: FAIL! : tst_QNetworkReply::putToHttpsSynchronous(128k+1) Request failed: SSL handshake failed agent:2019/06/24 12:07:11 build.go:207: Loc: [../tst_qnetworkreply.cpp(2846)] agent:2019/06/24 12:07:11 build.go:207: FAIL! : tst_QNetworkReply::putToHttpsSynchronous(2MB+1) Request failed: SSL handshake failed agent:2019/06/24 12:07:11 build.go:207: Loc: [../tst_qnetworkreply.cpp(2846)] agent:2019/06/24 12:07:11 build.go:207: FAIL! : tst_QNetworkReply::postToHttps(empty) Network timeout agent:2019/06/24 12:07:11 build.go:207: Loc: [../tst_qnetworkreply.cpp(2884)] agent:2019/06/24 12:07:11 build.go:207: FAIL! : tst_QNetworkReply::postToHttps(generic) Request failed: SSL handshake failed agent:2019/06/24 12:07:11 build.go:207: Loc: [../tst_qnetworkreply.cpp(2884)] agent:2019/06/24 12:07:11 build.go:207: FAIL! : tst_QNetworkReply::postToHttps(small) Request failed: SSL handshake failed agent:2019/06/24 12:07:11 build.go:207: Loc: [../tst_qnetworkreply.cpp(2884)] agent:2019/06/24 12:07:11 build.go:207: FAIL! : tst_QNetworkReply::postToHttps(with-nul) Request failed: SSL handshake failed agent:2019/06/24 12:07:11 build.go:207: Loc: [../tst_qnetworkreply.cpp(2884)] agent:2019/06/24 12:07:11 build.go:207: FAIL! : tst_QNetworkReply::postToHttps(4k+1) Request failed: SSL handshake failed agent:2019/06/24 12:07:11 build.go:207: Loc: [../tst_qnetworkreply.cpp(2884)]
Maybe sth related to OpenSSL 1.1?