mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-18 19:00:15 +00:00
b5db30985a
When connecting with Tunnelblick client I received following error: TLS_ERROR: BIO read tls_read_plaintext error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol TLS Error: TLS object -> incoming plaintext read error TLS Error: TLS handshake failed To fix the problem the same tls-version-min directive used in server configuration has to be added to the client config.
16 lines
235 B
Text
16 lines
235 B
Text
client
|
|
dev tun
|
|
proto udp
|
|
remote IPv4pub 1194
|
|
resolv-retry infinite
|
|
nobind
|
|
persist-key
|
|
persist-tun
|
|
key-direction 1
|
|
remote-cert-tls server
|
|
tls-version-min 1.2
|
|
verify-x509-name SRVRNAME name
|
|
cipher AES-256-CBC
|
|
auth SHA256
|
|
comp-lzo
|
|
verb 1
|