#11520 closed bug (fixed)
[WebPositive] redirects don't always work
Reported by: | diver | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/WebPositive | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | #11537 | |
Platform: | All |
Description
- open http://cgit.haiku-os.org/haiku
- change url to http://dev.haiku-os.org
https://dev.haiku-os.org (note https) never loads
Change History (5)
comment:1 by , 10 years ago
Summary: | [WebPositive] redirects doesn't always work → [WebPositive] redirects don't always work |
---|
comment:2 by , 10 years ago
Blocking: | 11537 added |
---|
comment:4 by , 10 years ago
This does not seem to work when using a proxy.
WebPositive is able to load http pages but no https at all if a proxy us used. In the status bar, "Request sent" appears but the page never loads. Seems that WebPositive is not using the proxy for https.
comment:5 by , 10 years ago
This is a different issue, see https://dev.haiku-os.org/ticket/10973 for proxy problems with HTTPS. The code is simply missing.
Using a proxy with HTTPS is different from using it with HTTP, as you need to negociate SSL with the final website, not the proxy.
Note:
See TracTickets
for help on using tickets.
(In #11537) Ok, so it is the same as #11520 and I'll have a fix up once it's done building.