Closed bechang closed 7 years ago
@ftc So what I found is that you have use https to reference the build server now. I don't know, but perhaps you could use http in the past.
On my machine, I ran into an SSL certificate error:
Server access Error: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target url=https://soot-build.cs.uni-paderborn.de/nightly/soot/soot-trunk.jar
I had to resolve it by grabbing the certificate from Firefox and then importing into manually into the Java keystore. This seems really yucky, but it looks like it worked fine on Travis. We should find out if this is an issue for others before we merge.
To resolve the SSL certificate here, I used a combination of these two pages:
Very sketchy, but it was all that I could find.
Works on my machine
Compiles and tests successfully for me
It works on mac
I'm alright with at least attempting to keep up with their nightly build for the moment, so I'll approve this PR
This is a trial in using the Soot "central" build server.