On Sat, 04 Apr 2015 23:21:39 GMT, Dato wrote:

Hello. We are evaluating a platform for our gambling backend solution (mainly it's a REST API consumed by js client). Currently, we have written some code in .NET/C#, but we'd like a portable solution and probably a better performance. So we are considering D/GDC. I came across vibe.d. It looks really promising, but we couldn't find anything about HTTPS support. So does vibe.d supports SSL?

Thanks :)

It certainly does!

Low level SSL/TLS stream support: http://vibed.org/api/vibe.stream.ssl/
HTTPS server support: http://vibed.org/api/vibe.http.server/HTTPServerSettings.sslContext

The HTTP and SMTP clients also support SSL/TLS connections.

For HTTPS server examples see also:
https://github.com/rejectedsoftware/vibe.d/tree/master/examples/https_server
https://github.com/rejectedsoftware/vibe.d/tree/master/examples/https_server_sni