HTTPS requests in Nim

2020-09-25 Thread enthus1ast
Just guessing, but it could also be an 32/64 bit mismatch.

HTTPS requests in Nim

2020-09-25 Thread SebastianM
Guys, I've got the same problem in GNU/Linux. Hint: 88119 LOC; 12.865 sec; 89.07MiB peakmem; Debug build; proj: /home/seba/Pobrane/netw.nim; out: /home/seba/Pobrane/netw [SuccessX] Hint: /home/seba/Pobrane/netw [Exec] could not load: libcrypto.so(.1.1|.1.0.2|.1.0.1|.1.0.0|.0.9.9|.0.9.8|.47|.46

HTTPS requests in Nim

2020-08-12 Thread lum
Thank you! Installing via choosenim helped me

HTTPS requests in Nim

2020-08-12 Thread lum
Hi. I was looking for the library for **HTTPS** requests(like requests in Python). I found standart **httpClient**. But when I did request to **https: //github.com/** and compile my programm with **-d:ssl** I caught this error: not load: (libcrypto-1_1-x64|libeay64).dll R

HTTPS requests in Nim

2020-08-12 Thread gabbhack
Check Other dependencies on [https://nim-lang.org/install_windows.html](https://nim-lang.org/install_windows.html) or install nim via choosenim