Hi Joplin team,
I tried to synchronize my Joplin Android app with my account. There is a link « Authorize » that leads me to the web page of my account on which I log in with success. Then, I go back to the app and I have a « Erreur:Network request failed ».
Anyone has ever faced this error? This very annoying because I can't use the app on my smartphone. Need help please.
Thanks,
asan
No, it's not.
I have subscribed to Joplin and I cannot use the synchronization and no one can help me. How can I get my charges back please?
Thanks,
asan
Android 6 is still supported by Google but very old. I seem to remember something had to be manually updated to make it work with Let's Encrypt TLS certificates
As always I can't find anything using Google, but ChatGPT has this to say:
To make a Let's Encrypt TLS certificate work on Android 6, you need to manually update the root certificates in the Android OS. This typically involves adding the ISRG Root X1 certificate to the system's trust store. Here's how you can do it:
Steps to Update:
Download the ISRG Root X1 Certificate:
Visit the Let's Encrypt certificate page on a desktop or another device.
Download the ISRG Root X1 PEM or DER file.
Transfer the Certificate to the Android Device:
Use a USB connection, cloud storage, or email to transfer the certificate file to your Android device.
Install the Certificate:
Go to Settings > Security > Install from storage.
Navigate to the location of the transferred certificate and select it.
When prompted, give the certificate a name (e.g., "ISRG Root X1").
Choose to use the certificate for "VPN and apps" (this option depends on your device and Android version).
Restart the Device:
Restart the Android device to ensure the certificate is recognised and functional.
Test the Website:
Open the website in question to confirm that it now works without TLS errors.
Important Notes:
For system-wide trust, you need root access to add the certificate to the system-level trust store. Without root, the certificate is only trusted for apps and browsers that explicitly use the user-installed certificate store.
Consider upgrading the device or switching to a browser like Firefox for Android, which uses its own certificate store and supports newer certificates independently of the system.