You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.
I am using AirVPN and with its ovpn file, no credentials are needed to connect.
I want to switch from my haugene container to this container but I am unable to do so at the moment. With the haugene conatiner, credential-less ovpn is supported.
I have mounted the airvpn ovpn file to /config/openvpn/config.ovpn and I have also removed CREDENTIALS_FILE=/config/openvpn/openvpn-credentials.txt from the env.
However, it seems like the openvpn script at rootfs/etc/services.d/openvpn/run always check the credential file
WARNING: cannot stat file '': No such file or directory (errno=2)
Options error: --auth-user-pass fails with '': No such file or directory (errno=2)
I have also tried adding the username and password to the environment as well as writing it directly to the credential file but it does not work either.
I am using AirVPN and with its ovpn file, no credentials are needed to connect.
I want to switch from my haugene container to this container but I am unable to do so at the moment. With the haugene conatiner, credential-less ovpn is supported.
I have mounted the airvpn ovpn file to /config/openvpn/config.ovpn and I have also removed CREDENTIALS_FILE=/config/openvpn/openvpn-credentials.txt from the env.
However, it seems like the openvpn script at
rootfs/etc/services.d/openvpn/run
always check the credential fileThis is the current error I get:
I have also tried adding the username and password to the environment as well as writing it directly to the credential file but it does not work either.
The text was updated successfully, but these errors were encountered: