Connection reset, restarting [0]

Need help configuring your VPN? Just post here and you'll get that help.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
Ross
OpenVpn Newbie
Posts: 1
Joined: Tue May 04, 2021 12:26 pm

Connection reset, restarting [0]

Post by Ross » Tue May 04, 2021 12:38 pm

Hi,

I am running

Code: Select all

OpenVPN 2.4.7 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Feb 20 2019
library versions: OpenSSL 1.1.1d  10 Sep 2019, LZO 2.1
on Debian and can successfully connect to an OpenVPN Gateway. So therefore I know the client does work. If I configure a new gateway and attempt to connect I get a "Connection reset, restarting [0]" cycling and the client backs off. There are no "ERROR" in the log, even if I turn verb up to 11.

What else can I try to debug what is going on? I have even deployed the certs from the working gateway to the new gateway and the same problem in the logs

Tue May 4 13:35:14 2021 us=82293 TCP connection established with [AF_INET]x.x.x.x:443
Tue May 4 13:35:14 2021 us=82423 TCP_CLIENT link local: (not bound)
Tue May 4 13:35:14 2021 us=82460 TCP_CLIENT link remote: [AF_INET]x.x.x.x:443
WRTue May 4 13:35:14 2021 us=104475 TLS: Initial packet from [AF_INET]x.x.x.x:443, sid=7f481f4b 5886d5bb
WWRWRWRTue May 4 13:35:14 2021 us=169440 VERIFY OK: depth=2, C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root CA
Tue May 4 13:35:14 2021 us=169566 VERIFY OK: depth=1, C=US, O=DigiCert Inc, CN=DigiCert SHA2 Secure Server CA
Tue May 4 13:35:14 2021 us=169716 VERIFY KU OK
Tue May 4 13:35:14 2021 us=169733 Validating certificate extended key usage
Tue May 4 13:35:14 2021 us=169743 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication
Tue May 4 13:35:14 2021 us=169751 VERIFY EKU OK
Tue May 4 13:35:14 2021 us=169759 VERIFY X509NAME OK: C=US, ST=x, L=x, O=x, CN=x
Tue May 4 13:35:14 2021 us=169767 VERIFY OK: depth=0, C=US, ST=x, L=x, O=x, CN=x
WWRTue May 4 13:35:14 2021 us=253547 Connection reset, restarting [0]
Tue May 4 13:35:14 2021 us=253718 TCP/UDP: Closing socket
Tue May 4 13:35:14 2021 us=253807 SIGUSR1[soft,connection-reset] received, process restarting
Tue May 4 13:35:14 2021 us=253858 Restart pause, 5 second(s)

Post Reply