dperson / openvpn-client

GNU Affero General Public License v3.0
1.06k stars 587 forks source link

UDP link local: (not bound) #417

Open xgt6op opened 1 year ago

xgt6op commented 1 year ago

2022-12-26 10:08:24 UDP link local: (not bound) 2022-12-26 10:08:24 UDP link remote: [AF_INET]3.7.33.194:1194 2022-12-26 10:09:24 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2022-12-26 10:09:24 TLS Error: TLS handshake failed

I am getting this issue when I am trying to connect with a OpenVPN configuration in my linux computer. Before it used to work fine but now it's not working properly.

fabiencharrasse commented 1 year ago

I have the same problem, have you found a solution?

tob1no commented 8 months ago

Me too! How did you resolve it?

naser2022 commented 3 months ago

i have the same problem! please help!

d1ddle commented 2 months ago

docker-compose logs openvpn-client | more helped me to determine that the minute timeout from the HEALTHCHECK was causing this issue later on in logs. this issue It is advised to use this updated fork to avoid vulnerabilities and keep up-to-date with alpine and open-vpn: forked-from-dperson-openvpn-client you can do this with docker-compose by changing your image tag to using ghcr.io/utkuozdemir/dperson-openvpn-client and re-creating your vpn container.