8
เพิกเฉยใบรับรอง SSL ที่ลงชื่อด้วยตนเองที่ไม่ถูกต้องใน node.js ด้วย https.request หรือไม่
ฉันกำลังทำงานกับแอพเล็ก ๆ ที่ลงชื่อเข้าใช้เราเตอร์ไร้สายในพื้นที่ของฉัน (Linksys) แต่ฉันพบปัญหากับใบรับรอง SSL ที่ลงชื่อด้วยตนเองของเราเตอร์ ฉันวิ่ง wget 192.168.1.1 และรับ: ERROR: cannot verify 192.168.1.1's certificate, issued by `/C=US/ST=California/L=Irvine/O=Cisco-Linksys, LLC/OU=Division/CN=Linksys/emailAddress=support@linksys.com': Self-signed certificate encountered. ERROR: certificate common name `Linksys' doesn't match requested host name `192.168.1.1'. To connect to 192.168.1.1 insecurely, use `--no-check-certificate'. ในโหนดข้อผิดพลาดที่ถูกจับได้คือ: { [Error: socket hang up] code: 'ECONNRESET' } …