-
-
Notifications
You must be signed in to change notification settings - Fork 808
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
awc_https example is not working in windows 10 with gnu toolchain #330
Comments
Hi, @robjtede! Can you please take a look? |
Also, if this issue is caused by the missing of openssl binaries in windows (which, i believe, should be downloaded separately, from http://gnuwin32.sourceforge.net/packages/openssl.htm for instance), then this example is not really a cross-platform one. |
Related to: actix/actix-web#1560 |
I’m not able to test on Windows. Sorry. |
Hi,
curl and firefox can connect successfully to the SSL enabled Actix server. I fixed openssl by using this command: So it looks like even though some other programs work, openssl itself doesn't see the file automatically. I had to fix the code like this:
|
This is strange, but example never work on my machine, i always get something like:
The only way to make it work is to disable verification completely (which is not a case to work with)
Can anybody verify this example works out of the box on his machine? (
examples/awc_https/src/main.rs
Lines 8 to 12 in 22c8eaa
Also my "rustup show":
I using windows 10 x64
Originally posted by @Zhappa in actix/actix-web#1045 (comment)
The text was updated successfully, but these errors were encountered: