[Pkg-owncloud-maintainers] Bug#730210: owncloud-client: Connection wizard doesn't proceed beyong server discovery
Olivier Berger
olivier.berger at telecom-sudparis.eu
Mon Nov 25 17:06:57 UTC 2013
Olivier Berger <olivier.berger at telecom-sudparis.eu> writes:
>
> Investigating a bit, it seems that I managed to patch it to work with SSLv3 :
>
> --- owncloud-client-1.4.2+dfsg.orig/src/creds/httpcredentials.cpp
> +++ owncloud-client-1.4.2+dfsg/src/creds/httpcredentials.cpp
> @@ -76,6 +76,11 @@ protected:
> QByteArray credHash = QByteArray(_cred->user().toUtf8()+":"+_cred->password().toUtf8()).toBase64();
> QNetworkRequest req(request);
> req.setRawHeader(QByteArray("Authorization"), QByteArray("Basic ") + credHash);
> +
> + QSslConfiguration sslConfig = req.sslConfiguration();
> + sslConfig.setProtocol(QSsl::SslV3);
> + req.setSslConfiguration(sslConfig);
> +
> return MirallAccessManager::createRequest(op, req, outgoingData);\
> }
> private:
>
Note that this doesn't fix the issue with the wizard, but only helps
working with a manually established config file.
Hope this helps, though.
--
Olivier BERGER
http://www-public.telecom-sudparis.eu/~berger_o/ - OpenPGP-Id: 2048R/5819D7E8
Ingenieur Recherche - Dept INF
Institut Mines-Telecom, Telecom SudParis, Evry (France)
More information about the Pkg-owncloud-maintainers
mailing list