OpenVPN / openvpn3

OpenVPN 3 is a C++ class library that implements the functionality of an OpenVPN client, and is protocol-compatible with the OpenVPN 2.x branch.
https://openvpn.net
Other
973 stars 383 forks source link

Setting up new profile improvments for V3 client #107

Open arch1mede opened 4 years ago

arch1mede commented 4 years ago

I am not sure what needs to be done but I would think there needs to be some improvement in the profile creation.

When I made a new profile and selected File then dragged my .ovpn file there it also asked for the cert, I couldn't figure out how or where this cert was or how to add one as it wasn't very intuitive. My OpenVPN server gave me ca.crt and .ovpn files, only after some time and looking in the settings and in the profile did I stumble on a setting to not includ a cert. While I was looking in the settings I did see that I could add a new cert but no matter how I named the ca.crt, it wouldn't find it. What is it actually looking for? I am also not sure I ever came across any docs if it needs to be converted to something else or if its actually needed/necessary.

dsommers commented 4 years ago

Which OpenVPN 3 client implementation are you referring to? This openvpn3 project is just the OpenVPN 3 Core library, which just implements the OpenVPN protocol. What you describe sounds like a client implementation issue, not a Core library implementation.

arch1mede commented 4 years ago

Oh sorry, where would I go for the openvpn3 client then?

dsommers commented 4 years ago

Which openvpn 3 client are you using? OpenVPN Connect (which platform?), OpenVPN 3 Linux, OpenVPN 3 implementation in OpenVPN for Android ?

arch1mede commented 4 years ago

OpenVPN Connect v3 for windows