Roland tweeted yesterday: >> Yesterday the #jaxcon <https://twitter.com/hashtag/jaxcon?src=hash> award, today merged HTTP client (@sirthias <https://twitter.com/sirthias>) and WebSockets (@virtualvoid <https://twitter.com/virtualvoid>) and TLS support—can tomorrow be even better? <<
On Fri, Apr 24, 2015 at 6:34 AM, Magnus Andersson < [email protected]> wrote: > Hi > > What is the status for akka-http TLS support, Is there an ETA? > > I'm developing using akka-http and my integrations to 3rd party services > (SendGrid) must go over https. I looked at the source code but could not > find anything for TLS support in akka-http. Any workarounds that would be > valuable. > > *This is the relevant code, it sends requests over HTTP by default:* > val apiConnection: Flow[HttpRequest, HttpResponse, _] = > Http( context.system ).outgoingConnection( apiEndpoint, port ) > > Magnus > > -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ > >>>>>>>>>> Check the FAQ: > http://doc.akka.io/docs/akka/current/additional/faq.html > >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user > --- > You received this message because you are subscribed to the Google Groups > "Akka User List" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/d/optout. > -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
