Re: Web Platform Tests should support HTTPS. (#1483)

If you've not seen https://github.com/w3c/web-platform-tests/pull/1302 yet you might want to take a look at that and/or checkout the `jgraham/ssl_support` branch. https://github.com/w3c/web-platform-tests/compare/jgraham/ssl_support https://github.com/w3c/web-platform-tests/tree/jgraham/ssl_support

After you check out that branch and run `python serve.py` you'll end up with a new `_certs` subdir, with `web-platform.test.key` and `web-platform.test.pem` files that enable wptserve to serve the local aliases over https. You can import `web-platform.test.pem` your browser/platform cert manager, and mark it as trusted, and everything should then work as expected.

The changes on the branch should be getting merged into master some time very soon.

View on GitHub: https://github.com/w3c/web-platform-tests/issues/1483#issuecomment-67974906

Received on Tuesday, 23 December 2014 17:14:43 UTC