Page 1 of 1

OpenVPN Connect on Android Without Certificates

Posted: Wed Feb 27, 2013 11:55 pm
by TimmerCA
Hi,

Is there any way to use OpenVPN Connect on Android without certificates? I tried setting up a client config file with the

Code: Select all

client-cert-not-required
option, but Android is still asking me for a certificate when I go to connect.

Re: OpenVPN Connect on Android Without Certificates

Posted: Wed Mar 13, 2013 1:21 am
by jamesyonan
Try this:
setenv CLIENT_CERT 0

Re: OpenVPN Connect on Android Without Certificates

Posted: Wed Mar 20, 2013 11:33 pm
by blak24
Hello, I have the same problem.. The app still requests a certificate, even if I do not have one. I just want to connect to my LAN at home, and after importing the config file it asks the certificate.. I tried to add a line with "setenv CLIENT_CERT 0" but after trying to connect it says "CA Certificate undefined". Any idea?