When I launch
Code: Select all
.\openvpn.exe "C:\Program Files\OpenVPN\config\server.ovpn"
Code: Select all
2022-07-19 18:35:46 WARNING: --topology net30 support for server configs with IPv4 pools will be removed in a future release. Please migrate to --topology subnet as soon as possible.
2022-07-19 18:35:46 DEPRECATED OPTION: --cipher set to 'AES-256-CBC' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM). Future OpenVPN version will ignore --cipher for cipher negotiations. Add 'AES-256-CBC' to --data-ciphers or change --cipher 'AES-256-CBC' to --data-ciphers-fallback 'AES-256-CBC' to silence this warning.
2022-07-19 18:35:46 Cannot pre-load keyfile (“C:\Users\username\.OpenVPN\Server-Keys\ta.key”)
2022-07-19 18:35:46 Exiting due to fatal error
tls-auth line in server config
tls-auth “C:\\Users\\username\\.OpenVPN\\Server-Keys\\ta.key” 0 # This file is secret
In fact just to make sure I copy-paste the path to the command line to open the exact same filepath and I can see the ta.key file opening
Code: Select all
#
# 2048 bit OpenVPN static key
#
-----BEGIN OpenVPN Static key V1-----
[CENSORED]
-----END OpenVPN Static key V1-----