Hello, I forked this simple server-client akka project:
*https://github.com/roclas/akka-irc*
which is an IRC-like chat and I'm trying to encode messages.

In my master branch, if I start a server (sbt run and then select option 2) 
and then a client (sbt run and then select option 1),
if I write something in the client, the message is correctly sent to the 
server.

If I start wireshark and listen to the messages that meet these conditions:
tcp.port==1099 and tcp.len>200

I can read the messages in plain text.

*How could I encode them using SSL? *
You can see what I am trying to do by modifying the 
src/main/resources/application.conf file in the develop branch
What would I have to modify?
*How should my src/main/resources/application.conf file look like?*

Thank you

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