Joplin iOS App Sync Failing

Operating system

iOS

Joplin version

13.6.9

Sync target

Joplin Server

What issue do you have?

I have Joplin behind NPM (nginx proxy manager) and I am able to get to the server on my computer, from my phone’s safari browser, iPad, etc, however, the IOS app gives me the error below:

(This is from the logs)
Synchronizer: Error: uploadBlob: PUT https://joplin.t:/.resource/4325c03510ad49098b4a22c240696585:/content: Error: A TLS error caused the secure connection to fail.
Error: uploadBlob: PUT https://joplin./root:/.resource/4325c03510ad49098b4a22c240696585:/content: Error: A TLS error caused the secure connection to fail.
at ?anon_0_ (/Users/laurent/Library/Developer/Xcode/DerivedData/Joplin-dcditomhmepdozeqqzwzqcfhogrz/Build/Intermediates.noindex/ArchiveIntermediates/Joplin/BuildProductsPath/Release-iphoneos/main.jsbundle:654692:26)
at throw (native)
at asyncGeneratorStep (/Users/laurent/Library/Developer/Xcode/DerivedData/Joplin-dcditomhmepdozeqqzwzqcfhogrz/Build/Intermediates.noindex/ArchiveIntermediates/Joplin/BuildProductsPath/Release-iphoneos/main.jsbundle:25953:19)
at throw (/Users/laurent/Library/Developer/Xcode/DerivedData/Joplin-dcditomhmepdozeqqzwzqcfhogrz/Build/Intermediates.noindex/ArchiveIntermediates/Joplin/BuildProductsPath/Release-iphoneos/main.jsbundle:25970:29)
at tryCallOne (address at InternalBytecode.js:1:1180)
at anonymous (address at InternalBytecode.js:1:1874)

Note

  • I am seeing that connections re passing through my proxy without any errors but I am not sure why the iOS app on my phone and iPad are having issues.
  • Also, the desktop app works as it pulls in my notes with any errors.
  • I have also confirmed that I am able to sync to an android tablet.