timotheecour / Nim

Nim is a compiled, garbage-collected systems programming language with a design that focuses on efficiency, expressiveness, and elegance (in that order of priority).
http://nim-lang.org/
Other
2 stars 0 forks source link

misc ssl #634

Open timotheecour opened 3 years ago

timotheecour commented 3 years ago

links

timotheecour commented 3 years ago
python -c "import ssl; print(ssl.get_default_verify_paths())"