Page 1 of 1

Server poll timeout issue

Posted: Thu Oct 21, 2021 4:26 am
by adoboing
This only happens when I use the inline base64 code to make all the certs and keys into one .ovpn file

this is the code, please help

Code: Select all

23:17:16.644 -- ----- OpenVPN Start -----

23:17:16.645 -- EVENT: CORE_THREAD_ACTIVE

23:17:16.649 -- OpenVPN core 3.git::662eae9a:Release android arm64 64-bit PT_PROXY

23:17:16.649 -- Frame=512/2048/512 mssfix-ctrl=1250

23:17:16.652 -- UNUSED OPTIONS
4 [resolv-retry] [infinite]
5 [nobind]
6 [persist-key]
7 [persist-tun]
14 [verb] [3]

23:17:16.653 -- EVENT: RESOLVE

23:17:16.657 -- Contacting xx.xxx.xx.xxx:1194 via UDP

23:17:16.658 -- EVENT: WAIT

23:17:16.661 -- Connecting to [xx.xxx.xx.xxx]:1194 (xx.xxx.xx.xxx) via UDPv4

23:17:26.654 -- Server poll timeout, trying next remote entry...

23:17:26.655 -- EVENT: RECONNECTING

23:17:26.663 -- EVENT: RESOLVE

23:17:26.672 -- Contacting xx.xxx.xx.xxx:1194 via UDP

23:17:26.673 -- EVENT: WAIT

23:17:26.681 -- Connecting to [xx.xxx.xx.xxx]:1194 (xx.xxx.xx.xxx) via UDPv4

23:17:36.656 -- Server poll timeout, trying next remote entry...

23:17:36.658 -- EVENT: RECONNECTING

23:17:36.665 -- EVENT: RESOLVE

23:17:36.672 -- Contacting xx.xxx.xx.xxx:1194 via UDP

23:17:36.673 -- EVENT: WAIT

23:17:36.680 -- Connecting to [xx.xxx.xx.xxx]:1194 (xx.xxx.xx.xxx) via UDPv4

23:17:46.659 -- Server poll timeout, trying next remote entry...

23:17:46.662 -- EVENT: RECONNECTING

23:17:46.675 -- EVENT: RESOLVE

23:17:46.689 -- Contacting xx.xxx.xx.xxx:1194 via UDP

23:17:46.691 -- EVENT: WAIT

23:17:46.699 -- Connecting to [xx.xxx.xx.xxx]:1194 (xx.xxx.xx.xxx) via UDPv4

23:17:56.662 -- Server poll timeout, trying next remote entry...

23:17:56.664 -- EVENT: RECONNECTING

23:17:56.670 -- EVENT: RESOLVE

23:17:56.674 -- Contacting xx.xxx.xx.xxx:1194 via UDP

23:17:56.675 -- EVENT: WAIT

23:17:56.679 -- Connecting to [xx.xxx.xx.xxx]:1194 (xx.xxx.xx.xxx) via UDPv4

23:18:03.545 -- EVENT: DISCONNECTED

23:18:03.545 -- Tunnel bytes per CPU second: 0

23:18:03.546 -- ----- OpenVPN Stop -----

Re: Server poll timeout issue

Posted: Thu Oct 21, 2021 1:42 pm
by TinCanTech
adoboing wrote:
Thu Oct 21, 2021 4:26 am
This only happens when I use the inline base64 code to make all the certs and keys into one .ovpn file
The client cannot connect to the server, that has nothing to do with your config file.

Re: Server poll timeout issue

Posted: Thu Nov 11, 2021 2:25 pm
by adoboing
TinCanTech wrote:
Thu Oct 21, 2021 1:42 pm
adoboing wrote:
Thu Oct 21, 2021 4:26 am
This only happens when I use the inline base64 code to make all the certs and keys into one .ovpn file
The client cannot connect to the server, that has nothing to do with your config file.

Well is there a way I can fix it?

Re: Server poll timeout issue

Posted: Thu Nov 11, 2021 7:29 pm
by TinCanTech
Check your server log for errors.