Wrong version of keystore on android call

前端 未结 6 813
一向
一向 2020-11-28 06:55

I want to make a https request.

I use bouncycastle to generate the keystore like this :

keytool -importcert -trustcacerts -alias ludevCA -file lu_de         


        
6条回答
  •  [愿得一人]
    2020-11-28 07:15

    Finally i used a graphic editor (KeyStore Explorer) under Windows and it's working.

    Maybe the error was caused by Java/Mac version problems

提交回复
热议问题