vpnunlimited tls error #2763
Unanswered
rucknapucknavitz
asked this question in
Q&A
Replies: 2 comments 5 replies
-
Ran into the same issue this morning. Does anyone have a workaround? |
Beta Was this translation helpful? Give feedback.
3 replies
-
This worked for me. Thank you. I downloaded the a new .ovpn file. I did need to add back |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is anyone else recently receiving a vpnunlimited certificate verification failure?
Seems to be the same with various server locations: ro, nl, etc.
All suggestions welcomed - thanks!
Logs:
Starting container with revision: f9cb4de
Creating TUN device /dev/net/tun
Using OpenVPN provider: VPNUNLIMITED
Running with VPN_CONFIG_SOURCE auto
No bundled config script found for VPNUNLIMITED. Defaulting to external config
Downloading configs from https://github.com/haugene/vpn-configs-contrib/archive/main.zip into /tmp/tmp.nHy6tnbK8y
Extracting configs to /tmp/tmp.ZM7n6069O4
Found configs for VPNUNLIMITED in /tmp/tmp.ZM7n6069O4/vpn-configs-contrib-main/openvpn/vpnunlimited, will replace current content in /etc/openvpn/vpnunlimited
Cleanup: deleting /tmp/tmp.nHy6tnbK8y and /tmp/tmp.ZM7n6069O4
Starting OpenVPN using config ro.ovpn
Modifying /etc/openvpn/vpnunlimited/ro.ovpn for best behaviour in this container
Modification: Point auth-user-pass option to the username/password file
Modification: Change ca certificate path
Modification: Change ping options
Modification: Update/set resolv-retry to 15 seconds
Modification: Change tls-crypt keyfile path
Modification: Set output verbosity to 3
Modification: Remap SIGUSR1 signal to SIGTERM, avoid OpenVPN restart loop
Modification: Updating status for config failure detection
Setting OpenVPN credentials...
adding route to local network 192.168.0.0/16 via 172.19.0.1 dev eth0
Thu Dec 14 09:04:39 2023 OpenVPN 2.4.7 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Mar 22 2022
Thu Dec 14 09:04:39 2023 library versions: OpenSSL 1.1.1f 31 Mar 2020, LZO 2.10
Thu Dec 14 09:04:39 2023 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Thu Dec 14 09:04:39 2023 TCP/UDP: Preserving recently used remote address: [AF_INET]xx.xx.xx.xx:1194
Thu Dec 14 09:04:39 2023 Socket Buffers: R=[212992->212992] S=[212992->212992]
Thu Dec 14 09:04:39 2023 UDP link local: (not bound)
Thu Dec 14 09:04:39 2023 UDP link remote: [AF_INET] xx.xx.xx.xx:1194
Thu Dec 14 09:04:39 2023 TLS: Initial packet from [AF_INET] xx.xx.xx.xx:1194, sid=1a4020b3 84c3a999
Thu Dec 14 09:04:40 2023 VERIFY ERROR: depth=2, error=self signed certificate in certificate chain: C=US, ST=NY, L=New York, O=KeepSolid Inc., OU=KeepSolid Root CA, CN=KeepSolid Root CA, emailAddress=[email protected]
Thu Dec 14 09:04:40 2023 OpenSSL: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed
Thu Dec 14 09:04:40 2023 TLS_ERROR: BIO read tls_read_plaintext error
Thu Dec 14 09:04:40 2023 TLS Error: TLS object -> incoming plaintext read error
Thu Dec 14 09:04:40 2023 TLS Error: TLS handshake failed
Thu Dec 14 09:04:40 2023 SIGTERM[soft,tls-error] received, process exiting
Beta Was this translation helpful? Give feedback.
All reactions