Monday, 28 August 2017

Nodejs self signed certificate issues

{ [Error: unable to verify the first certificate] code: 'UNABLE_TO_VERIFY_LEAF_SIGNATURE' }


{ [Error: self signed certificate] code: 'DEPTH_ZERO_SELF_SIGNED_CERT' }



Related Posts:

  • NPM!-- google_ad_client = "ca-pub-4378340310740210"; /* rectangle-nodemongo */ google_ad_slot = "1751391070"; google_ad_width = 336; google_ad_height = 280; //-- What is NPM? NPM stands for Node Package Manager. Whne we inst… Read More
  • Event mechanism in node.js !-- google_ad_client = "ca-pub-4378340310740210"; /* node */ google_ad_slot = "4782569475"; google_ad_width = 728; google_ad_height = 90; //-- Node.js is an Event driven like Dom. When user interacts with particular inte… Read More
  • 1st WebServer with node.js In this article, i will create 1st Web Server. STEPS: Listen port Receive Request send response loading static files Http Module: include http module var http=require("http"); create a server var server=http.createS… Read More
  • Filesystem module (fs) in node.js !-- google_ad_client = "ca-pub-4378340310740210"; /* node */ google_ad_slot = "4782569475"; google_ad_width = 728; google_ad_height = 90; //-- File system module is to access files on the disk. To use the module, use&n… Read More
  • Features of MongoDB 1. Document oriented storage 2. Auto Sharding 3. Querying 4. Full index support 5. Map 6. GridFS var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-37329026-1']); _gaq.push(['_setDomainName', 'nodemongo.asia… Read More

0 comments:

Post a Comment