Skip to content

Commit

Permalink
fix(openvpn): add support for OpenVPN before 2.5
Browse files Browse the repository at this point in the history
Still older version in use.
  • Loading branch information
Rotzbua committed Aug 22, 2023
1 parent bd835dc commit 6d89405
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openvpn-server/conf/server.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ key /etc/openvpn/secrets/server.key # This file should be kept secret
tls-version-min 1.3 or-highest
tls-cipher TLS-ECDHE-RSA-WITH-AES-256-GCM-SHA384
data-ciphers AES-256-GCM
data-ciphers-fallback -
# Fallback for OpenVPN before version 2.5, use "-" to disable support.
data-ciphers-fallback AES-256-GCM
auth SHA256
dh none
ecdh-curve secp384r1
Expand Down

0 comments on commit 6d89405

Please sign in to comment.