Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable nodejs rejecting self signed certs #22

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 5, 2021

  1. Optionally disable node from rejecting self signed certs

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei authored and DavisRayM committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    6d616d2 View commit details
    Browse the repository at this point in the history
  2. switch to root user when setting NODE_TLS_REJECT_UNAUTHORIZED in pm2 …

    …init file
    
    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei authored and DavisRayM committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    e0c2a05 View commit details
    Browse the repository at this point in the history
  3. set NODE_TLS_REJECT_UNAUTHORIZED default value to be 1

    Signed-off-by: Kipchirchir Sigei <[email protected]>
    KipSigei authored and DavisRayM committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    5abb874 View commit details
    Browse the repository at this point in the history