I have been using vpn .ovpn profiles to connect to your VPNs for 2 weeks with no problem. Using command like this:
Code: Select all
sudo openvpn vpngate_219.100.37.64_tcp_443.ovpn
But the last few days, it started giving me
Code: Select all
"AUTH_FAILED" -"SIGTERM[soft,auth-failure] received, process exiting"
Even if i enable "#auth-user-pass" in the config file, and give User:vpn, Pass:vpn, i still get the same error.
I can connect successfully to other non-vpngate VPNS the same way with no problem. Its only VpnGate.
The firewall is Open, not blocking anything
How can i fix this?
Thanks very much!
Code: Select all
sudo openvpn vpngate_219.100.37.64_tcp_443.ovpn
2024-09-18 11:47:55 OpenVPN 2.5.9 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Jun 27 2024
2024-09-18 11:47:55 library versions: OpenSSL 3.0.2 15 Mar 2022, LZO 2.10
2024-09-18 11:47:55 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
2024-09-18 11:47:55 TCP/UDP: Preserving recently used remote address: [AF_INET]219.100.37.64:443
2024-09-18 11:47:55 Socket Buffers: R=[131072->131072] S=[16384->16384]
2024-09-18 11:47:55 Attempting to establish TCP connection with [AF_INET]219.100.37.64:443 [nonblock]
2024-09-18 11:47:55 TCP connection established with [AF_INET]219.100.37.64:443
2024-09-18 11:47:55 TCP_CLIENT link local: (not bound)
2024-09-18 11:47:55 TCP_CLIENT link remote: [AF_INET]219.100.37.64:443
2024-09-18 11:47:55 TLS: Initial packet from [AF_INET]219.100.37.64:443, sid=268f787b c17e73de
2024-09-18 11:47:56 VERIFY OK: depth=2, C=US, O=Internet Security Research Group, CN=ISRG Root X1
2024-09-18 11:47:56 VERIFY OK: depth=1, C=US, O=Let's Encrypt, CN=R11
2024-09-18 11:47:56 VERIFY OK: depth=0, CN=opengw.net
2024-09-18 11:47:56 Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, peer certificate: 2048 bit RSA, signature: RSA-SHA256
2024-09-18 11:47:56 [opengw.net] Peer Connection Initiated with [AF_INET]219.100.37.64:443
2024-09-18 11:47:57 SENT CONTROL [opengw.net]: 'PUSH_REQUEST' (status=1)
2024-09-18 11:48:02 SENT CONTROL [opengw.net]: 'PUSH_REQUEST' (status=1)
2024-09-18 11:48:03 AUTH: Received control message: AUTH_FAILED
2024-09-18 11:48:03 SIGTERM[soft,auth-failure] received, process exiting