I am using NC 11 (recently upgraded) and at some point my ubuntu client stopped connecting. The client logs says
12-27 13:06:39:149 2016 OCC::Account::resetNetworkAccessManager: Resetting QNAM
12-27 13:06:39:161 2016 OCC::ConnectionValidator::checkServerAndAuth: Checking server and authentication
12-27 13:06:39:163 2016 OCC::AbstractNetworkJob::start: !!! OCC::CheckServerJob created for "https://owncloud.example.com" + "status.php" "OCC::ConnectionValidator"
12-27 13:06:39:524 2016 OCC::CheckServerJob::finished: status.php returns: QMap(("edition", QVariant(QString, ""))("installed", QVariant(bool, true))("maintenance", QVariant(bool, false))("needsDbUpgrade", QVariant(bool, false))("productname", QVariant(QString, "MEG"))("version", QVariant(QString, "11.0.0.10"))("versionstring", QVariant(QString, "11.0.0"))) QNetworkReply::NetworkError(NoError) Reply: QNetworkReplyHttpImpl(0x1d7c970)
12-27 13:06:39:525 2016 OCC::ConnectionValidator::slotStatusFound: ** Application: ownCloud found: QUrl("https://owncloud.example.com/status.php") with version "11.0.0" ( "11.0.0.10" )
12-27 13:06:39:526 2016 OCC::ConnectionValidator::checkAuthentication: # Check whether authenticated propfind works.
12-27 13:06:39:527 2016 OCC::AbstractNetworkJob::start: !!! OCC::PropfindJob created for "https://owncloud.example.com" + "/" "OCC::ConnectionValidator"
12-27 13:07:06:147 2016 OCC::AbstractNetworkJob::slotTimeout: virtual void OCC::AbstractNetworkJob::slotTimeout() OCC::PropfindJob(0x1e481c0) Timeout QUrl("https://owncloud.example.com/remote.php/webdav/")
12-27 13:07:06:147 2016 OCC::AbstractNetworkJob::slotFinished: void OCC::AbstractNetworkJob::slotFinished() QNetworkReply::NetworkError(OperationCanceledError) "Operació cancel·lada" QVariant(Invalid)
12-27 13:07:06:148 2016 OCC::PropfindJob::finished: PROPFIND request *not* successful, http result code is 0 ""
12-27 13:07:06:148 2016 unknown: QIODevice::read (QNetworkReplyHttpImpl): device not open
12-27 13:07:06:148 2016 OCC::AccountSettings::showConnectionLabel: "No hi ha connexió amb ownCloud a <a href=\"https://owncloud.example.com\">https://owncloud.example.com</a>.\nOperació cancel·lada"
12-27 13:07:06:151 2016 OCC::FolderMan::slotAccountStateChanged: Account "webmaster@example.com@owncloud.example.com" disconnected or paused, terminating or descheduling sync folders
When accessing throught web it works ok. Recently we have changed our server certificate, I don’t know if this could be related.
Thanks