Quentin McGaw
Quentin McGaw
Thanks! It's definitely coming soon, but it's blocked by #756 which is a long lasting rework I've been doing for several weeks (to be able to plug in configurations from...
Sorry for the long delay, I am finally working on it. A few additional quick questions: 1. Do you use a username + password when using OpenVPN? Or do you...
@magicgg91 In your Openvpn configuration file, do you also have an 'encrypted private key'? Example of one: ``` -----BEGIN ENCRYPTED PRIVATE KEY----- MIIC0TBLBgkqhkiG9w0BBQ0wPjApBgkqhkiG9w0BBQwwHAQINKwv0CSB0KMCAggA MAwGCCqGSIb3DQIJBQAwEQYFKw4DAgcECDCTTHzrt9taBIICgOGx8MfAVf+BlWlb ... UrXPBxz1PA4bAIalDdEFWo+4qjsw3PmoZmg/BavByTwwWc14Wk5FaNOKxPf9bSI0 gYu2u/GPt1EVFMOYrvCOWmhVMa2GhMBXCT3M4hOvMIf/7MwYa9PwT2LNUEF1niF9 x+PYIMw= -----END ENCRYPTED...
Ugh well this is the API being called to show the public page https://www.vpnsecure.me/vpn-locations/. Anyway, I'll code something to scrap https://www.vpnsecure.me/vpn-locations/ directly then without going through their API :confused:
Also do you have an encrypted private key in your Openvpn configuration file?
I pushed an image `qmcgaw/gluetun:vpnsecure` which should have everything for VPNSecure. For now it's using @Sea-Wolfe 's private encrypted key in there, so it might only work for @Sea-Wolfe but...
Please try again with `docker pull qmcgaw/gluetun:vpnsecure`, move your encrypted private key from one of your Openvpn config file (it should be the same for all servers) to `/yourhostpath/gluetun/encrypted-private-key`. For...
#855 was due to a mixup in my build pipeline, I'm working on it. Thanks @frepke for linking the two that helped me figure it out 😄 👍 @Cyphon00 So...
I picked the wrong hostnames, I thought it was host.vpnsecure.me but it's actually host.isponeder.com. I'll fix it soon, right now I'm blocked by #855 as in I need to fix...
Can you try with image qmcgaw/gluetun:pr-848 please?