On Fri, 27 Dec 2013 13:05:39 +0100, Sönke Ludwig wrote:
Am 27.12.2013 12:46, schrieb Stephan Dilly:
(...)
Now it prints:
ERR: 'error:140C5042:SSL routines:SSL_UNDEFINED_FUNCTION:called a function you should not call ' object.Exception@C:\Users\Stephan\AppData\Roaming\dub\packages\vibe-d-0.7.18\source\vibe\stream\ssl.d(231): Failed to connect SSL tunnel.: 5Any ideas ??
Oh okay, I see. The
SSLContextconstructor(s) need(s) to be adjusted
with an additional argument that determines the client/server mode (so
that it can be instantiated withXX_client_method()instead ofXX_server_method().I'll also incorporate the
ERR_error_stringcode (the code obviously
assumed thatSSL_get_errorreturns aconst(char)*).
Aaaand I am on git-head again ;)
Thanks in advance!
And a late merry xmas !!