No VPN connetion with AR150

Hello,
I am using an AR150. I tried to connect to the openVPN as described above. Unfortunately I do not get the VPN Authentication page. The VPN config normally ask me for a password, when I use the openVPN config file in Windows and Android. Please could you help me? I tried the Firmware version 2.26 and 2.27.
Thanks in advance for your help.
Sebastian

Below you will find the log:
OpenVPN 2.4.3 mips-openwrt-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] library versions: OpenSSL 1.0.2g 1 Mar 2016, LZO 2.08 neither stdin nor stderr are a tty device and you have neither a controlling tty nor systemd - can’t ask for ‘Enter Private Key Password:’. If you used --daemon, you need to use --askpass to make passphrase-protected keys work, and you can not use --auth-nocache. Exiting due to fatal error

Please find below the config file with x for the private information.
client
dev tun
proto udp
remote x.x.x.x 1194
resolv-retry infinite
nobind
persist-key
persist-tun
key-direction 1
remote-cert-tls server
tls-version-min 1.2
verify-x509-name server name
cipher AES-256-CBC
auth SHA256
comp-lzo
verb 1
push “redirect-gateway def1”
push “dhcp-option DNS x.x.x.x”

-----BEGIN CERTIFICATE-----
xxxx
-----END CERTIFICATE-----


-----BEGIN CERTIFICATE-----
xxx
-----END CERTIFICATE-----


-----BEGIN ENCRYPTED PRIVATE KEY-----
xxxxx
-----END ENCRYPTED PRIVATE KEY-----

2048 bit OpenVPN static key

-----BEGIN OpenVPN Static key V1-----
xxxx
-----END OpenVPN Static key V1-----

Please add the following line to the ovpn file then reupload

askpass 

Thanks a lot, that worked. :slight_smile: