Mats Knuts
New Around Here
Hi,
Upgraded my AC3200 to Merlin 384.10 (was on 384.9) and after that the openVPN client could not connect. The log just gave the error "Cannot load certificate file client.crt". However certificate, key and ca seems OK.
When I downgraded back to 384.9 everyting started to work again.
Any hint on where to start looking?
The client config looks like this:
Upgraded my AC3200 to Merlin 384.10 (was on 384.9) and after that the openVPN client could not connect. The log just gave the error "Cannot load certificate file client.crt". However certificate, key and ca seems OK.
When I downgraded back to 384.9 everyting started to work again.
Any hint on where to start looking?
The client config looks like this:
Code:
# Automatically generated configuration
daemon ovpn-client2
client
dev tun12
proto udp
remote somewhere.com 4998
connect-retry-max 15
nobind
persist-key
persist-tun
comp-lzo adaptive
ncp-ciphers AES-128-GCM:AES-256-GCM:AES-128-CBC:AES-256-CBC
cipher AES-256-CBC
script-security 2
route-delay 2
route-up vpnrouting.sh
route-pre-down vpnrouting.sh
verb 3
up updown.sh
down updown.sh
ca ca.crt
cert client.crt
key client.key
status-version 2
status status 5
# Custom Configuration
float
keepalive 15 60
remote-cert-tls server
resolv-retry infinite