Git Product home page Git Product logo

Comments (18)

Octolus avatar Octolus commented on May 11, 2024 1

I think the issue might occur from my server, so instead of spamming this github with issues I'll close it then come back when I have a solution @angristan

from openvpn-install.

chocolateshirt avatar chocolateshirt commented on May 11, 2024 1

I also get error when setup my OVH VPS the log same with the one @Octolus post. There is similar problem with Nyr original code. I solved this problem by correcting system and hardware time on my VPS.

The details can be accessed here: Nyr/openvpn-install#158

from openvpn-install.

angristan avatar angristan commented on May 11, 2024

The certificate can't be verified, can you try to reinstall OpenVPN using the script ?

from openvpn-install.

Octolus avatar Octolus commented on May 11, 2024

I did twice now, I can not remember experiencing this issue before (with older scripts).

Using Debian 7.

I'll try using another hosting provider (VULTR) instead of NFO.

from openvpn-install.

angristan avatar angristan commented on May 11, 2024

And which client are you using ?

from openvpn-install.

Octolus avatar Octolus commented on May 11, 2024

OpenVPN Default Client i guess.

from openvpn-install.

Octolus avatar Octolus commented on May 11, 2024

tried using asus merlin as well.

Dec 19 02:10:31 openvpn[1003]: NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Dec 19 02:10:31 openvpn[1003]: Socket Buffers: R=[122880->122880] S=[122880->122880]
Dec 19 02:10:31 openvpn[1003]: UDPv4 link local: [undef]
Dec 19 02:10:31 openvpn[1003]: UDPv4 link remote: [AF_INET]31.186.250.47:1194
Dec 19 02:10:31 openvpn[1003]: TLS: Initial packet from [AF_INET]31.186.250.47:1194, sid=6d928852 19c0370c
Dec 19 02:10:31 openvpn[1003]: VERIFY ERROR: depth=1, error=certificate is not yet valid: CN=ChangeMe
Dec 19 02:10:31 openvpn[1003]: OpenSSL: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed
Dec 19 02:10:31 openvpn[1003]: TLS_ERROR: BIO read tls_read_plaintext error
Dec 19 02:10:31 openvpn[1003]: TLS Error: TLS object -> incoming plaintext read error
Dec 19 02:10:31 openvpn[1003]: TLS Error: TLS handshake failed
Dec 19 02:10:31 openvpn[1003]: SIGUSR1[soft,tls-error] received, process restarting
Dec 19 02:10:31 openvpn[1003]: Restart pause, 2 second(s)
Dec 19 02:10:33 openvpn[1003]: NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Dec 19 02:10:33 openvpn[1003]: Socket Buffers: R=[122880->122880] S=[122880->122880]
Dec 19 02:10:33 openvpn[1003]: UDPv4 link local: [undef]
Dec 19 02:10:33 openvpn[1003]: UDPv4 link remote: [AF_INET]31.186.250.47:1194
Dec 19 02:10:33 openvpn[1003]: TLS: Initial packet from [AF_INET]31.186.250.47:1194, sid=c7dc7c46 7ba56fad
Dec 19 02:10:33 openvpn[1003]: VERIFY ERROR: depth=1, error=certificate is not yet valid: CN=ChangeMe
Dec 19 02:10:33 openvpn[1003]: OpenSSL: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed
Dec 19 02:10:33 openvpn[1003]: TLS_ERROR: BIO read tls_read_plaintext error
Dec 19 02:10:33 openvpn[1003]: TLS Error: TLS object -> incoming plaintext read error
Dec 19 02:10:33 openvpn[1003]: TLS Error: TLS handshake failed
Dec 19 02:10:33 openvpn[1003]: SIGUSR1[soft,tls-error] received, process restarting
Dec 19 02:10:33 openvpn[1003]: Restart pause, 2 second(s)

from openvpn-install.

Octolus avatar Octolus commented on May 11, 2024

And here is a screenshot of my router settings @angristan http://i.imgur.com/bgaomsj.png

from openvpn-install.

angristan avatar angristan commented on May 11, 2024

OpenVPN Default Client i guess.

What ? Which device and OS ?

You should have said it's your router. Maybe the OpenVPN client used is not compatible. Try to remove the tls 1.2 line from the config files

from openvpn-install.

Octolus avatar Octolus commented on May 11, 2024

I also tried using Windows 10. I'm trying different services, none seem to work.

Here is a full log: http://pastebin.com/duRuYn78 from my PC Windows 10 @angristan

Friends got the exactly same issue. Could it be server firewall issue? I'm using NFO.

from openvpn-install.

angristan avatar angristan commented on May 11, 2024

That's obviously a problem with the certificate. Did you modify the client configuration ?

from openvpn-install.

Octolus avatar Octolus commented on May 11, 2024

I did not modify anything, i literally just clicked enter during the entire installation then grabbed the certificate. @angristan

from openvpn-install.

Octolus avatar Octolus commented on May 11, 2024

Certificate, i mean the client.ovpn and put it in C:\Program Files\OpenVPN\config like I have with all other installations. I have never experienced this issue before.

I'm starting to think it's my server, but seems rather weird if it would be. Debian 7.

from openvpn-install.

angristan avatar angristan commented on May 11, 2024

That's really weird, I can't see what's wrong. I you try to add a client certificate, and then connect with it, do you have the problem ?

from openvpn-install.

Kcchouette avatar Kcchouette commented on May 11, 2024

@Octolus can I (we?) know why you think it comes with the server?
Is the server have a fresh install of your OS?

from openvpn-install.

angristan avatar angristan commented on May 11, 2024

@Octolus If you happen to have the issue again, please check if there is errors at the setup

from openvpn-install.

Octolus avatar Octolus commented on May 11, 2024

It is a fresh install yes @Kcchouette i went to install Softether VPN instead and it seems to work fine. Had to enable secure nat in that one, it had that TLS error. After enabling "secure nat" within Softether it worked.

from openvpn-install.

angristan avatar angristan commented on May 11, 2024

Indeed : "certificate is not yet valid".

from openvpn-install.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.