שלום,
יש לי שרת nodejs,שרץ במחשב (linux ( ubuntu.
בכל קריאה שאני מנסה לגשת לשרת אני מקבלת את השגיאה הבאה:
Error: unable to verify the first certificate at TLSSocket.onConnectSecure (_tls_wrap.js:1058:34) at TLSSocket.emit (events.js:198:13) at TLSSocket.EventEmitter.emit (domain.js:448:20) at TLSSocket._finishInit (_tls_wrap.js:636:8)
גם כאשר אני מנסה להתקין עם curl אני מקבלת שגיאה לדוג' עבור הפקודה הבאה (התקנת npm)
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
אני מקבלת את השגיאה הזו:
curl: (60) SSL certificate problem: unable to get local issuer certificate More details here: https://curl.haxx.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above.
אציין כי בגלישה ללא חסימה הבעיה לא קיימת,
אשמח לעזרה,
תודה רבה.