Opened 14 years ago
Closed 14 years ago
#7045 closed bug (fixed)
No more login to secure sites
Reported by: | humdinger | Owned by: | scottmc |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/WebPositive | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
After updating my Haiku installation, trying to log into a secure site, like https://dev.haiku-os.org/login, googlemail or my bank resulted in an error alert, complaining:
Error loading {URL}: Unsupported protocol
I binary searched nightly gcc4hybrid images and found that hrev39924 works, hrev39941 doesn't (Timeline). Who's to blame? :)
BeZilla always works, BTW. A copied hrev39924's Web+ to a current image shows the same error.
Change History (6)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Probably. Assigned to Scott.
follow-up: 5 comment:3 by , 14 years ago
can you try with the older curl and/or openssl? It's probably openssl-1.0.0c, not sure if webpositive is using curl still?
comment:4 by , 14 years ago
Curl is still in use by Web+ AFAIK. It's not the openssl package, but it's actually curl.
curl-7.21.2-x86-gcc4-2010-11-12.zip works,
curl-7.21.3-x86-gcc4-2010-12-23.zip does not.
Thanks for pinning it down!
comment:5 by , 14 years ago
Replying to scottmc:
can you try with the older curl and/or openssl? It's probably openssl-1.0.0c, not sure if webpositive is using curl still?
It currently does, it's slated to use a new backend based on the Services Kit eventually, but not yet since that code didn't yet support https at the end of GSoC. Not sure as to the current state of it, you'd have to ping Shisui about it.
comment:6 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
should be fixed with hrev40042.
Probably hrev39940.