-
Notifications
You must be signed in to change notification settings - Fork 2k
URGENT Failed installation at "Add the official OpenVPN APT key" #1794
Comments
It seems OpenVPN key and repository address has changed. Trying to test with the new repo. I'll PR the fix if it's valid ASAP. |
Do we know what the difference is between the instructions on Access Server Software Packages: apt update && apt -y install ca-certificates wget net-tools gnupg
wget -qO - https://as-repository.openvpn.net/as-repo-public.gpg | apt-key add -
echo "deb [arch=amd64] http://as-repository.openvpn.net/as/debian xenial main">/etc/apt/sources.list.d/openvpn-as-repo.list
apt update && apt -y install openvpn-as and the instructions on OpenvpnSoftwareRepos?: $ sudo -s
$ wget -O - https://swupdate.openvpn.net/repos/repo-public.gpg|apt-key add -
$ echo "deb http://build.openvpn.net/debian/openvpn/<version> <osrelease> main" > /etc/apt/sources.list.d/openvpn-aptrepo.list Which key + repo URL is the one that Streisand needs? See #866 for the last time this happened. |
@noelleleigh That repository has 2.3.x for the xenial. That's a big problem since 2.3.x doesn't support fully TLS stuff. I've tried to inform the build repository admin about the expired key. |
So do both repos contain the same packages, just with different versions? |
I think so. But I don't know their differences exactly other than versions. |
I've noticed that No luck so far. I've reported to the bug to thier Trac; https://community.openvpn.net/openvpn/ticket/1309 |
#1796 is waiting to be merged. I've just changed the key and looks good now. |
any update on this? |
Facing the same issue . |
Just hit it too. |
same |
one more |
Hello everyone! I fixed this issue like this : echo "deb http://build.openvpn.net/debian/openvpn/stable xenial main" > /etc/apt/sources.list.d/openvpn-aptrepo.list apt update` |
Expected behavior:
Pass the
Add the official OpenVPN APT key
stepActual Behavior:
Fails at the step
Steps to Reproduce:
apt update && apt upgrade -y && reboot
ssh-keygen
(the script fails when a key not found on the machine)Add the official OpenVPN APT key
stepI've also tried against a newly generated machine through the
Existing machine
option. The bug is still there. Probably applies all the provisioning options.Here is the
ANSIBLE_DEBUG=True
log of the failure; https://www.pastebin.com/1ba9q0DEAnsible Information
Streisand Information
Enabled Roles
The text was updated successfully, but these errors were encountered: