Added a quick fix for accepting self signed certificates.

This commit is contained in:
Amine
2017-08-04 21:39:45 +02:00
committed by Amine Bou
parent d768d2232b
commit 0ef59c9b91
9 changed files with 85 additions and 7 deletions

View File

@ -136,4 +136,6 @@
<string name="login_debug_on">Any error on the login page will be logged</string>
<string name="login_debug_off">No log on the login page</string>
<string name="login_menu_debug">Debug</string>
<string name="self_hosted_cert_switch">Using a self hosted certificate ?</string>
<string name="self_signed_cert_warning">Due to security reasons, self signed certificates are not supported by default. By activating this, I\'ll not be responsible of any security problem you encounter.</string>
</resources>