ssl / tls support
Not an issue it is more a request, but, it will be implemented a version with support for SSL / TLS, in the near future?
Unlikely. I suggest you set up a HTTPS server as reverse proxy, and implement business logic as a FastCGI backend using muduo.
This is not a solution for me. I'm using muduo to send email as smtp client and I need to "upgrade" the current connection to a secure connection (tls). I saw that you started to implement something related to ssl / tls in muduo-ssl and therefore I asked about this. Is the muduo-ssl the right direction to implement ssl / tls for muduo or it is only a test?
ssl / tls support? how do it