authenticate/decrypt packet error cipher final failed openvpn

Need help configuring your VPN? Just post here and you'll get that help.

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

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
TheMac
OpenVpn Newbie
Posts: 5
Joined: Sat Feb 25, 2017 7:38 pm

authenticate/decrypt packet error cipher final failed openvpn

Post by TheMac » Sun Apr 09, 2017 3:39 am

The client connects well to the server I can navigate but in the Tunnelblic console it will be shown in the following error ...
Authenticate / decrypt packet error cipher final failed openvpn :oops:

To what can be owed this is to really insure the vpn connection with these error ..

Confing vpn

Code: Select all

client
dev tun
proto udp
remote dominio-o-ip.del.servidor.vpn
resolv-retry infinite
nobind
persist-key
persist-tun
cipher AES-256-CBC
auth sha1
tls-client
remote-cert-tls server
comp-lzo
verb 3
reneg-sec 0
route 1......
dhcp-option DNS ...
ca ./ca.crt
cert ./cliente1.crt
key ./cliente1.key
ns-cert-type server
disable-occ

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

Re: authenticate/decrypt packet error cipher final failed openvpn

Post by TinCanTech » Sun Apr 09, 2017 2:20 pm


Post Reply