When I attempt from an iPad(7th generation) running iOS 13.3.1 a get an error trying to connect (Server Poll Timeout).
Steps I have taken:
1. Downloaded the user credentials from Datto device (D200-US-VZW) and combined .crt and .key files into the ovpn file to make this file
Client config
1
dev tun
2
persist-tun
3
persist-key
4
cipher AES-256-CBC
5
auth SHA1
6
tls-client
7
client
8
resolv-retry infinite
9
remote bcc5212a6152ae149e9b41e806409720.device-dns.com 1194 udp
10
lport 0
11
verify-x509-name "GilliatteFirewall_9940" name
12
<ca>
13
--STRIPPED INLINE CA CERT--
14
</ca>
15
<cert>
16
--STRIPPED INLINE CERT--
17
</cert>
18
<key>
19
--STRIPPED INLINE KEY--
20
</key>
21
<tls-auth>
22
--STRIPPED INLINE TLS-AUTH KEY--
23
</tls-auth>
24
compress lz4
25
passtos
26
verb 3
27
explicit-exit-notify 2
28
float
2. Import the file successfully
3. Attempt to connect and it tries three times before error.
In the log file is where I see the error Server poll timeout, trying next remote entry...
Any help would be much appreciated
Thanks
CB