Report issues when certificate is not trusted?

Hi,

Just installed my first let’s encrypt certificate yesterday and got it installed fine and it’s working on all browsers I have tested.

But I encountered an “Untrusted Server’s Certificate” error in PhpStorm IDE (it’s based on IntelliJ Idea so probably same with all their IDEs). So I was just wondering if there is some place where these issues should be reported to?

PhpStorm is a Java application. I’m assuming they rely on Java/Oracle’s store of trusted root CAs, which unfortunately doesn’t include the CA Let’s Encrypt certificates are cross-signed by.

AFAIK they did apply for the Oracle root certificate program and hopefully future versions of Java will trust LE certificates.

OK, thanks for the info.