Bug 38278 - https://localhost:8443 doesn't work in WebKit tests
Summary: https://localhost:8443 doesn't work in WebKit tests
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-28 13:15 PDT by Alexey Proskuryakov
Modified: 2010-04-29 13:08 PDT (History)
4 users (show)

See Also:


Attachments
proposed fix (2.40 KB, patch)
2010-04-28 13:23 PDT, Alexey Proskuryakov
ddkilzer: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2010-04-28 13:15:37 PDT
We only work with 127.0.0.1, not localhost for https.
Comment 1 Alexey Proskuryakov 2010-04-28 13:23:05 PDT
Created attachment 54612 [details]
proposed fix
Comment 2 David Kilzer (:ddkilzer) 2010-04-28 13:25:00 PDT
Comment on attachment 54612 [details]
proposed fix

r=me
Comment 3 Eric Seidel (no email) 2010-04-28 13:51:04 PDT
Is this a variant of the previous ::1 ip6 issue?

Will this solve our intermittent NETWORK_ERR 101 on the bots?
Comment 4 Alexey Proskuryakov 2010-04-28 14:07:47 PDT
No. This just lets us use https://localhost:443 in new tests.
Comment 5 Alexey Proskuryakov 2010-04-28 14:08:04 PDT
https://localhost:8443, that is.
Comment 6 Alexey Proskuryakov 2010-04-29 13:08:22 PDT
This was committed in <http://trac.webkit.org/changeset/58424>.