Jump to content
Not connected, Your IP: 44.200.40.97
Sign in to follow this  
StarFscker

Ubuntu, using OpenVPN, TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)

Recommended Posts

Hello, I'm getting TLS handshake failures when trying to connect with OpenVPN. I also cannot connect with the Eddie client. It used to work a couple days ago. Any ideas?


$ openvpn --config AirVPN_America_TCP-443.ovpn
Wed Sep 18 11:29:18 2019 OpenVPN 2.4.4 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on May 14 2019
Wed Sep 18 11:29:18 2019 library versions: OpenSSL 1.1.1  11 Sep 2018, LZO 2.08
Wed Sep 18 11:29:18 2019 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Wed Sep 18 11:29:18 2019 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Wed Sep 18 11:29:20 2019 TCP/UDP: Preserving recently used remote address: [AF_INET]104.254.90.194:443
Wed Sep 18 11:29:20 2019 Socket Buffers: R=[87380->87380] S=[16384->16384]
Wed Sep 18 11:29:20 2019 Attempting to establish TCP connection with [AF_INET]104.254.90.194:443 [nonblock]
Wed Sep 18 11:29:21 2019 TCP connection established with [AF_INET]104.254.90.194:443
Wed Sep 18 11:29:21 2019 TCP_CLIENT link local: (not bound)
Wed Sep 18 11:29:21 2019 TCP_CLIENT link remote: [AF_INET]104.254.90.194:443
Wed Sep 18 11:30:21 2019 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
Wed Sep 18 11:30:21 2019 TLS Error: TLS handshake failed
Wed Sep 18 11:30:21 2019 Fatal TLS error (check_tls_errors_co), restarting
Wed Sep 18 11:30:21 2019 SIGUSR1[soft,tls-error] received, process restarting
Wed Sep 18 11:30:21 2019 Restart pause, 5 second(s)
Wed Sep 18 11:30:26 2019 TCP/UDP: Preserving recently used remote address: [AF_INET]104.254.90.194:443
Wed Sep 18 11:30:26 2019 Socket Buffers: R=[87380->87380] S=[16384->16384]
Wed Sep 18 11:30:26 2019 Attempting to establish TCP connection with [AF_INET]104.254.90.194:443 [nonblock]
Wed Sep 18 11:30:27 2019 TCP connection established with [AF_INET]104.254.90.194:443
Wed Sep 18 11:30:27 2019 TCP_CLIENT link local: (not bound)
Wed Sep 18 11:30:27 2019 TCP_CLIENT link remote: [AF_INET]104.254.90.194:443
Wed Sep 18 11:31:27 2019 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
Wed Sep 18 11:31:27 2019 TLS Error: TLS handshake failed
Wed Sep 18 11:31:27 2019 Fatal TLS error (check_tls_errors_co), restarting
Wed Sep 18 11:31:27 2019 SIGUSR1[soft,tls-error] received, process restarting
Wed Sep 18 11:31:27 2019 Restart pause, 5 second(s)
Wed Sep 18 11:31:32 2019 TCP/UDP: Preserving recently used remote address: [AF_INET]104.254.90.194:443
Wed Sep 18 11:31:32 2019 Socket Buffers: R=[87380->87380] S=[16384->16384]
Wed Sep 18 11:31:32 2019 Attempting to establish TCP connection with [AF_INET]104.254.90.194:443 [nonblock]
Wed Sep 18 11:31:33 2019 TCP connection established with [AF_INET]104.254.90.194:443
Wed Sep 18 11:31:33 2019 TCP_CLIENT link local: (not bound)
Wed Sep 18 11:31:33 2019 TCP_CLIENT link remote: [AF_INET]104.254.90.194:443
Wed Sep 18 11:32:33 2019 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
Wed Sep 18 11:32:33 2019 TLS Error: TLS handshake failed
Wed Sep 18 11:32:33 2019 Fatal TLS error (check_tls_errors_co), restarting
Wed Sep 18 11:32:33 2019 SIGUSR1[soft,tls-error] received, process restarting
Wed Sep 18 11:32:33 2019 Restart pause, 5 second(s)
Wed Sep 18 11:32:38 2019 TCP/UDP: Preserving recently used remote address: [AF_INET]104.254.90.194:443
Wed Sep 18 11:32:38 2019 Socket Buffers: R=[87380->87380] S=[16384->16384]
Wed Sep 18 11:32:38 2019 Attempting to establish TCP connection with [AF_INET]104.254.90.194:443 [nonblock]
Wed Sep 18 11:32:39 2019 TCP connection established with [AF_INET]104.254.90.194:443
Wed Sep 18 11:32:39 2019 TCP_CLIENT link local: (not bound)
Wed Sep 18 11:32:39 2019 TCP_CLIENT link remote: [AF_INET]104.254.90.194:443
Wed Sep 18 11:33:39 2019 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
Wed Sep 18 11:33:39 2019 TLS Error: TLS handshake failed
Wed Sep 18 11:33:39 2019 Fatal TLS error (check_tls_errors_co), restarting
Wed Sep 18 11:33:39 2019 SIGUSR1[soft,tls-error] received, process restarting
Wed Sep 18 11:33:39 2019 Restart pause, 5 second(s)
Wed Sep 18 11:33:44 2019 TCP/UDP: Preserving recently used remote address: [AF_INET]104.254.90.194:443
Wed Sep 18 11:33:44 2019 Socket Buffers: R=[87380->87380] S=[16384->16384]
Wed Sep 18 11:33:44 2019 Attempting to establish TCP connection with [AF_INET]104.254.90.194:443 [nonblock]
Wed Sep 18 11:33:45 2019 TCP connection established with [AF_INET]104.254.90.194:443
Wed Sep 18 11:33:45 2019 TCP_CLIENT link local: (not bound)
Wed Sep 18 11:33:45 2019 TCP_CLIENT link remote: [AF_INET]104.254.90.194:443
 

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Security Check
    Play CAPTCHA Audio
    Refresh Image
Sign in to follow this  

×
×
  • Create New...