I currently have a working pfsense community version firewall.
when I am trying to connect a new user to the openvpn service over the pfsense using the tls+authentication method the user is getting the following error
Unrecognized option or missing or extra parameter(s) in
/Library/Application Support/Tunnelblick/Users/ella/internal
VPN.tblk/Contents/Resources/config.ovpn:4: data-ciphers (2.4.11)
this is the user's config file dump (she is using macos OS)
#viscosity startonopen false
#viscosity dhcp true
#viscosity dnssupport true
#viscosity name
dev tun
persist-tun
persist-key
data-ciphers AES-128-GCM:AES-128-CBC
data-ciphers-fallback AES-128-CBC
auth SHA256
tls-client
client
resolv-retry infinite
remote 12.34.56.78 1234 udp4
verify-x509-name "OpenVPN server certificate" name
auth-user-pass
#cryptoapicert "SUBJ:dudi"
remote-cert-tls server
comp-lzo adaptive
explicit-exit-notify
ca ca.crt
tls-auth ta.key 1
cert cert.crt
key key.key
what am I missing here?
*openvpn service version over the pfsense is 1.6
*tunnelblick version is the latest
*my "old" user is working on her machine and her account doesn't work on mine
- I have tested her authentication over the pfsense and everything is working.
thanks in advance