gluetun: Bug: Perfect Privacy "Your Certificate has expired"
Is this urgent?
Yes
Host OS
Debian Bullseye (OpenMediaVault)
CPU arch
x86_64
VPN service provider
Custom
What are you using to run the container
Portainer
What is the version of Gluetun
2023-04-12T12:34:51.538Z (commit d4f8eea)
Whatβs the problem π€
No VPN Connection
Share your logs
2023-04-17T20:22:42+02:00 INFO [openvpn] library versions: OpenSSL 3.0.8 7 Feb 2023, LZO 2.10
2023-04-17T20:22:42+02:00 WARN [openvpn] No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
2023-04-17T20:22:42+02:00 WARN [openvpn] Your certificate has expired!
2023-04-17T20:22:42+02:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]*.*.*.*:443
2023-04-17T20:22:42+02:00 INFO [openvpn] UDP link local: (not bound)
2023-04-17T20:22:42+02:00 INFO [openvpn] UDP link remote: [AF_INET]*.*.*.*:443
2023-04-17T20:22:48+02:00 INFO [healthcheck] program has been unhealthy for 6s: restarting VPN (see https://github.com/qdm12/gluetun/wiki/Healthcheck)
2023-04-17T20:22:48+02:00 INFO [vpn] stopping
2023-04-17T20:22:48+02:00 INFO [vpn] starting
Share your configuration
gluetun:
image: qmcgaw/gluetun
container_name: gluetun
cap_add:
- NET_ADMIN
devices:
- /dev/net/tun:/dev/net/tun
ports:
- 8080:8080
volumes:
- /root/glue:/gluetun
environment:
- VPN_SERVICE_PROVIDER=perfect privacy
- VPN_TYPE=openvpn
- OPENVPN_USER=USERNAME
- OPENVPN_PASSWORD=PASSWORD
- SERVER_CITIES=CITY
- TZ=TZ
restart: unless-stopped
About this issue
- Original URL
- State: closed
- Created a year ago
- Reactions: 4
- Comments: 21 (8 by maintainers)
Thanks @Thamos88 ! π
Iβll do a v3.33.1 bugfix release soon-ish with those new values.
You can build in the meantime the container from my forked repo until the pr got merged. Work fine for me.
Or use my container 15ky3/gluetun:latest
This seems to be happening to all Perfect Privacy locations (that I have tried), and also happens when I use a custom .ovpn configuration.
Problem began at 2:20am 17/04/23 for me.
I have other active connections to Perfect Privacy servers from other devices, and they are not affected.
works like a charm⦠big thx!
Would share my credentials to @qdm12, again, if needed.
Iβm also using Perfect Privacy, and started seeing similar logs as in #1528 today.
After a friend, who also uses Perfect Privacy + Gluetun, reported similar issues to me.
FYI:
ifconfig | grep tun
returns nothing.