Akka HTTP 2.0 to use SSL (HTTPS)
问题 I am trying to add a self signed certificate to my configuration in order to make my web service to serve content over SSL but I had no luck. Here is my current configuration ssl { jksKeystore = "localhost.p12" password = "changeit" } Any ideas on what I'm misisng to be able to spin up an HTTPS server ? My project is using akka 2.0 and scala 回答1: There are some tests in the akka code base that test the https functionality. They use the predefined http contexts defined in ExampleHttpContexts.