Re: Wget failures connecting to GitHub on Ubuntu 20

2021-09-23 Thread Jeffrey Walton
On Sat, Sep 18, 2021 at 7:16 AM Colin Watson  wrote:
>
> On Fri, Sep 17, 2021 at 09:15:12PM -0400, Jeffrey Walton wrote:
> > This caught me by surprise today:
> >
> > $ lsb_release -a
> > No LSB modules are available.
> > Distributor ID: Ubuntu
> > Description:Ubuntu 20.04.3 LTS
> > Release:20.04
> > Codename:   focal
> >
> > $ wget -O main.cxx
> > https://raw.githubusercontent.com/austin-clifton/cryptopp-chacha-asm-test/main/src/main.cpp
>
> This works fine for me on 20.04; perhaps the relevant DigiCert CA is
> disabled on your system.  Try "sudo dpkg-reconfigure ca-certificates"
> and make sure it's enabled.

Thanks Colin. That command cleared the issue.

Jeff

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Wget failures connecting to GitHub on Ubuntu 20

2021-09-18 Thread Colin Watson
On Fri, Sep 17, 2021 at 09:15:12PM -0400, Jeffrey Walton wrote:
> This caught me by surprise today:
> 
> $ lsb_release -a
> No LSB modules are available.
> Distributor ID: Ubuntu
> Description:Ubuntu 20.04.3 LTS
> Release:20.04
> Codename:   focal
> 
> $ wget -O main.cxx
> https://raw.githubusercontent.com/austin-clifton/cryptopp-chacha-asm-test/main/src/main.cpp

This works fine for me on 20.04; perhaps the relevant DigiCert CA is
disabled on your system.  Try "sudo dpkg-reconfigure ca-certificates"
and make sure it's enabled.

-- 
Colin Watson (he/him)  [cjwat...@ubuntu.com]

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss