PREF: Disable SSL cert validation
authordonghyuk.yang <donghyuk.yang@samsung.com>
Sun, 19 Jan 2014 06:05:53 +0000 (15:05 +0900)
committerdonghyuk.yang <donghyuk.yang@samsung.com>
Sun, 19 Jan 2014 06:05:53 +0000 (15:05 +0900)
commit4a14fdb91be49e176015135bb7e03d8d744b5db6
treef1fe3ac6b4be7985b95d8977e56a8f055a7f2987
parent90e8325d581425297ff5f39446322fd516079d6b
PREF: Disable SSL cert validation

The following exception is occurred when connecting https site:
 com.sun.jersey.api.client.ClientHandlerException:
  javax.net.ssl.SSLHandshakeException:
   sun.security.validator.ValidatorException:
    PKIX path building failed:
     sun.security.provider.certpath.SunCertPathBuilderException:
      unable to find valid certification path to requested target
This solution is temporary and can be changed.

Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
Change-Id: I5210afa2a74c41872c2be376675c3a724204db7e
org.tizen.nativeplatform/src/org/tizen/nativeplatform/preferences/PreferencesManager.java