Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

intelliJ idea java certificate

I installed SSL certificate for Jira to Java via keytool. Actually i am using playframework 2 for development and if I use play terminal to compile and run project, everything is fine. The problem appears when I want to use debugger from IntelliJ idea. Project in IDE has set same java as SDK in project setting, but it has not accept the installed certificate. Can somebody help with this?

like image 860
Szalai Ladislav Avatar asked Nov 04 '13 11:11

Szalai Ladislav


People also ask

How do I get rid of untrusted certificate error in Intellij?

You can either import this cert to your local JDK installation or enable Auto accepting non-trusted certs. Save this answer. Show activity on this post. To get rid of the pop up message go to below location and click on Accept non-trusted certificates automatically.


1 Answers

For Mac:
Preferences > Tools > Server Certificates then Accept non-trusted Certificates Automatically

See below screenshot

like image 120
Bayram Binbir Avatar answered Nov 01 '22 19:11

Bayram Binbir