dtan Posted December 20, 2023 Share Posted December 20, 2023 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 Link to comment Share on other sites More sharing options...
Administrators Netduma Fraser Posted December 21, 2023 Administrators Share Posted December 21, 2023 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 Link to comment Share on other sites More sharing options...
dtan Posted December 21, 2023 Author Share Posted December 21, 2023 I've tried removing the second CA cert and it made no difference. The config works fine when I use the OpenVPN Connect app. Link to comment Share on other sites More sharing options...
Administrators Netduma Fraser Posted December 21, 2023 Administrators Share Posted December 21, 2023 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> Link to comment Share on other sites More sharing options...
Nico_cyne Posted December 22, 2023 Share Posted December 22, 2023 Hello, same issue , any updates ? But i have this on logs : Link to comment Share on other sites More sharing options...
Administrators Netduma Fraser Posted December 23, 2023 Administrators Share Posted December 23, 2023 12 minutes ago, Nico_cyne said: Hello, same issue , any updates ? But i have this on logs : It's most likely the ping to the server is too high, try with a closer server, does it connect then? Link to comment Share on other sites More sharing options...
Nico_cyne Posted December 23, 2023 Share Posted December 23, 2023 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 Link to comment Share on other sites More sharing options...
Administrators Netduma Fraser Posted December 23, 2023 Administrators Share Posted December 23, 2023 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? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now