You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.
After upgrading the host to Ubuntu Server 22.04, the container will no longer start. The logs indicate it is failing to reach the openVPN server. If I try to run the openVPN client Directly on the host, it works fine
Current setup
information about your current setup
docker image tag (ex: python, latest, 32242d1 ...)
docker image hash (ex: 603b78e07727)
28b3f5d6c9ce
docker-compose.yml file or docker run command
how did you start the container? (don't forget to use backticks for creating a proper code block)
What you have tried in order to fix the issue (if anything)
Tried deleting and recreating container. Tried using the openvpn profile on my windows PC (works). Tried using openvpn profile on the host itself (works).
Here are some logs. It just does this over and over endlessly so ill only post 1 loop of it
2022-09-09 21:09:10 Outgoing Control Channel Encryption: Cipher 'AES-256-CTR' initialized with 256 bit key
2022-09-09 21:09:10 Outgoing Control Channel Encryption: Using 256 bit message hash 'SHA256' for HMAC authentication
2022-09-09 21:09:10 Incoming Control Channel Encryption: Cipher 'AES-256-CTR' initialized with 256 bit key
2022-09-09 21:09:10 Incoming Control Channel Encryption: Using 256 bit message hash 'SHA256' for HMAC authentication
2022-09-09 21:09:10 TCP/UDP: Preserving recently used remote address: [AF_INET]<SNIP>:1194
2022-09-09 21:09:10 Socket Buffers: R=[212992->212992] S=[212992->212992]
2022-09-09 21:09:10 UDP link local: (not bound)
2022-09-09 21:09:10 UDP link remote: [AF_INET]<SNIP>:1194
2022-09-09 21:10:10 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
2022-09-09 21:10:10 TLS Error: TLS handshake failed
2022-09-09 21:10:10 SIGUSR1[soft,tls-error] received
The text was updated successfully, but these errors were encountered:
I installed this fork #131 but this did not help. The patch was definitely applied correctly (these commands are being run inside the container, not on the host)
Information
After upgrading the host to Ubuntu Server 22.04, the container will no longer start. The logs indicate it is failing to reach the openVPN server. If I try to run the openVPN client Directly on the host, it works fine
Current setup
information about your current setup
python
,latest
,32242d1
...)603b78e07727
)docker-compose.yml
file ordocker run
commandhow did you start the container? (don't forget to use backticks for creating a proper code block)
Attempted Fix(es)
What you have tried in order to fix the issue (if anything)
Tried deleting and recreating container. Tried using the openvpn profile on my windows PC (works). Tried using openvpn profile on the host itself (works).
Here are some logs. It just does this over and over endlessly so ill only post 1 loop of it
The text was updated successfully, but these errors were encountered: