Replies: 1 comment
-
This line in your logs is the key:
If you open the openvpn.ovpn you'll notice that the path to the ca file was changed (i.e. a prefix was added in front of the file). You need to manually modify the file and add the same prefix for the other files too i.e. cert and key. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I need help setting up OpenVPN and Transmission on my system. I'm using a VPN from CyberGhost, but I don't know how to properly configure OpenVPN and Transmission to work with this VPN. Can you help me with this?
Here is my current configuration:
I have the following files in the /srv/dev-disk-by-uuid-8ca2091b-68f6-4a04-9231-ec170b0bbb32/torrent/custom/ directory: ca.crt, client.crt, client.key, and openvpn.ovpn. These are the configuration files provided by my VPN provider, CyberGhost. I followed the instructions for setting up the custom provider configuration from the official documentation: https://haugene.github.io/docker-transmission-openvpn/supported-providers/
After creating the container, I receive the following logs and the container fails to start. Here's the relevant part of the logs:
Starting container with revision: 07f5a2b
...
As you can see, the container is unable to find the client.crt and client.key files in the specified directory /etc/openvpn/custom. However, I'm certain that these files are present in that directory, as I had previously placed them there. What could be the cause of this error?"
Thank you in advance to anyone who can help me resolve this issue. I would greatly appreciate any guidance or advice on how to fix the problem and get my container up and running with OpenVPN and Transmission.
Beta Was this translation helpful? Give feedback.
All reactions