7

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 : Error from execution

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,

llrs
  • 3,308
  • 35
  • 68
JS1
  • 631
  • 2
  • 7
  • 23
  • could you post the exact command you are using please – Owensteam Dec 09 '19 at 15:30
  • for this error I used the command : openssl s_client -connect server.yourwebhoster.eu:21 -starttls ftp – JS1 Dec 11 '19 at 08:07
  • 1
    same for me: openssl s_client -showcerts -servername registry.npmjs.org -connect registry.npmjs.org:443 34359738384:error:2008F002:BIO routines:BIO_lookup_ex:system lib:crypto/bio/b_addr.c:726:Name or service not known connect:errno=88 – user1767316 Oct 01 '20 at 09:34
  • in my case 'npm config set strict-ssl false' was ok to perform npx ng update – user1767316 Oct 01 '20 at 09:36

0 Answers0