OpenVPN Client on GL-AR150-ext

Hi, I´m a new user of GL-iNet products. When trying to configure the OpenVPN Client of the GL-AR150-ext to connect to an existing OpenVPN Server running in a pfSense firewall, I got the following error:

Exiting due to fatal error OpenVPN 2.4.3 mips-openwrt-linux-gnu [SSL (OpenSSL)][LZO][LZ4][EPOLL][MH/PKTINFO][AEAD]library versions:OpenSSL 1.0.2k 26 Jan 2017,LZO 2.09 Error opening file: pfSense-udp-1194-vpnuser1.p12 Exiting due to fatal error.

For some reason the AR150 couldn’t load the certificate file.

The GL-AR150-ext firmware was updated to 2.27.

PS. Using the same configuration files in a Mac or Windows computer the connection goes through successfully.

Any help will be appreciated!

@luigi It is a issue on v2 firmware. Try this:

First, ssh into the router

Second, please put key.p12 in /etc/openvpn/

Third, add the line to .ovpn file:
pkcs12 /etc/openvpn/key.p12

The file path should be absolute path.