Page 1 of 1

WIndows 10 - OpenVPN Connection Error, Please help

Posted: Mon Jul 09, 2018 11:50 pm
by Perry Yu
Windows 10, OpenVPN GUI

Config:

client
dev tap
proto udp
sndbuf 393216
rcvbuf 393216
push "sndbuf 393216"
push "rcvbuf 393216"
dev-node NETGEAR-VPN
remote xxxx.org 12974
resolv-retry infinite
nobind
persist-key
persist-tun
ca c:\\User\\User\\OpenVPN\\config\\PYU-Home\\ca.crt
cert c:\\User\\User\\OpenVPN\\config\\PYU-Home\\client.crt
key c:\\User\\User\\OpenVPN\\config\\PYU-Home\\client.key
cipher AES-128-CBC
comp-lzo
verb 0

Errors when Connecting:

Options error: --ca fails with 'c:\User\User\OpenVPN\config\PYU-Home\ca.crt': No such process (errno=3)
Options error: --cert fails with 'c:\User\User\OpenVPN\config\PYU-Home\client.crt': No such process (errno=3)
Tue Jul 10 07:33:55 2018 WARNING: cannot stat file 'c:\User\User\OpenVPN\config\PYU-Home\client.key': No such process (errno=3)
Options error: --key fails with 'c:\User\User\OpenVPN\config\PYU-Home\client.key'
Options error: Please correct these errors.
Use --help for more information.