Jump to content

Recommended Posts

Posted

When I try to connect via advanced setup it gives me a failed status. There are no logs shown. The following is the configuration I am using.

client
dev tun
reneg-sec 0
persist-tun
persist-key
ping 5
nobind
allow-compression no
remote-random
remote-cert-tls server
auth-nocache
route-metric 1
cipher AES-256-CBC
auth sha512
<ca>
-----BEGIN CERTIFICATE-----
<redacted>
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
<redacted>
-----END CERTIFICATE-----
</ca>
<cert>

-----BEGIN CERTIFICATE-----
<redacted>
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN PRIVATE KEY-----
<redacted>
-----END PRIVATE KEY-----

</key>
remote us-la.vpnunlimitedapp.com
proto udp

image.thumb.png.d97c198f8ba7edac6a8eeba7413e70bf.pngimage.thumb.png.8120205828d1ad5674272b51cdcad985.png

  • Administrators
Posted

It looks like you've double up on the <ca> portion of the config, remove the second whole block and it should connect after that

Posted

I've tried removing the second CA cert and it made no difference. The config works fine when I use the OpenVPN Connect app.

  • Administrators
Posted

Try this:

client
dev tun
remote us-la.vpnunlimitedapp.com
proto udp
reneg-sec 0
persist-tun
persist-key
ping 5
nobind
allow-compression no
remote-cert-tls server
auth-nocache
route-metric 1
cipher AES-256-CBC
auth sha512
<ca>
-----BEGIN CERTIFICATE-----
<redacted>
-----END CERTIFICATE-----
</ca>
<cert>

-----BEGIN CERTIFICATE-----
<redacted>
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN PRIVATE KEY-----
<redacted>
-----END PRIVATE KEY-----

</key>

  • Administrators
Posted
12 minutes ago, Nico_cyne said:

Hello, same issue , any updates ?

But i have this on logs :

image.png.0a1c9f8ff072729b8b5138744819199a.png

It's most likely the ping to the server is too high, try with a closer server, does it connect then?

Posted


I tried with a server in the same country (11ms) but same error.


and I put the router in DMZ to be sure that the operator box does not block

 

  • Administrators
Posted
10 hours ago, Nico_cyne said:


I tried with a server in the same country (11ms) but same error.


and I put the router in DMZ to be sure that the operator box does not block

 

Could you provide the config you're using please?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...