@Flavio We have released beta5 and beta6 today, so it should be available soon.
No sync after server move and Nextcloud Update
-
thanks for this hint
I feared such a thing, but had the hope that it would not come true.is this a limitation of the server or of nextcloud version?
Is it only a missing cipherspec or another tls-version?do I have a chance to fix this with my (very) old android version, which I can not leave at the moment
-
@snowy said in No sync after server move and Nextcloud Update:
is this a limitation of the server or of nextcloud version?
Is it only a missing cipherspec or another tls-version?do I have a chance to fix this with my (very) old android version, which I can not leave at the moment
Yes, you have to set up TLS ciphers on the Web server (e.g. nginx, not Nextcloud) which are available on your Android device. See https://developer.android.com/reference/javax/net/ssl/SSLEngine for a list.
-
@rfc2822 said in No sync after server move and Nextcloud Update:
Yes, you have to set up TLS ciphers on the Web server (e.g. nginx, not Nextcloud) which are available on your Android device. See https://developer.android.com/reference/javax/net/ssl/SSLEngine for a list.
I saw this list, but I’m not sure, if understand this table.
Android 4.2.1 seems to be API 17, right ?
(https://developer.android.com/about/versions/android-4.2)SSL_RSA_WITH_DES_CBC_SHA 9-22
TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 20-22First would be possible, second line not
I interpret this correctly?? -
@snowy said in No sync after server move and Nextcloud Update:
Android 4.2.1 seems to be API 17, right ?
(https://developer.android.com/about/versions/android-4.2)Exactly.
SSL_RSA_WITH_DES_CBC_SHA 9-22
TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 20-22First would be possible, second line not
I interpret this correctly??Exactly
-
@rfc2822 which confuses me, however, if the restriction comes from the apache server (newer cipherspecs), why can my Firefox on the same old phone then successful call the nextcloud via https/TLS?
Here the same cipherspec restrictions of the old mobile phone should also lead to problems. But they don’t. -
@snowy said in No sync after server move and Nextcloud Update:
@rfc2822 which confuses me, however, if the restriction comes from the apache server (newer cipherspecs), why can my Firefox on the same old phone then successful call the nextcloud via https/TLS?
Because Firefox doesn’t use the system TLS stack, but brings its own one (browsers are the only apps which do such things).
-
@rfc2822
my phone is rooted, do you know a way to download and install newer cipherspec in the system TLS stack? -
@snowy Only when you update to a new Android version
-
@rfc2822 now it becomes incomprehensible
My provider has migrated my Nextcloud back to the old server. I assumed that this fixed the problem.
But the problem remains. DAVx5 still gets a “SSL handshake aborted…usually a protocoll error”.
What going wrong here? How can I get more detailed informations what missing now? -
@snowy said in No sync after server move and Nextcloud Update:
What going wrong here? How can I get more detailed informations what missing now?
You will have to ask your server provide to enable compatible TLS ciphers, or install an Android version that supports the TLS ciphers required by your server.
-
@rfc2822, may application was moved back to the old server.
now all cipherspecs are available again, nothing was changed on the old server !Only my Nextcloud was first migrated to a newer server, there Nextcloud was updated from 13.0.7 to 14.0.4, the problems occurred.
now the Nextcloud has been moved back to the old server.But now it is still Nextcloud 14.0.4 !
Could it be that it’s not the cipherspecs but the old DavDroid has a problem with Nextcloud 14.0.4?