-
Notifications
You must be signed in to change notification settings - Fork 172
HTTPS support #19
Comments
A little web search leads to https://github.com/eidheim/Simple-Web-Server , which is a similar project with HTTPS support. It's implemented by having socket_type as a template parameter. |
I met Simple-Web-Server and then served |
I recently had a problem serving large images with served. The problem disappeared after I switched to Simple-Web-Server, so I didn't botther to debug. I agree that the API of Simple-Web-Server is of a lower level. I've coded up a little wrapper for it. https://github.com/aaalgo/Simple-Web-Extra |
A wrapper is great. |
Why not just run served behind a nginx reverse proxy? All in nice docker containers to boot. |
+1 for feature. Embedded SSL support would be great for service-to-service communication. |
Is HTTPS support planned? Boost::asio supports SSL, so it seems to me HTTPS is not really out of reach.
The text was updated successfully, but these errors were encountered: