Message boards : Number crunching : Unable to download data files
Previous · 1 · 2
Author | Message |
---|---|
Heinz Ruffieux Send message Joined: 13 Jan 14 Posts: 1 Credit: 7,816,493 RAC: 8,959 ![]() |
I used the BOINC 7.16.20 x64 for a long time. Recently I could not download new Rosetta tasks. Then I updated the BOINC to 8.0.2 version. The Rosetta and other projects worked OK, except the Einstein@Home one. I posted to E@H forum a topic about this problem, but nobody could give a proper solution. So I reversed using the BOINC 7.16.20 version again, because you and some other people can fix the problem of โno downloading Rosetta tasksโ. This change in the host file worked in my case for my linux system! Wow! For 3 months no crunching and now it works again. However I do not understand at all, why such an entry in the hosts file ist necessary at all... |
Jack H![]() Send message Joined: 22 Dec 05 Posts: 5 Credit: 5,821 RAC: 225 |
The method for Android works!
Here is a screenshot of the page where to make the adjustment: ![]() The two units obtained after the unblocking ended in error but it seems that they were bugged because they ended in error with another cruncher... Since then, I have obtained other units that seem to work well. PersonalDNSfilter is available on F-Droid as KaguraMea said, but also on the Play Store for the less adventurous. |
Saikrishna Send message Joined: 15 Mar 20 Posts: 1 Credit: 3,227,850 RAC: 1,340 |
I hit this issue on Linux yesterday. The actual problem is that the SSL connection to boinc-files.bakerlab.org doesn't send enough of a certificate chain by itself to ensure validity; specifically, the issuer certificate for boinc-files.bakerlab.org isn't generally present in the system's list of trusted certificates. Because of this, OpenSSL will consider the certifcate to be invalid, because it can't verify the certificate chain. (Firefox, on the other hand, when opening that URL in a browser, seems to accept it, possibly because it's separately fetching the issuer certificate and validating that.) This error can be seen by running the following command on Linux systems: openssl s_client -connect boinc-files.bakerlab.org:443 The proper fix is to send the issuer certificate for boinc-files.bakerlab.org (similar to what's being done for boinc.bakerlab.org); this requires the system admin/webadmin to make changes. One alternative fix that can be done locally (instead of modifying the /etc/hosts file) is to add the issuer certificate (InCommon RSA Server CA 2) into the system's list of trusted certificates. On Linux, this can be done by the following: wget http://crt.sectigo.com/InCommonRSAServerCA2.crt openssl x509 -in InCommonRSAServerCA2.crt -out InCommonRSAServerCA2.pem -outform PEM sudo cp InCommonRSAServerCA2.pem /usr/local/share/ca-certificates/InCommonRSAServerCA2.crt sudo update-ca-certificates The first command downloads the certificate. The second command converts it from the binary CRT form to the hex-encoded PEM form. The third command copies it into a system-local ca-certificates directory (it hopefully exists by default). The fourth command updates the /etc/ssl/certs/ca-certificates.crt file with all of the trusted certificates. |
Sid Celery Send message Joined: 11 Feb 08 Posts: 2216 Credit: 42,212,638 RAC: 22,870 ![]() |
The method for Android works! This looked simple enough even for me to install, but... On the page you've taken a screenshot of, how is the file saved? I exited out of the page with no save prompt and re-entering the page removed the line. Repeatedly. You can safely assume I'm a complete idiot - no offence will be taken ![]() ![]() |
Jack H![]() Send message Joined: 22 Dec 05 Posts: 5 Credit: 5,821 RAC: 225 |
The method for Android works! You're not stupid, it's me who didn't think of this possibility... ๐ Indeed, by closing the application directly, the line disappears. *well seen* Just go back to the application's home page by clicking on "Advanced settings" to save, then click on "Restart" to activate. ๐ |
Sid Celery Send message Joined: 11 Feb 08 Posts: 2216 Credit: 42,212,638 RAC: 22,870 ![]() |
The method for Android works! You over-estimate me - I have blind-spots. Ok, I did that and it seemed to stick. Good. I tried to draw down some Rosetta tasks but none arrived - I'll let it try again of its own accord and hope things go well. Many thanks for making this so easy after all this time - my fingers are crossed. ![]() ![]() |
Message boards :
Number crunching :
Unable to download data files
©2025 University of Washington
https://www.bakerlab.org