OpenVPN / openvpn-gui

OpenVPN GUI is a graphical frontend for OpenVPN running on Windows 7 / 8 / 10. It creates an icon in the notification area from which you can control OpenVPN to start/stop your VPN tunnels, view the log and do other useful things.
Other
1.38k stars 397 forks source link

Add clarity for error on missing management paramater. #657

Closed Samg381 closed 9 months ago

Samg381 commented 9 months ago

Configuration files located in config-auto require a management parameter to be declared. I added an additional line of detail in the error message to this effect. This error has historically caused confusion, and this additional messaging will clarify the fact that a management interface is required to resolve the error.

Samg381 commented 9 months ago

Linking #656

selvanair commented 9 months ago

+1 to improving this message, but wording could be better: What about "Attaching to auto-started connections require --management option in the config file" or something similar that conveys that this is necessary only if controlling via the GUI is desired.

Samg381 commented 9 months ago

Agreed and updated.