Hi,

I'm new here, hopefully I don't totally embarrass myself. I'm looking for
> abstractions to implement a TCP protocol with TLS so correct me if I'm in
> the wrong place.
>
> Where can I find more info about this TLS support? Is it included in Akka
> Streams 1.0-RC2? I didn't find it in the associated documentation.
>

Here it is:
http://doc.akka.io/api/akka-stream-and-http-experimental/1.0-RC2/#akka.stream.io.SslTls$

There are no other docs currently for TLS, and HTTP integration is not
ready. In fact RC2 contains only minor changes compared to RC1, since it
was released so the Reactive Streams specification group can follow on with
a final release of the spec.

-Endre


>
> Thanks
>
>
>
> On Friday, April 24, 2015 at 1:06:55 PM UTC-4, drewhk wrote:
>>
>> Hi Magnus
>>
>> On Fri, Apr 24, 2015 at 6:15 PM, Magnus Andersson <
>> [email protected]> wrote:
>>
>>> Haha, good answer. I missed that tweet!
>>>
>>> Both TLS and WebSockets, that is great news more than I would have hoped
>>> for. Now I'm very eager for a new Milestone release.
>>>
>>
>> The TLS support is not yet integrated with Http though. That comes next
>> round.
>>
>> -Endre
>>
>>
>>>
>>> /Magnus
>>>
>>> 2015-04-24 16:45 GMT+02:00 Richard Rodseth <[email protected]>:
>>>
>>>> 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 a topic in the
>>>> Google Groups "Akka User List" group.
>>>> To unsubscribe from this topic, visit
>>>> https://groups.google.com/d/topic/akka-user/8sgXZTillbE/unsubscribe.
>>>> To unsubscribe from this group and all its topics, 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.
>>>>
>>>
>>>
>>>
>>> --
>>> Magnus Andersson
>>> Mollyware AB
>>>
>>> +46-738-403885
>>> [email protected]
>>> www.mollyware.se
>>>
>>> --
>>> >>>>>>>>>> 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.
>



-- 
Akka Team
Typesafe - Reactive apps on the JVM
Blog: letitcrash.com
Twitter: @akkateam

-- 
>>>>>>>>>>      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.

Reply via email to