-
Notifications
You must be signed in to change notification settings - Fork 30
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
Unable to download new models due to SSL handshake failure #164
Comments
The linked models are hosted on statmt.org which had an expired certificate (they recently moved webserver and probably something went wrong with setting up the play to renewal bit) Should be fixed now. |
Unfortunately I still see this happening. |
A quick workaround is to download https://translatelocally.com/models.json somewhere, and then fire up a local web server (for example, |
happening still |
Sorry about that. Will try to hopefully trigger a successful rebuild tonight and push it. |
@Gitterman69 @davidlyness @bjepson could you try the latest release: https://github.com/XapaJIaMnu/translateLocally/releases/tag/latest |
still happening |
I am having the exact same problem. MacoOS 12.7.5 (Monterey). SSL error as above. |
It seems there's something broken with the github CI machines that we use to build the mac build and it compiles with broken SSL ;/ |
Don't know if the source of the problem is the same, but i got similar messages on WSL Ubuntu 22:
Hope the information help. |
@bobdschingis do you have openssl installed? |
Yes, it's version ca-certificates is: I can also get the models.json with wget from https://translatelocally.com/models.json as normal or root user. openssl s_client -connect translatelocally.com:https
My guess was that WSL tried to open the host with IPv6. Since WSL do not support IPv6. But domain has IPv4 and IPv6 address. I did a tcpdump for "translateLocally -d de-en-base" and host translatelocally.com but no packets are captured. If i can test anything else plz let me know. Thanks for the support! |
I am really not sure what's happening here and I don't have wsl machine to test. Could you try building from source on wsl? Also does native Windows work any better? |
Sorry for the late response. Had not much time since my last post.
Yes, works great. Thanks for it 👍
I will try and report. :-) |
Test device: MacBook Pro (M3 Pro), Sonoma 14.3.1
I've verified that this behaviour occurs across multiple devices and networks.
Steps to reproduce
Expected result
Dropdown populates with available models.
Actual result
SSL handshake error as in screenshot below:
I can reach https://translatelocally.com/models.json in my web browser without issue. The TLS certificate presented to my browser appears trusted, although it was issued 12 days ago so I'm not sure whether the translateLocally app is performing certificate pinning and would need its configuration or trust store updated.
The text was updated successfully, but these errors were encountered: