AnLinux-App icon indicating copy to clipboard operation
AnLinux-App copied to clipboard

Cannot setup desktop environment due to certificate error

Open Gissyup4 opened this issue 4 years ago • 1 comments

I have installed Ubuntu through the dashboard. However when I go to install a window manager, I get this error.

ERROR: cannot verify raw.githubusercontent.com's certificate, issued by ‘CN=DigiCert SHA2 High Assurance Server CA,OU=www.digicert.com,O=DigiCert Inc,C=US’: Unable to locally verify the issuer's authority. To connect to raw.githubusercontent.com insecurely, use --no-check-certificate'.`

Gissyup4 avatar Oct 29 '20 15:10 Gissyup4

Also I found the same. Here the possible solutions:

  1. Add the --no-check-certificate as mentioned by wget (DO NOT USE THAT FOR SECURITY ISSUES).
  2. Updating certificates/Reinstalling certificates (so far did not work with me).
  3. Download the script from a browser and paste and execute.
  4. Install curl and use this instead of wget (I used this option).

More details on the method number 4: apt-get install curl curl "link_of_the_script_for_your_desktop_environment" > script bash script

ilmanowar avatar Dec 13 '20 04:12 ilmanowar