-
Notifications
You must be signed in to change notification settings - Fork 85
TLS Handshake failed - restart loop #177
Comments
Are you sure that your .ovpn file contains the proper certificate? Or contains one atleast |
the issue occurs the same even if I input my login credentials wrong. |
@DyonR anything else you suggest? |
any issues with the docker compose file? @DyonR |
@DyonR I have the same issue. Well the .ovpn has by default an scramble option, see line 11 but if I remove that line I get into the same loop. 2023-07-10 16:23:35.703049 [INFO] Starting OpenVPN... See below .ovpn file: |
version: "2"
services:
bittorrentvpn:
image: dyonr/qbittorrentvpn
container_name: qbittorrentvpn
privileged: true
environment:
- VPN_TYPE=openvpn
- VPN_USERNAME=myusername
- VPN_PASSWORD=mypassword
- ENABLE_SSL=no
- PUID=1000 #optional
- PGID=1000 #optional
- WEBUI_PORT_ENV=8080 #optional
- INCOMING_PORT_ENV=8999 #optional
- VPN_ENABLED=yes
- LAN_NETWORK=192.168.0.0/24
- NAME_SERVERS=8.8.8.8,8.8.4.4
ports:
- 8080:8080
- 8999:8999
- 8999:8999/udp
volumes:
- /home/myname/.config:/config
- /home/myname/Downloads:/downloads
restart: unless-stopped
The process ends up in a loop that iterates with increasing delay. I believe it is an openvpn issue, but I've tried two different config files (both of which work normally) and my credentials are correct.

Is the issue related to port 1195 used by openvpn?
The text was updated successfully, but these errors were encountered: