Opened 10 years ago
Closed 10 years ago
#11936 closed bug (fixed)
Weather app broken in hrev48966
Reported by: | dstritt | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | - General | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
hrev48966 gcc2h
Last update to this hrev made Weather app always display "Connection error". Attempted to change location with no avail.
Change History (12)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
A sample request:
https://query.yahooapis.com/v1/public/yql?q=select+*+from+weather.forecast+where+woeid=2449435&format=json
The certificate is expected to expire on April 9, 2015, but should still be valid.
comment:3 by , 10 years ago
The problem we had before was that package_daemon didn't recognize the new ca_root_certificates was "compatible" with the old one, and so we had to rebuild cURL to make the upgrade take. This time, however, it'd be nice if we could figure out why package_daemon/libsolv didn't detect the compatibility instead of just rebuilding cURL...
comment:6 by , 10 years ago
Janus, could you check which ca_root_certificates hpkg you have installed?
follow-up: 8 comment:7 by , 10 years ago
I still have 2015_02_25, it seems that pkgman update
doesn't downgrade packages.
comment:8 by , 10 years ago
Replying to diver:
I still have 2015_02_25, it seems that
pkgman update
doesn't downgrade packages.
Yeah, I don't know how to handle that.
comment:10 by , 10 years ago
There is a pkgman full-sync
to downgrade packages to what is in the repos.
I think the problem is in the new ca_root_certificates package. I don't know why, but the https url doesn't work anymore.