On 2015-05-17 14:40, Suliman wrote:> object.Exception@C:\Users\Dima\AppData\Roaming\dub\packages\vibe-d-0.7.23\source

\vibe\stream\openssl.d(281): Failed to connect SSL tunnel.: error:1407741A:SSL r
outines:SSL23GETSERVER_HELLO:tlsv1 alert decode error (336032794)

Sounds very likely to be due to the removal of SSLv3, google returns a TLSv1 error because that's the oldest supported version.

Easiest solution would be to replace this:
https://github.com/rejectedsoftware/vibe.d/blob/058c45d3eb6afc428f961bdea786c2d4954854dc/source/vibe/stream/openssl.d#L329

with tlsv1