Hi Guys,
Having a little problem. I have setup my OpenVPN server on my opnsense since few month, all is working fine if I use OpenVPNGUI. Today I try to import my profile and CA to OpenVPN Connect and it doesn't work...
Do I need to change my configuration to made my profile working with OpenVPN Connect or is it something special to configure on the server part?
Thanks for your help :)
Have you tried exporting your config under "VPN->OpenVPN->Client Export" using Export Type = File Only ?
This generates a single config file containing "inline" ca+certs, usually this should work with OpenVPN-Connect client.
Yes I do that but it says missing external certificate
The generated config file should contain something like
...
<ca>
-----BEGIN CERTIFICATE-----
{your ca cert}
-----END CERTIFICATE-----
</ca>
..
<cert>
-----BEGIN CERTIFICATE-----
{your client cert}
-----END CERTIFICATE-----
</cert>
...
<key>
-----BEGIN PRIVATE KEY-----
{your client key}
-----END PRIVATE KEY-----
</key>
..
Are the sections <ca>, <cert> and <key> filled correctly ?
If you are not using client certs you might want to add
client-cert-not-required
under "Custom Config" before exporting, see
https://forum.opnsense.org/index.php?topic=14687.0 (https://forum.opnsense.org/index.php?topic=14687.0)
Yes I have checked and ovpn file is filled :)
So now it works but it keep saying missing external certificate :( If I hit continue it work i can connect. need to figure why if I add ovpn file and ca files it doesn't work