When trying to install Proton VPN in Kali Linux, I encountered the following errors:
Errors 'GnuTLS: error in pull function' & 'Unable to establish SSL connection'
**
Request code from terminal**
(kali㉿kali)-[~]
└─$ wget https://repo.protonvpn.com/debian/dists/stable/main/binary-all/protonvpn-stable-release_1.0.3-3_all.deb --no-check-certificate
--2024-07-29 17:01:59-- https://repo.protonvpn.com/debian/dists/stable/main/binary-all/protonvpn-stable-release_1.0.3-3_all.deb
Resolving repo.protonvpn.com (repo.protonvpn.com)... 188.114.98.229, 188.114.99.229, 2606:4700:20::ac43:4672, ...
Connecting to repo.protonvpn.com (repo.protonvpn.com)|188.114.98.229|:443... connected.
GnuTLS: Error in the pull function.
Unable to establish SSL connection.
Can anyone help fix it?
I updated wget and wget2 tried running the command
wget https://repo.protonvpn.com/debian/dists/stable/main/binary-all/protonvpn-stable-release_1.0.3-3_all.deb --no-check-certificate set
and
wget2 https://repo.protonvpn.com/debian/dists/stable/main/binary-all/protonvpn-stable-release_1.0.3-3_all.deb --no-check-certificate set
in the first case the result is the same
Errors 'GnuTLS: error in pull function' & 'Unable to establish SSL connection'
in the second case
Failed to connect (hostname='repo.protonvpn.com', errno=101) Failed to connect (hostname='repo.protonvpn.com', errno=101) Failed to connect (hostname='repo.protonvpn.com', errno=101)
krayneakkuraten is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.