OpenVPN3 installation problem

This forum is for general conversation and user-user networking.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
luchoaraya30
OpenVpn Newbie
Posts: 1
Joined: Fri Aug 20, 2021 2:01 pm

OpenVPN3 installation problem

Post by luchoaraya30 » Fri Aug 20, 2021 2:59 pm

I'm trying to install OpenVpn3 on Ubuntu 18.04 following the official guide (https://community.openvpn.net/openvpn/w ... nVPN3Linux), but can't install the repository key ($ wget https://swupdate.openvpn.net/repos/open ... kg-key.pub), I get the following error:
https://swupdate.openvpn.net/repos/open ... kg-key.pub
Resolving swupdate.openvpn.net (swupdate.openvpn.net)... 146.112.61.106, ::ffff:146.112.61.106
Connecting to swupdate.openvpn.net (swupdate.openvpn.net)|146.112.61.106|:443... connected.
ERROR: cannot verify swupdate.openvpn.net's certificate, issued by ‘CN=Cisco Umbrella Secondary SubCA mia-SG,O=Cisco’:
Unable to locally verify the issuer's authority.
To connect to swupdate.openvpn.net insecurely, use `--no-check-certificate'.
Adding the --no-check-certificate flag throws the following error:
https://swupdate.openvpn.net/repos/open ... kg-key.pub
Resolving swupdate.openvpn.net (swupdate.openvpn.net)... ::ffff:146.112.61.106, 146.112.61.106
Connecting to swupdate.openvpn.net (swupdate.openvpn.net)|::ffff:146.112.61.106|:443... connected.
WARNING: cannot verify swupdate.openvpn.net's certificate, issued by ‘CN=Cisco Umbrella Secondary SubCA mia-SG,O=Cisco’:
Unable to locally verify the issuer's authority.
HTTP request sent, awaiting response... 403 Forbidden
2021-08-20 09:55:54 ERROR 403: Forbidden.
Any idea on what should I do?

TinCanTech
OpenVPN Protagonist
Posts: 11139
Joined: Fri Jun 03, 2016 1:17 pm

Re: OpenVPN3 installation problem

Post by TinCanTech » Fri Aug 20, 2021 3:09 pm

Works for me:

Code: Select all

tct@home:~/temp$ wget https://swupdate.openvpn.net/repos/openvpn-repo-pkg-key.pub
--2021-08-20 16:08:31--  https://swupdate.openvpn.net/repos/openvpn-repo-pkg-key.pub
Resolving swupdate.openvpn.net (swupdate.openvpn.net)... 104.18.110.96, 104.18.109.96
Connecting to swupdate.openvpn.net (swupdate.openvpn.net)|104.18.110.96|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3165 (3.1K) [binary/octet-stream]
Saving to: ‘openvpn-repo-pkg-key.pub.1’

openvpn-repo-pkg-key.pub.1            100%[======================================================================>]   3.09K  --.-KB/s    in 0s      

2021-08-20 16:08:31 (7.06 MB/s) - ‘openvpn-repo-pkg-key.pub.1’ saved [3165/3165]


Post Reply