I have recently moved to a new Synology NAS running their VPN plugin which incorporates OVPN and set up the server as follows:
-the IP/name of the NAS is a dropin replacement so port forwarding on the router will continue to work
-used the default app on the NAS settings which generated the .ovpn file below
-imported to OVPN on Android and inserted user name and password
-I get the following error message on the client:
Code: Select all
openvpn opensslcontext::ssl_cleartext BIO_read failed cap=2576 status=-1 error:1416f086 ssl routine:tls_process_server_certificate certificate verify failed
thanks
mike
Client config
1
dev tun
2
tls-client
3
remote myserver.synology.me 1194
4
redirect-gateway def1
5
dhcp-option DNS 192.168.2.254
6
pull
7
proto udp
8
script-security 2
9
comp-lzo
10
reneg-sec 0
11
cipher AES-256-CBC
12
auth SHA512
13
auth-user-pass
14
<ca>
15
--STRIPPED INLINE CA CERT--
16
</ca>