5cript / SimpleREST

A RESTful webservice for minimalists. Featuring SimpleJSON parser and generator. Using boost asio.
MIT License
0 stars 0 forks source link

Add SSL #2

Closed 5cript closed 8 years ago

5cript commented 8 years ago

Add SSL capabilities.

5cript commented 8 years ago

Cannot do SSL, because SSL can only be applied to asynchronous asio servers. See https://github.com/5cript/attender, if you require SSL.