-
-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connection problem on OpenVPN 2.1.x client #7
Comments
Hi @PennyLook, |
@d3vilh
I added an additional: client config:
Client output from
|
@PennyLook any chance you can extract working server config from kylemann image? |
@d3vilh config from container level
maybe and I store the static ip for clients in configuration under client config from kylemann image:
|
@d3vilh
On a client that has no connection problem:
server from container level:
Is it possible to install another version of openvpn via docker-compose?
|
As per the output, your problematic client does not support TLS and it will not be able to connect to the OpenVPN server. This is because TLS is required for secure communication between the client and the server. You could try configuring the OpenVPN server to support SSLv2 or SSLv3, but this is not recommended as these protocols are also considered insecure and have been deprecated. Try to update easyrsa on that client if it won't support newer version, you better to give-up on it, as I strongly not recommend to go without TLS. However if you still would like to, you would need to modify the Again, this is not recommended as it would weaken the security of your VPN. |
Hello,
I noticed problems on the client wit hOpenVPN version 2.1.x
Example:
OpenVPN version 2.1.3 i486-pc-linux-gnu [SSL] [ILO2] [EPOLL] [PKCS11] [MH] [PF_INET6] [eurephia] built on Oct 21 2010
The solution could be to update the OpenVPN client, but this is not always possible.
In the case of using OpenVPN
kylemann/openvpn
it works without problems, even on version 2.1.3logs from OpvenVPN server:
The text was updated successfully, but these errors were encountered: