Java Keytool error after importing certificate , “keytool error: java.io.FileNotFoundException & Access Denied”

后端 未结 11 1043
再見小時候
再見小時候 2020-12-02 06:37

I\'m trying to connect a Java Web API via HTTPS; however, an exception is thrown:

javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorExcept         


        
11条回答
  •  旧时难觅i
    2020-12-02 07:31

    If you are using windows8:

    1. Click start button
    2. In the search box, type command prompt
    3. From the result, right-click command prompt and click Run as administrator. Then execute the keytool command.

提交回复
热议问题