-
Hello gluetun community, It seems with the latest update that was pushed out about 18 hours ago, openSSL reports the CA encryption used by VPN Unlimited is too weak and it will not establish a connection. You may see something similar to: "error:0A00018E:SSL routines::ca md too weak" in the container log. I also tested using a custom.conf (new ovpn file from VPN Unlimited) and got the same results. Using the pr-1268 image tag resolves the issue for now until VPN Unlimited updates their certificates to support the newer openSSL standards is my best guess. There may be a combination of settings that gluetun environment settings can use to get around this with the latest image but I don't know what those settings would be. This is more of a heads up for the community that if you use this provider you may run into this issue with the recent update. I hope this helps others who use this provider and openvpn. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 18 replies
-
Definitely important. Right now Gluetun comes with Openssl 1.x.x (Alpine 3.16) and 3.x.x (Alpine 3.17). Openvpn 2.4 for sure uses openssl 1.x.x, maybe try using |
Beta Was this translation helpful? Give feedback.
Definitely important. Right now Gluetun comes with Openssl 1.x.x (Alpine 3.16) and 3.x.x (Alpine 3.17). Openvpn 2.4 for sure uses openssl 1.x.x, maybe try using
OPENVPN_VERSION=2.4
to see if it helps?