On Thursday, April 23, 2015 at 11:47:14 PM UTC-4, voracity wrote: > Just out of curiosity, is there an equivalent of: > > python -m SimpleHTTPServer > > in the TLS world currently, or is any progress being made towards that?
openssl req -new -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem openssl s_server -accept 8000 -key key.pem -cert cert.pem -HTTP Not quite as simple, but not far off. With the above, you can get <https://localhost:8000/>, as long as you're willing to click through a certificate warning. _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform