From 13e05504181d87958af95365876a53e5015fafde Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Sun, 17 Jun 2012 17:48:52 +0200 Subject: - Fix last commit - Implement reading extra CA cert from file to fix keystore error on some mobile phones --- res/layout/basic_settings.xml | 6 ++++++ res/layout/file_dialog_main.xml | 2 +- res/layout/keystore_selector.xml | 2 +- res/values-de/strings.xml | 6 +++++- res/values/strings.xml | 8 +++++--- 5 files changed, 18 insertions(+), 6 deletions(-) (limited to 'res') diff --git a/res/layout/basic_settings.xml b/res/layout/basic_settings.xml index d47ba207..409936e1 100644 --- a/res/layout/basic_settings.xml +++ b/res/layout/basic_settings.xml @@ -106,6 +106,12 @@ android:visibility="gone" > + + + android:text="@string/select_file" > diff --git a/res/layout/keystore_selector.xml b/res/layout/keystore_selector.xml index 21945104..211e977b 100644 --- a/res/layout/keystore_selector.xml +++ b/res/layout/keystore_selector.xml @@ -28,7 +28,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentRight="true" - android:text="@string/select_certificate" /> + android:text="@string/select" /> Clientzertifikat Clientzertifikatsschlüssel CA Zertifikat - Auswählen + Auswählen Nichts ausgewählt Über Typ @@ -171,5 +171,9 @@ Generiere OpenVPN Konfigration… Aktivieren dieser Option zwingt OpenVPN dazu beim Wechsel des Netzwerkes (WLAN zu Mobilfunk und umgekehrt) neu zu verbinden. Netzwerkänderungen beachten + Netzwerkstatus: %s + Beim Abfragen des Android KeyStore wurde kein CA Zertifikat zurückgegeben. Überprüfen des Serverzertifikat wird warscheinlich fehlschlagen. Geben Sie manuell ein CA Zertifikat an. + Zertifikat (KeyStore): \'%s\' + Das CA Zertifikat wird meist aus dem Zertifikatsspeicher automatisch ausgewählt. Sollte dies nicht funktionieren und Sie Verifizierungsprobleme erhalten(self signed certificate), wählen Sie manuell ein Zertifikat aus. \ No newline at end of file diff --git a/res/values/strings.xml b/res/values/strings.xml index 08bb0a27..f7c9817f 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -24,7 +24,6 @@ 1194 Location folder can\'t be read! - Select Cancel No Data LZO Compression @@ -33,7 +32,6 @@ Client Certificate Key PKCS12 File CA Certificate - Select Nothing selected Copyright © 2002–2010 OpenVPN Technologies, Inc. <sales@openvpn.net>\n @@ -57,6 +55,7 @@ All your precious VPNs Type PKCS12 Password + Select… Select… Nothing Selected Use TLS Authentication @@ -209,7 +208,10 @@ Building configration… Turning this option on will force a reconnet if the network state is change (WIFI to/from mobile) Reconnect on Network change - No CA Certificate returned while reading from Android keystore. Auhtentication will probably fail. Got certificate \'%s\' from Keystore Network Status: %s + The CA cert is usually returned from the Android Keystore. Specify a seperate certificate if you get certificate verification errors. + Select + No CA Certificate returned while reading from Android keystore. Auhtentication will probably fail. + -- cgit v1.2.3