Posts by tuto

    Hi,

    First of all thanks Zomboided for your great effort. Very useful tool and worked well on my side for the longest time up to openELEC 6.95.3 and VPN Man 2.4.3.

    Now due to the 2038 bug (or WIndscribe issue, which affected ExpressVPN as well) I couldn't get it working on newer OpenELEC and neither on LibreELEC, as i got that error

    Code
    VERIFY ERROR: depth=1, error=format error in certificate's notAfter field:

    I tried infinity85's advise (thanks!) of giving the latest milhouse build of libreelec a try (LibreELEC-RPi2.arm-9.0-Milhouse-20170602210407-#0602), since that rolled back to openSSL, and it does seem to solve the 2038 issue! This is with VPN Man 4.0.7.

    But i do get an authentication error instead though:

    Now, I'm not real good with interpreting code, but i did notice, that the pass.txt file that gets created with ExpressVPN does look like this, if username is xxxxxxxxxx and password is yyyyyyyyyy:

    Code
    xxxxxxxxxxyyyyyyyyyy

    while if i remember correctly it used to look like in early versions

    Code
    xxxxxxxxxx
    yyyyyyyyyy

    with a line break.

    i tried to edit it but it seems to get overwritten whenever you set up a connection.

    could this be the issue?