Jump to content

jande133

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by jande133

  1. 2 hours ago, MyKroFt said:

    need help in finding the .pem file

    @brute-force Thanks for the fix.
    
    @ALL For your convenience I've prepared fixed cacert.pem: https://nzbget.net/info/cacert.pem.
    Please download it using your web-browser and put it over existing file in nzbget installation:
    
    On Windows: under C:\Program Files\NZBGet;
    On Mac: /Applications/NZBGet.app/Contents/Resources/tools;
    On Linux if you use installation package from nzbget download page: in nzbget installation directory, the file is near nzbget executable;
    On Linux if you use Docker: inside docker container in nzbget installation directory, the file is near nzbget executable.
    When downloading the file please make sure it was saved as cacert.pem, some browsers may change file extension.
    After replacing cacert.pem you need to reload nzbget via Settings->System->Reload or just restart the app.
    
    Alternative you can instead disable certificate validation via option CertCheck in Settings -> Security.
    
    @wolrah At the moment file provided by curl.se still includes the outdated certificate. Using it shouldn't have helped with the issue. The manual editing of the file is necessary.
    
    I'm going to provide an update for NZBGet ASAP... but you will not be able to install it via NZBGet web UI. What a joke.
    
    BTW, if someone with sed/awk/grep skills can code a command which would remove this certificate from cacert.pem - that would be a great help. I need that command for the build script. Thanks.

     

    Thanks

    Myk

     

    I can help here.

     

    Enter the console of the docker then:

    cd usr/bin/nzbget_bin
    
    nano cacert.pem

     

    After you're in the editor, make sure you're at the top of the file. Should look like this:

     

    |##
     ## Bundle of CA Root Certificates
     ##

     

    Press Alt + A to start highlighting a block. Pgdn until the entire file is highlighted then Ctrl + K to delete the contents.

     

    Copy + paste new contents from the fixed .pem in your link.

     

    Control + X to exit. Y to confirm write changes. Enter to confirm file name.

     

    Restart the nzbget docker.

     

    Finished.

    • Thanks 1
×
×
  • Create New...