Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] 4.15 M1 milestone week reminders

If you want to improve the usage of https in your project, you may want
to check https://github.com/spring-io/nohttp. It contains tools for
gradle, checkstyle or command line, which can break your build when (non
whitelisted) http URLs appear in your files.

I've used the checkstyle plugin successfully in some (non eclipse) projects.

@Dani: You can copy the content of jre/lib/security/cacerts from a new
JRE into an old one, and the SSL problem is gone. I'm doing this
copy/paste for pre-openjdk installations all the time (for the complete
company), without any issues.



Back to the top