FRosner / spawncamping-dds

Data-Driven Spark allows quick data exploration based on Apache Spark.
Other
28 stars 15 forks source link

HTTPS for Spray Server #270

Open FRosner opened 8 years ago

FRosner commented 8 years ago

Some information that might be useful: http://stackoverflow.com/questions/25853953/configuration-issue-for-spray-https-server-with-self-signed-certificate

Documentation: http://spray.io/documentation/1.2.2/spray-can/http-server/#ssl-support

FRosner commented 8 years ago

@pliguori would you like to help me on this?

FRosner commented 8 years ago

@Gerrrr what would be the required steps from our side to implement this? I remember that you did this for another project so maybe you can quickly explain what I have to do (very briefly).

Gerrrr commented 8 years ago

I would like to try https://letsencrypt.org/ for this. I will describe the steps or just implement it during the weekend.