Error: self signed certificate in certificate chain

 Downloading and extracting tabs starter Error: self signed certificate in certificate chain

at TLSSocket.onConnectSecure (node:_tls_wrap:1532:34)

at TLSSocket.emit (node:events:527:28)

at TLSSocket._finishInit (node:_tls_wrap:946:8)

 

 

Solution: Run Below cmd:

 

set NODE_TLS_REJECT_UNAUTHORIZED=0








No comments:

Post a Comment

SQL Server auto generate UNIQUEIDENTIFIER

 Insert data into a table ✅ Have SQL Server auto-generate both: Id (as INT IDENTITY ) RowGuid (as UNIQUEIDENTIFIER , using NEWID()...

Best for you