Transmission not starting. Inactivity Timeout. #2422
-
This is the configuration I've been using for quite some time now, and it's been working fine (usually), however recently, the container keeps restarting after a timeout from OpenVPN, and the container never starts Transmission. I'm not sure if this is an issue with the container or SlickVPN. I've tried several different versions, including the main branch, dev, 3.7.1. None of them work, though 3.7.1 doesn't exit, it just loops. I've tried several different locations, and though some of them don't work for cert or DNS reasons, Charlotte at least does. I pasted it's log below. I had this same issue with a few other locations as well, so it's not limited to this one. Any suggestions on how to track down this issue? I've downloaded every current US config from SlickVPN (https://www.slickvpn.com/locations/) and had a one-liner going through each config in order to try them all. None of them worked. Some failed with OpenSSL errors (CA signature digest algorithm too weak), which are obviously not container issues, but several of them failed with the timeout issue below. Edit: I changed the version to 3.7.1 and let my random config script run and it's working now. Guess it's a combination of the newer version's OpenSSL not liking SlickVPN and perhaps some of the sites being down? Still would like to track down what's stopping the newer version from working. Edit 2: At this point, I'm thinking it's an OpenSSL digest algorithm problem, and that the new version doesn't support the algorithms that my VPN does. So the question, I think, has become is: How do I adjust the algorithms allowed within the container? Starting container with revision: b33d0fe |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Some providers seem to be broken with latest version, in my case (Ghostpath) I've temporarily fixed this by adding "OPENVPN_OPTS=--tls-cipher DEFAULT:@SECLEVEL=0" to my run command. |
Beta Was this translation helpful? Give feedback.
Some providers seem to be broken with latest version, in my case (Ghostpath) I've temporarily fixed this by adding "OPENVPN_OPTS=--tls-cipher DEFAULT:@SECLEVEL=0" to my run command.