2.3.3.[Debug message]Error: CERT\_UMTRUSTED

  • symptom

    • CERT_UNTRUSTED error message when using gitbook API on AWS, but it can work on local computer.

  • solution (on Ubuntu 14.04 LS)

    • The issue was with nodev0.10.34(Node.js). This should be fixed inv0.10.35.

      changelog: 2014.12.22, Version 0.10.35 (Stable)
      
      tls: re-add 1024-bit SSL certs removed by f9456a2 (Chris Dickinson)

      Solution:Upgrade tonode 0.10.35.

    • upgrade node to newer version:

Last updated