Error while trying to do a https request

2024-02-10 Thread palaso
Thanks for your reply, puppy worked perfectly fine, and it fits my inmediate wish of learning nim by doing small examples. But still if someone knows how to do it with with the stdlib i'll be grateful. I also tried downloading the cacert.pem used by curl but it did not work and neither disablin

Error while trying to do a https request

2024-02-10 Thread enthus1ast
for http(s) requests i would use puppy ( ) , since puppy use the apis provided by the system (winapi or curl). Btw. i could not do a any request to the url you provided (from germany). The server does not answer to me.

Error while trying to do a https request

2024-02-09 Thread palaso
Hello, i'm trying to make an http request but i have the error Error: unhandled exception: error:0A00018A:SSL routines::dh key too small [SslError] i read in stackoverflow that is a problem with the certificate of the server. I tried in another programming language and i could make the request s