Client exception in transport_recv: process_server_push_error: Problem accepting server-pushed peer-id: parse/range issu

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
goancea
OpenVpn Newbie
Posts: 1
Joined: Fri Jun 16, 2023 7:55 am

Client exception in transport_recv: process_server_push_error: Problem accepting server-pushed peer-id: parse/range issu

Post by goancea » Fri Jun 16, 2023 8:19 am

Hello all,


I have a Mikrotik router and I am using openvpn server to connect over the Internet.

For the last months all is working fine, but after I upgraded OpenvpnConnect to version 3.3.7(2979) when I am trying to connect to VPN the below error is received:

Code: Select all

[Jun 16, 2023, 11:13:56] Client exception in transport_recv: process_server_push_error: Problem accepting server-pushed peer-id: parse/range issue
Here is the full log:
A.A.A.A = is the public ip address of the router

Code: Select all

⏎[Jun 16, 2023, 11:13:56] Connecting to [A.A.A.A]:1194 (A.A.A.A) via TCPv4
⏎[Jun 16, 2023, 11:13:56] EVENT: CONNECTING 
⏎[Jun 16, 2023, 11:13:56] Tunnel Options:V4,dev-type tun,link-mtu 1559,tun-mtu 1500,proto TCPv4_CLIENT,cipher AES-128-CBC,auth SHA1,keysize 128,key-method 2,tls-client
⏎[Jun 16, 2023, 11:13:56] Creds: Username/Password
⏎[Jun 16, 2023, 11:13:56] Peer Info:
IV_VER=3.git::d3f8b18b
IV_PLAT=win
IV_NCP=2
IV_TCPNL=1
IV_PROTO=30
IV_CIPHERS=AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305:AES-128-CBC
IV_IPv6=0
IV_GUI_VER=OCWindows_3.3.7-2979
IV_SSO=webauth,openurl,crtext

⏎[Jun 16, 2023, 11:13:56] SSL Handshake: peer certificate: CN=OpenVpnServer, 2048 bit RSA, cipher: ECDHE-RSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH     Au=RSA  Enc=AESGCM(256) Mac=AEAD

⏎[Jun 16, 2023, 11:13:56] Session is ACTIVE
⏎[Jun 16, 2023, 11:13:56] EVENT: GET_CONFIG ⏎[Jun 16, 2023, 11:13:56] Sending PUSH_REQUEST to server...
⏎[Jun 16, 2023, 11:13:56] OPTIONS:
0 [route] [10.50.0.0] [255.255.240.0]
1 [route] [10.85.219.0] [255.255.255.0]
2 [route] [172.16.10.0] [255.255.255.0]
3 [ping] [20]
4 [ping-restart] [60]
5 [topology] [subnet]
6 [route-gateway] [192.168.192.1]
7 [ifconfig] [192.168.192.50] [255.255.255.0]
8 [peer-id] [16777215]
9 [block-ipv6]

⏎[Jun 16, 2023, 11:13:56] Client exception in transport_recv: process_server_push_error: Problem accepting server-pushed peer-id: parse/range issue
⏎[Jun 16, 2023, 11:13:56] Client terminated, restarting in 2000 ms...
⏎

And the openvpn config file on the client is:

Code: Select all

client
dev tap
proto tcp
remote A.A.A.A 1194
resolv-retry infinite
nobind
persist-key
persist-tap
ca ca.crt
cert client.crt
key client.key
remote-cert-tls server
cipher AES-128-CBC
auth SHA1
auth-user-pass
#redirect-gateway def1
verb 3
route 192.168.20.0 255.255.2.0
route 10.85.219.0 255.255.255.0
route 172.16.10.0 255.255.255.0
I did not change anything on router, only the client was upgraded to 3.3.7

Thank you

mariobandini
OpenVpn Newbie
Posts: 2
Joined: Fri Jun 16, 2023 3:44 pm

Re: Client exception in transport_recv: process_server_push_error: Problem accepting server-pushed peer-id: parse/range

Post by mariobandini » Fri Jun 16, 2023 3:46 pm

Same here after updating Mikrotik RouterOS to 7.10.
Also stopped working OpenVPN client connections from other Mikrotik.
Passepartout (iOS app) connects but does not route to the VPN netwrok.

I suppose the issue is caused by the Mikrotik update...

mariobandini
OpenVpn Newbie
Posts: 2
Joined: Fri Jun 16, 2023 3:44 pm

Re: Client exception in transport_recv: process_server_push_error: Problem accepting server-pushed peer-id: parse/range

Post by mariobandini » Fri Jun 16, 2023 4:03 pm

Downgrade to 7.9.2 solved the issue

halacs
OpenVpn Newbie
Posts: 1
Joined: Thu Jun 22, 2023 4:06 pm

Re: Client exception in transport_recv: process_server_push_error: Problem accepting server-pushed peer-id: parse/range

Post by halacs » Thu Jun 22, 2023 4:08 pm

Same issue here with Mikrotik 7.10 and Android.

I hope Mikrotik guys will fix it soon. I don't want to downgrade if it is not a must but good to know downgrade can help.

Post Reply