pandeiro / boot-http

A simple HTTP serve task for the Boot build tool
62 stars 34 forks source link

Is it possible support jetty's https option? #30

Open netpyoung opened 8 years ago

netpyoung commented 8 years ago

ring-jetty supports ssl, keystore .... https://ring-clojure.github.io/ring/ring.adapter.jetty.html

i know that http-kit doesn't.

but, sometimes, i need testing on https server.

Could you support ring-jetty's ssl options?

thanks.

pandeiro commented 8 years ago

Hi @netpyoung -- yes, I'd like to support that, but I've never used it. Do you know what we would need to do?