I have developed a simple CLI program that, given a URL as an argument, returns 
the response time to me.

Since I have to call up sites that are on old servers (windows server 2008 r2), 
I had to use an sslContext with CipherSuitesOld.

I compiled it with the -d:ssl -d:openssl10 and -d:release parameters.

The development took place on Windows 11 and the program runs without 
generating errors.

Reported on Windows server 2008 r2 (but also on windows 2019) and added the 
necessary libraries for ssl, when I start it, I get the error: **SIGSEGV: 
Illegal storage access.**.

What can it come from?

Any help is welcome.

Reply via email to