Replies: 1 comment 2 replies
-
What happens if you try to connect directly with openvpn client (no gluetun) ?
Bind mount ALL of your files:
|
Beta Was this translation helpful? Give feedback.
-
What happens if you try to connect directly with openvpn client (no gluetun) ?
Bind mount ALL of your files:
|
Beta Was this translation helpful? Give feedback.
-
I'm attempting to run gluetun with a custom OpenVPN provider, I get the following error early in the startup process
Here's my custom.conf
The environment for the gluetun container is
The files that are in the directory that is mounted to
/gluetun
areca.crt client.crt client.key custom.conf
; the client key is decrypted, the CA and client certificates are PEM-encoded.Is
proto tcp-client
supported in principle?p.s. notice that that the custom config contains
<ca>....</ca>
even thoughca.crt
is present. After reading the docs I was under the impression that it is sufficient to only includeca.crt
- but this resulted inERROR [openvpn] You must define CA file (--ca) or CA path (--capath)
when attempting to start gluetun. After some tinkering, I concluded that including the CA's certificate in the config file would make the error go away. It is odd, but that's the way it is.Beta Was this translation helpful? Give feedback.
All reactions