muduo icon indicating copy to clipboard operation
muduo copied to clipboard

ssl / tls support

Open apelcer opened this issue 9 years ago • 3 comments

Not an issue it is more a request, but, it will be implemented a version with support for SSL / TLS, in the near future?

apelcer avatar Mar 02 '16 08:03 apelcer

Unlikely. I suggest you set up a HTTPS server as reverse proxy, and implement business logic as a FastCGI backend using muduo.

chenshuo avatar Mar 02 '16 20:03 chenshuo

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?

apelcer avatar Mar 03 '16 06:03 apelcer

ssl / tls support? how do it

gnleaf avatar May 30 '20 07:05 gnleaf