Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There's only one HTTPS port ({{ports[https][1]}} does not exist) #17770

Open
mikewest opened this issue Jul 10, 2019 · 3 comments
Open

There's only one HTTPS port ({{ports[https][1]}} does not exist) #17770

mikewest opened this issue Jul 10, 2019 · 3 comments

Comments

@mikewest
Copy link
Member

In https://chromium-review.googlesource.com/c/chromium/src/+/1680096/, we're trying to verify behavior for a cross-scheme, same-host, cross-port fetch over HTTPS. That doesn't seem to be possible, as {{ports[https][1]}} doesn't substitute to a port that works, which is unfortunate.

Can we add a port? :)

/cc @anforowicz

@Hexcles
Copy link
Member

Hexcles commented Jul 24, 2019

This seems like a reasonable and useful feature request.

Not 100% sure about the cert setup: do we need to generate a new cert for the new port? cc @jugglinmike who recently played with SSL certs

@jugglinmike
Copy link
Contributor

I'm not the person to speak authoritatively on certificate management, but on a purely anecdotal basis, it seems as though certs are port-agnostic.

Another consideration is the memory consumption of a WPT server instance. Will running a fourth server (i.e. in addition to the existing two HTTP server and one HTTPS server) have a meaningful impact on WPT's overall resource requirements, relative to the available resources in consumers' automation infrastructure?

@stephenmcgruer
Copy link
Contributor

Tentatively marking backlog, given lack of activity (and apparently lack of concern about said activity).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants