bolinfest / plovr

plovr: a Closure build tool
78 stars 49 forks source link

Added SSL support using Java Keystores #7

Closed eriktim closed 10 years ago

eriktim commented 11 years ago

I made some changes so plovr can serve its javascripts over HTTPS. See https://github.com/server-s/plovr/wiki/Serving-plovr-over-HTTPS for some description on how to do so. I hope you find it useful.

eriktim commented 10 years ago

I created a new branch where the HttpsServer uses the already available --https flag and a default SSL certificate. This makes the certificate less trustworthy, but makes it by far much easier to use. Please let me know if I should make some adjustments to get HTTPS support merged into plovr. See https://github.com/server-s/plovr/tree/https.

Regards, Erik