Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It is similar <a href="https://stackoverflow.com/questions/10068979/request-exchange-web-services-2007-2010-with-soapxml-over-https-in-android">my question</a> when I try to request to EWS. You can refer to <a href="http://nelenkov.blogspot.com/2011/12/using-custom-certificate-trust-store-on.html" rel="nofollow noreferrer">this link</a> and download <a href="https://github.com/nelenkov/custom-cert-https" rel="nofollow noreferrer">example source code</a> then modify it like my answer. Hope this helps!</p> <p><strong>Update</strong>:<br> The following command worked for me (I tried it about 2 months ago):</p> <pre><code> C:\OpenSSL-Win32\bin&gt;keytool -importcert -v -trustcacerts -file "d:/cer.cer" -alias parkgroup_restful -keystore "D:/parkgroup-ws-client.bks" -provider org.bouncycastle.jce.provider.BouncyCastleProvider -providerpath "D:/bcprov-jdk16-145.jar" -storetype BKS -storepass 1234567 .... /**It should show the result here**/ Trust this certificate? [no]: yes Certificate was added to keystore [Storing D:/parkgroup-ws-client.bks] C:\OpenSSL-Win32\bin&gt;keytool -list -keystore "D:/parkgroup-ws-client.bks" -provi der org.bouncycastle.jce.provider.BouncyCastleProvider -providerpath "D:/bcprov- jdk16-145.jar" -storetype BKS -storepass 1234567 Keystore type: BKS Keystore provider: BC Your keystore contains 1 entry parkgroup_restful, Apr 10, 2012, trustedCertEntry, Certificate fingerprint (MD5): 36:47:88:62:23:1C:F3:52:17:BE:7A:A9:94:56:19:18 </code></pre> <p>You can see, I use <strong>bcprov-jdk16-145.jar</strong> and openssl lib. You can try it.<br> Another tool to create keystore: <a href="http://portecle.sourceforge.net/" rel="nofollow noreferrer">http://portecle.sourceforge.net/</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload