docker-openvpn icon indicating copy to clipboard operation
docker-openvpn copied to clipboard

/usr/local/bin/ovpn_run: line 55: /etc/openvpn/ovpn_env.sh: No such file or directory

Open NinoSkopac opened this issue 4 years ago • 1 comments

Hi, I'm trying to run this on ECS following this tutorial: https://sgfault.com/2019/03/03/aws-vpn-part-1.html

However, at the last step (screenshoted) I get the error from the title.

Any suggestions?

Screenshot 2022-01-11 at 03 45 02

NinoSkopac avatar Jan 10 '22 20:01 NinoSkopac

Hi! Looking at that error, it seems OpenVPN is failing to locate the config files it needs to start up. Perhaps they haven't been successfully mounted into the container volume? I'd double check the files are available in the Docker volume and the underlying instance to make sure they're there, and in the expected location.

dvejmz avatar Jan 13 '22 00:01 dvejmz