wget doesn't work with https. When I try to download anything using the https protocol, i get a `wget: error getting response` error. according to this github issue I found, it is because openssl needs to be updated. Here is the github issue: https://github.com/openbmc/openbmc/issues/135
Environment
I was using the intel minnowboard turbot running AGL chinook 3.0.0. I added `{{INHERIT = "rm_work"` and `EXTRA_IMAGE_FEATURES = "dev-pkgs tools-sdk"` to the local.conf}}
Activity
Show:
Dominig ar Foll
June 8, 2017 at 4:42 PM
my patch is tested and works. You can find the pending review here.
oh thats great. Can you send a link to your patch once you release it. thank you
Dominig ar Foll
June 8, 2017 at 4:29 PM
Bug root cause has been indentified.
Busybox is compiled by default without https support. I am just testing a bbappend for master but I do not plan to backport on CC.
Might be usefull to get my patch in DD before release.
Walt Miner
June 8, 2017 at 2:54 PM
Changed priority to "Minor". Removed Dominig as assignee.
Wesam Haddad
June 8, 2017 at 12:27 PM
@Dominig ar Foll yes I can access https without going through a proxy in our company. If I use curl, I am able to grab files that have an https url on AGL. I don't believe this is an intel issue
wget doesn't work with https. When I try to download anything using the https protocol, i get a `wget: error getting response` error. according to this github issue I found, it is because openssl needs to be updated. Here is the github issue: https://github.com/openbmc/openbmc/issues/135