IntelliJ idea java certificate

I installed the SSL certificate for Jira in Java through keytool. I actually use playframework 2 for development, and if I use the game terminal to compile and run the project, everything is fine. The problem arises when I want to use the debugger from the IntelliJ idea. The project in the IDE installed the same java as the SDK in the project setup, but did not accept the installed certificate. Can anyone help with this?

+7
java intellij-idea certificate keytool
source share

No one has answered this question yet.

See related questions:

6170
Is Java pass-by-reference or pass-by-value?
3799
How do I read / convert an InputStream to a string in Java?
3324
How to generate random integers in a specific range in Java?
3073
How to efficiently iterate over each entry on a Java map?
3044
Creating a memory leak using Java
2936
When to use LinkedList over ArrayList in Java?
2853
How to convert String to int in Java?
1858
"Debug certificate expired" error in Android Eclipse plugins
1338
How can I consistently include line numbers in IntelliJ?
478
IntelliJ inspection gives "Unable to resolve character" but still compiles code

All Articles