On Tuesday, 1 January 2019 at 19:49:46 UTC, Laurent Tréguier
wrote:
I've had this error when using libeay32.dll and ssleay32.dll,
that dub uses. I think they are related to SSL handling, but
I'm far from being an expert on this; are they necessary?
Looks like here someone was struggling with it as well (curl +
windows):
https://github.com/benbalter/jekyll-remote-theme/issues/9#issuecomment-368340758
If it was commandline curl, one could add --insecure switch, the
same equivalent can be done for libcurl to disable SSL
verification. While it shouldn't be a default for security
reasons, perhaps a checkbox should be added to code-d settings?
Something like [ ] (UNSAFE) Disable Curl SSL verification