I installed OpenSSL and tried to use it to verifiy my SSL certificates with the commands shown in this page but I always get this error:
s_client -connect server.yourwebhoster.eu:995
18556:error:2008F002:BIO routines:BIO_lookup_ex:system lib::0:H connect:errno=11001 error in s_client
I want to verify these certificates because I'm block when I try to run a program with node js that uses a https.get request :
I searched solution on the Internet and I found out that line : npm config set strict-ssl false
I tried it, set it to true then to false again but nothing changed,