[FOLIO-3132] Install intermediate SSL certificate on maven.k-int.com Created: 23/Apr/21 Updated: 13/Jul/21 Resolved: 06/May/21 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Bug | Priority: | TBD |
| Reporter: | Julian Ladisch | Assignee: | Unassigned |
| Resolution: | Done | Votes: | 0 |
| Labels: | security | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||
| Sprint: | |||||||||
| Development Team: | Bienenvolk | ||||||||
| Description |
|
Overview: Gradle cannot download from https://maven.k-int.com because intermediate certificate is missing. Steps to Reproduce:
Expected Results: The download from maven.k-int.com and the build succeed. Actual Results: The build fails because the download from maven.k-int.com fails with this error:
> Could not resolve com.k_int.grails:web-toolkit-ce:5.0.0.
> Could not get resource 'https://maven.k-int.com/content/repositories/releases/com/k_int/grails/web-toolkit-ce/5.0.0/web-toolkit-ce-5.0.0.pom'.
> Could not GET 'https://maven.k-int.com/content/repositories/releases/com/k_int/grails/web-toolkit-ce/5.0.0/web-toolkit-ce-5.0.0.pom'.
> PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Additional Information: SSLLabs report: "This server's certificate chain is incomplete. Grade capped to B." How to install a certificate: Install Intermediate Certificates To Avoid SSL/TLS Not Trusted: |
| Comments |
| Comment by Julian Ladisch [ 06/May/21 ] |
|
Thanks, the intermediate certificate is in place and works fine! |