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

后端 未结 11 1054
再見小時候
再見小時候 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条回答
  •  余生分开走
    2020-12-02 07:13

    You can give yourself permissions to fix this problem.

    Right click on cacerts > choose properties > select Securit tab > Allow all permissions to all the Group and user names.

    This worked for me.

提交回复
热议问题