Skip to content
Snippets Groups Projects
Unverified Commit 3c57a988 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[bug] allow tls 1.0 as a workaround for buster/sid

in systems with newer openssl, tls 1.0 has been disabled.
however, this breaks the ability of a client in a newer system to
connect with the openvpn servers on providers that are still on stretch.

platform needs to be upgraded.

-Related: #105
parent 2445ac94
No related branches found
No related tags found
1 merge request!56[bug] allow tls 1.0 as a workaround for buster/sid
......@@ -23,6 +23,7 @@ var (
"--remote-cert-tls", "server",
"--dhcp-option", "DNS", nameserver,
"--log", LogFolder + "openvpn.log",
"--tls-version-min", "1.0",
}
allowendArgs = map[string][]string{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment