SSL Error: unable to get local issuer certificate

前端 未结 2 553
长发绾君心
长发绾君心 2020-12-02 12:43

I\'m having trouble configuring SSL on a Debian 6.0 32bit server. I\'m relatively new with SSL so please bear with me. I\'m including as much information as I can.
N

相关标签:
2条回答
  • 2020-12-02 13:23

    If you are a linux user Update node to a later version by running

    sudo apt update
    
     sudo apt install build-essential checkinstall libssl-dev
    
    curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.1/install.sh | bash
    
    nvm --version
    
    nvm ls
    
    nvm ls-remote
    
    nvm install [version.number]
    

    this should solve your problem

    0 讨论(0)
  • 2020-12-02 13:36

    jww is right — you're referencing the wrong intermediate certificate.

    As you have been issued with a SHA256 certificate, you will need the SHA256 intermediate. You can grab it from here: http://secure2.alphassl.com/cacert/gsalphasha2g2r1.crt

    0 讨论(0)
提交回复
热议问题