Skip to content
Discussion options

You must be logged in to vote

The problem was the fact, that I was using TLS certificate file instead of a fullchain one. The solution was to just specify the fullchain.pem as a certificate in the config file:
tuwunel.toml

[global.tls]
certs = "/etc/tls/fullchain.pem" # use an actual fullchain file, not just rename it
key = "/etc/tls/privkey.pem"

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sat0sh1c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant