Skip to content
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

Test suite doesn't work on Windows #16

Closed
briansmith opened this issue Aug 26, 2016 · 2 comments
Closed

Test suite doesn't work on Windows #16

briansmith opened this issue Aug 26, 2016 · 2 comments

Comments

@briansmith
Copy link
Contributor

Output { status: ExitStatus(ExitStatus(101)), stdout: "", stderr: "thread \'main\' panicked at \'cannot open CA file \'/etc/ssl/certs/ca-certificates.crt\': Error { repr: Os { code: 3, message: \"The system cannot find the path specified.\" } }\nConsider using the --cafile option to provide a valid CA file.\', examples\\tlsclient.rs:408\nstack backtrace:\n   0:     0x7ff6a4b7137e - std::panicking::rust_panic_with_hook::h2224f33fb7bf2f4c\n   1:     0x7ff6a4b6fd21 - std::rt::lang_start::h352a66f5026f54bd\n   2:     0x7ff6a4b7075d - std::panicking::rust_panic_with_hook::h2224f33fb7bf2f4c\n   3:     0x7ff6a4b705f6 - std::panicking::begin_panic_fmt::h310416c62f3935b3\n   4:     0x7ff6a4b70504 - std::panicking::begin_panic_fmt::h310416c62f3935b3\n   5:     0x7ff6a4926ff8 - tlsclient::make_config\n                        at C:\\Users\\<...>\\rustls\\<std macros>:8\n   6:     0x7ff6a49279f0 - tlsclient::main\n       

Probably rustls should ship with a root CA file that contains the roots that are needed to pass the tests.

@ctz
Copy link
Member

ctz commented Aug 27, 2016

I have something in the pipeline to fix this and issue #15, along the lines of the certifi group of projects.

@ctz
Copy link
Member

ctz commented Aug 28, 2016

Should be fixed now as of 0.1.1

@ctz ctz closed this as completed Aug 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants