Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplefin sync error #895

Closed
andytruett opened this issue Apr 10, 2023 · 8 comments
Closed

Simplefin sync error #895

andytruett opened this issue Apr 10, 2023 · 8 comments
Labels
bug Things that prevent or seriously impede people from doing their budget. included in next release The work is done, it's just waiting to be released.

Comments

@andytruett
Copy link

Attempts to sync via simplefin are met with "Unexpected sync error" message.

Attempts to generate a new sync token do work, but the app is unable to claim.

Reddit posts indicate a possible cert issue: https://www.reddit.com/r/budgetwithbuckets/comments/12hqc7q/unable_to_sync_with_simplefin/

@dragos240
Copy link

Can confirm. It's a cert problem.
image

@iffy iffy added the bug Things that prevent or seriously impede people from doing their budget. label Apr 11, 2023
@iffy
Copy link
Contributor

iffy commented Apr 11, 2023

The error claims the cert has expired, but I think it's probably more likely a cert within Buckets that has expired:

$ echo '' | openssl s_client -connect beta-bridge.simplefin.org:443 -showcerts | openssl x509 -noout -dates
depth=3 C = US, O = Internet Security Research Group, CN = ISRG Root X1
verify return:1
depth=2 C = US, O = Internet Security Research Group, CN = ISRG Root X2
verify return:1
depth=1 C = US, O = Let's Encrypt, CN = E1
verify return:1
depth=0 CN = *.simplefin.org
verify return:1
notBefore=Apr 10 00:38:41 2023 GMT
notAfter=Jul  9 00:38:40 2023 GMT
DONE

@jonathanbckr
Copy link

+1 here. Experiencing "unexpected sync error" in Buckets.

@iffy iffy added the included in next release The work is done, it's just waiting to be released. label Apr 11, 2023
@iffy
Copy link
Contributor

iffy commented Apr 11, 2023

@smmathews
Copy link

confirmed, syncing now works using the deb image

@jordan-thirus
Copy link

sync works for both windows builds

@xkalibur
Copy link

Confirmed sync works for the macOS build

@iffy
Copy link
Contributor

iffy commented Apr 11, 2023

Included in v0.70.4 release (AUTOMATED COMMENT)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Things that prevent or seriously impede people from doing their budget. included in next release The work is done, it's just waiting to be released.
Projects
None yet
Development

No branches or pull requests

7 participants