Skip to content

devonfw release error fix

Marcel edited this page Nov 7, 2018 · 1 revision

Errors & Fix

Unable to find valid certification path to requested target

ssl certificate error

Analysis: Possible cause of error due to missing SSL certificate for Maven OSSRH portal in distribution’s JRE.

Fix

Add SSL certificates for Maven repository in distribution’s JRE.

  1. Open the links below in browser and save their SSL certificates into a file.

save certificate
  1. Follow the guide below to install certificates to the JRE keystore located at <distribution_root>/software/java/jre/lib/security/cacerts

Clone this wiki locally