This message was deleted.
# community-support
s
This message was deleted.
b
Are you overriding the trust store? If not, the defaults should be here.
v
He is using a custom trust store and an ancient Gradle version, or that error would not happen like that. He uses either Gradle 5.2 or 5.3 and has
<http://javax.net|javax.net>.ssl.trustStore
set to the value
cacerts
. This causes to search for the file
cacerts
in the current working directory where it is not found and this error is displayed.
👍 1
s
Yes i'm using Gradle 5.2.1. Which file can i find this '`javax.net.ssl.trustStore`' and would this error be solved if i set the value to the correct path?
v
I'd gess you have set it in
gradle.properties
or
~/.gradle/gradle.properties
but it can also come from some environment variable, or from custom distribution, or command line, ...
s
@Vampire Thanks for the help!! Wasted a full day yesterday and couldn't figure it out but this did the job.
👌 1