Hi Mathias,

there may not be any good examples yet.

On the server side you need to supply an `HttpsContext` to the 
`Http.bind()` method with all the SSL settings.

On the client side there are either HTTPS variants like 
`Http.newHostConnectionPoolTls` or if you use the highest-level API you can 
just supply a request with an https URI to `Http.singleRequest`. The client 
side methods take an optional `HttpsContext` as well but will also use the 
default Java SSL settings (like root certificates, etc.) when none is 
supplied.

HTH
Johannes

On Tuesday, July 14, 2015 at 11:57:08 AM UTC+2, Mathias Bogaert wrote:
>
> Hi,
>
> Is there an example available where SslTls is used with Akka HTTP 
> client/server?
>
> Thanks,
>
> Mathias
>

-- 
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
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