-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
update notifications: download not supporting https #632
Comments
This is certainly due to the strong/modern SSL ciphers github is using to encrypt its connections and AmiSSL in its current version cannot deal with this (Amiga stuff is always too old!). So please take your web browser and download the stuff manually. |
already downloaded and installed. regards... |
I think so, indeed (like 99% of software on AmigaOS 😀) my simple guess is that the download functionality currently can't deal with https at all... |
After some short investigation I could verify that the corresponding function which performs the HTTP download doesn't simply not allow to perform HTTPS connections: https://github.com/jens-maus/yam/blob/master/src/tcp/http.c#L199 So, to get the new github download links working we have to implement https support in the DownloadURL() function. |
As soon as we have time we will implement https support. In the meantime use your webrowser please to download these archives. |
Thanks but where on webbrowser to find these archives? Update: I found them! Had to search for topics related to the 3 different files one by one... |
Well, just enter the URLs YAM is showing you in a webbrowser ton download the archives. |
Hi Jens. —You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread. |
Hello Jens On 05/08/2016, you wrote:
Amigalement, |
Sorry Thore, but I have to reopen this ticket again because IMHO:
|
Thanks for the modifications, Thore. However, I will still keep that ticket open to make sure we don't forget to implement https support some time soon. |
I just noticed this issue. It appears to be downloading then goes into an endless loop. Obviously this goes beyond, OS4, my user plattform. Does it affect all platforms then? For OS4 I think the best thing would be to issue the update through AmiUpdate. But, perhaps the MUI components should be downloaded from another site, such as Aminet? At least for public updates. |
Hello Jens ^^) Le 24/09/2016 à 11:33, Hypexed a écrit :
Amigalement, |
The download button is here (AOS 3.9 on A2000, using the latest YAM Version) diasabled. :-( |
I admit there is an inconsistency between the button and the context menus. I will fix that ASAP. But the effect will be that the context menu will be disabled, too. YAM checks for the availibility of openurl.library and enables the button accordingly. It's interesting that launching the browser via openurl.library works while the check for openurl.library signals failure. A UTIL debug log created by the debug version of YAM will point out what is going wrong there. |
…t menu item if openurl.library is not available to be consistent with the "download in browser" button. This refs #632.
As there are still new users with this issue, how about temporarily replace the github SSL download link in your update database with an Aminet non-SSL download link like http://aminet.net/util/libs/AmiSSL-4.1.lha ? |
Last night YAM found and downloaded an update for itself from within YAM on OS4.1. So it is working here. If AmiSSL has been updated I must have installed it but I just don't recall doing that exactly. :-) |
hi.
today the update notification window showed three updates (codesets, openurl, thebar).
but i cannot download them.
selection either of them and pressing the "download update" button asks for the local path/file. then the transfer window shows.
bit it does not download. instead it always switches the status from "Baue Verbindung zu Server auf" to "Warte auf Antwort vom Server". and this goes endless.
i only can cancel the tranfser.
this is with 2.10dev (OS4/PPC) 30.07.2016
(btw - would be nice to be able to select the text of the version number in the about window! :-))
thanks and regards...
michael
The text was updated successfully, but these errors were encountered: