The license is not active: Diffblue Cover requires an active internet connection with access to https://licensing.diffblue.com, and https://api.licensespring.com to authorize use of the plugin

Hi Jikes, would you be able to post your cover log file? We have added some debug information that might tell us what is going on.
Many Thanks
Andy

cover-plugin.2021-11-04.zip (1.3 KB)

Thanks @Jikes - it looks like you are using a paid version of the plugin? If this is the case you need to specifically activate the license before you can use it. Did you get a welcome page asking you for license details when you installed? You will need to uninstall the CE version first.

Andy

P.S. for fast response to support queries if you have a paid-for version please contact support@diffblue.com

I thought I installed the Community Edition. That is what I’m looking to do. Let me uninstall the plugin and try again.

1 Like

So I clicked the “IntelliJ 2021.2” on

I don’t think that is the CE. I tried the Jetbrains link instead.

cover-plugin.zip (3.3 KB)

Looks like I’m getting a certificate error now that I have the CE plugin.

@Jikes The latest version of the plugin, 2021.11.01, which has just been released, has a workaround for certificate issues available.

You need to set the system property dcover.disable.ssl.license.cert.check to true. You can do this in the Help → Edit custom properties… menu item in Intellij. Add a line:

dcover.disable.ssl.license.cert.check=true

and restart IntelliJ.

Jamie

The new plugin and property fixed my issue. Thank you!