Description
I installed OC/Rosetta (Mac OSX, Apple Silicon) on my work machine. However, the install of gradle (8.1.1) had issues with resolving the certificates related to my work's VPN, despite the fact that the certificates were actually installed on the system.
I was able to casually workaround this by dropping off of the VPN to setup Rosetta/Gradle for the first time, but issues persisted whenever certs were attempted to be used. It seems that gradle 8.1.1 does not resolve/look at system installed certificates. I am using OpenJDK 21, installed with homebrew. This caused me significant slow down, and likely would greatly impede adaptation at my organization.
gradle/gradle#11516
I think this above is related to the issue.
Steps to Reproduce
Steps to reproduce the behavior:
[ Be on my organizations VPN] Step 1
[Create new OML Project] Step 2
[Gradle build does not work, console shows error related to certificates] Step 3
Expected Behavior
Gradle sets up correctly
Additional Context
Had conversation with M Elaasar re this
Relevant screenshots
If applicable, add screenshots to help illustrate the issue.