-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't complete call to TLS_method #106
Comments
Hello, @cup This error means that Please, compile and run next code and show me complete output.
Also I need more info on your system (OS version, ssl library installed) Thanks |
that source doesnt create any output... |
Ok, what is your OS and openssl library installed? |
Hello @cup Just in case you are on windows https://github.com/ikod/dlang-requests#windows-ssl-notes |
that link is not going to work for me as its a shared build. can you recommend a static build? |
Hello @cup If you mean that you have to distribute executable to the machine where openssl library did not installed, then sorry - no, you can't do this with |
@ikod are you certain? I found a static build here: so I would just need a way to link it |
@cup , If you will use std.net.curl in your code - then maybe yes, you can link ssl library statically(I never tried). But not with requests, because requests load ssl library dynamically during application start and detect openssl version at runtime (because openssl 1.0 and openssl 1.1 have different API and there is no easy and portable way to detect openssl version at library build time). You can find details here #45 in case you interested. |
@ikod ok thank you, then I definitely cannot use requests. |
Sorry for that, @cup |
Using this file:
I get this result:
The text was updated successfully, but these errors were encountered: